		body
		{
			margin: 0;
			padding: 0;
			font-family: Verdana, Arial, sans-serif;
			color: #000;
			background-color: #ddd;
			font-size: 62.5%;	
		}
		
		#container
		{
			margin: 1em auto;
			width: 800px;
			background-color:#FFFECE;
			background-image:  url(/images/layout/background.jpg);
			background-repeat: repeat-y;
			border: 1px solid #333;
		}
		
		#banner
		{
			background-image:url(/images/layout/bg-header1.jpg);
			border-bottom: 1px solid #333;
			height: 140px;
			
		}
		
		#banner h1
		{
			margin: 0;
			padding: .5em;
		}
		
		#nav
		{
			float: left;
			width: 160px;
			margin-left: 0px;
			padding-top: 1em;
			padding-bottom: 6em;
		}
		
		#nav a {
			color: #000;
			text-decoration: none;
		}
		
		#nav a:hover {
			color: #AF762D;
		}
		
		#nav ul {
			list-style-type: none;
		}
		
		#nav ul li {
			font-size:1.2em;
		}
		
		#nav ul li.level1 {
			font-weight: bold;
			margin-top:2em;
			font-size:1.5em;
		}
		
		#nav ul li.level2 {
			padding-left: 1em;
		}		
		
		#nav p { margin-top: 0; }
		
		#content
		{
			padding-top: 3em;
			margin: 0 2em 0 200px;
			min-height:35em;
		}
		
		#content h2 { 
			margin-top: 0;
			font-size:2em; 
		}
		
		#content p, #content td {
			font-size: 1.2em;	
		}

		#content a {
			color: #AF762D;
			text-decoration: none;
		}

		#content a:hover {
			text-decoration: underline;
		}
		
		#footer
		{
			clear: both;
			background-color: #666;
			padding: 0em;
			text-align: right;
			border-top: 1px solid #333;
		}
		
		#footer img {
			border: 0;
		}

