
	/*@import "all.css";*/ /* just some basic formatting, no layout stuff */
	
	body {
		font: 100% "Trebuchet MS", verdana, arial, helvetica, sans-serif;
		background: #dde;
		margin-top: 1.5em;
	}
		
	h1, h2 {
		margin: 0px;
		/* font-style: italic; */
	}
		
	td {
		padding-top: 0cm;
		vertical-align: top;
	}

	
	#header {
			background: #eee;
			background-image: url('bg3.jpg');
			margin: 0px auto; 
			width: 42em; /* 800px; */ 
			border:solid 1px #000;
		}
	
	#header-title {
			width: 41em;
			text-align: right;
	}
		
	#header-navigation {
			margin: 0px;
			padding-bottom: .5em;
			padding-top: 1em;
			width: 41em;
			text-align: center;
		}

	#R-package-navigation {
			margin: 0px;
            position: relative;
            left: 28em;
            text-align: left;
		}
		
	#content {
			background: #fff;
			margin: 1em auto;
			width: 41em;
			border:solid 1px #000;
			text-align: left;
			padding: .5em;
		}
		
	#footer {
			margin: 0px auto;
			width: 41.6em;
			background: #eee;
			background-image: url('bg2.jpg');
			border: solid 1px #000;
			text-align: center;
			padding: 0.2em;
	}			

	#footer p {
		margin: 0px;
		font-size: 80%;
	}
	
	img
	{  
		border-style: none;
	}
	
