body {
	background: #111;
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	color: #333;
	margin: 0; 
	padding: 0;
}

	#wrapper {
		width: 840px;
		margin: 0 auto 20px auto;
	}
	
		#header {
			background: url(images/top.jpg) no-repeat;
			width: 100%;
			height: 222px;
			position: relative;
		}
		
			#menu {
				position: absolute;
				right: 30px;
				top: 172px;
				font-weight: bold;

			}
			
				#menu ul, #footer ul  {
					list-style: none;
					padding: 0;
					margin: 0;
				}
				
					#menu ul li {
						display: inline;
						margin-left: 10px;
					}
					
					#menu ul li.current a { color: #fc6; }
		
		#container {
			padding: 0 30px;
		}
		
			.box {
				background: #ffffe5 url(images/shadow.gif) top repeat-x;
				padding: 20px;
				border: 10px solid #600;
			}
			
		#footer {
			background: url(images/bottom.jpg) no-repeat;
			width: 100%;
			height: 35px;
			margin-top: 20px;
			text-align: center;
			font-size: 10px;
			color: #fc6;
			padding-top: 17px;
		}
		
			#footer ul li { display: inline; margin: 0 10px; }
			
		.small-boxes 
		{
			overflow: hidden;
			width: 100%;
			margin-top: 20px;		
		}
		
			.small-boxes .small 
			{
				float: left;
				width: 186px;		
			}
			
			.small-boxes .margin { margin: 0 20px; }
					
	a:link, a:visited {
		color: #fff;
		text-decoration: none;
	}
	
		a:hover { color: #ffe8bb; }
		
	h1, h2 
	{
		font-family: Georgia, "Times New Roman", Sans-Serif;
		font-size: 18px;
		color: #600;
		margin: 5px 0;
		padding: 0;
		font-weight: normal;
	}
	
		h2 
		{
			color: #fc6;
			font-size: 16px;	
		}
