* {
	margin:0;
	padding:0;
}
a {
	color:#FFF;
	text-decoration:none;
}
img {
	border:0;
}

body {
	margin:0;
	padding:0;
	background:#000;
	font-family:Tahoma;
	font-size:12px;
	color:#fff;
}

#container {
	width:822px;
	margin:0 auto;
}
#header {
	background:url("img/header.jpg") no-repeat;
	height:152px;
	width:822px;
}
#navigation {
	width:812px;
	margin:10px 0 0 10px;
}
.navigation {
	margin:0;
	padding:0;
	border:0;
}
#subheader {
	background:url("img/subheader.jpg") no-repeat;
	height:26px;
	width:822px;
	margin:10px 0 0 0;
}
#left {
	width:202px;
	float:left;
	margin:10px 0 0 0;
}
#content {
	width:599px;
	float:left;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	background:url("img/fade.jpg") no-repeat bottom left;
	margin:0 0 0 20px;
	
}
#footer {	
	background:url("img/footer.jpg") no-repeat;
	width:812px;
	height:41px;
	margin:10px 0px 0px 0px;
	padding:4px 0 0 10px;
	font-size:11px;
	float:left;
	}