* { margin: 0; padding: 0; }

img { border: none; }

.clear { clear: both; }

body {
	background: #2f2f2f url(images/background.gif) repeat-x top;
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 11px;
	color: #181818;
}

#wrapper {
	width: 990px;
	margin: 0 auto;
}

	h1 {
		width: 582px; height: 324px;
		background: url(images/logo.jpg) no-repeat;
		display: block;
		text-indent: -10000px;
		margin: 26px 0 0 204px;

	}
	
		#navigation  {
		height: 30px;
		margin: -20px 0 17px 0;
		display: block;
	}
	
		#navigation li {
			float: left;
			margin: 0 5px 0 0;
			list-style: none;
		}
		
			#navigation li.active a {
				height: 30px;
				background: url(images/nav-background.gif) no-repeat left;
				line-height: 30px;
				padding: 0 0 0 10px;
				display: block;
				float: left;
				font-size: 12px;
				font-weight: bold;
				color: #1c1c1c;
				text-decoration: underline;
			}
			
				#navigation li.active a span {
					background: url(images/nav-right.gif) no-repeat right;
					padding: 0 10px 0 0;
					display: block;
				}
				
				#navigation li.active a:hover { text-decoration: none; }
				
			#navigation li a {
				height: 30px;
				line-height: 30px;
				display: block;
				font-size: 12px;
				font-weight: normal;
				color: #7b7b7b;
				text-decoration: underline;
				padding: 0 10px;
				float: left;
			}
			
				#navigation li a:hover { text-decoration: none; }
				
	h2 {
		width: 960px; height: 46px;
		background: url(images/h2.gif) no-repeat;
		padding: 0 15px;
		line-height: 46px;
		font-size: 14px;
		font-weight: bold;
		color: #181818;
	}
	
	.white-content {
		width: 970px;
		background: #fff url(images/white-bottom.gif) no-repeat bottom;
		padding: 10px;
		margin: 0 0 20px 0;
	}
	
		.content-image { float: left; margin: 0 20px 0 0; }
		
	.advertisement {
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
	}
	
	h3 {
		width: 961px; height: 46px;
		background: url(images/h3.gif) no-repeat;
		padding: 0 15px;
		line-height: 46px;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
	}
	
	.grey-box {
		width: 983px;
		background: #3f3f3f url(images/grey-box.gif) repeat-x top;
		padding: 3px 3px 15px 3px;
		border: 1px solid #3f3f3f;
	}
	
		.grey-box .white-box {
			width: 951px;
			background: #fff url(images/white-box.gif) repeat-x top;
			padding: 15px;
			border: 1px solid #262626;
		}
		
#footer {
	width: 100%;
	background: #171717 url(images/footer.gif) repeat-x top;
	margin: 10px 0 0 0;
}

	#footer p { width: 990px; margin: 0 auto; }
	
	.shockmedia {
		width: 75px; height: 13px;
		background: url(images/shockmedia.gif) no-repeat;
		display: block;
		margin: 66px;
		float: right;
	}
	
		.shockmedia span { display: none; }
		
	.copyright {
		width: 215px; height: 106px;
		background: url(images/copyright.gif) no-repeat;
		text-indent: -10000px;
		display: block;
	}
