* {
	margin:0;
	border:0;
	padding:0;
}
#header {
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
	height: 150px;
	width: 885px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
}
#nav {
	background-image: url(../img/nav.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 525px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 375px;
}
#nav a:link {
	color: #333;
	text-decoration: none;
}
#nav a:hover {
	color: #283F96;
	text-decoration: none;
}
#nav a:visited {
	color: #333;
	text-decoration: none;
}
#nav a:active {
	color: #ED1C23;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	background-color: #666;
}
#footer {
	width: 890px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: right;
	background-image: url(../img/header-bg.png);
	background-repeat: repeat-x;
	background-position: 50px 0px;
	height: 235px;
	color: #FFF;
	font-size: 12px;
	padding-right: 10px;
	padding-top: 10px;
}
h3 {
	color: #CCC;
}
#content {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000;
	background-image: url(../img/content-bg.png);
	background-repeat: repeat-x;
}
#left-box {
	width: 350px;
	margin-top: -210px;
	color: #FFF;
	position: absolute;
	margin-left: 550px;
	font-size: 14px;
}
#footer a:link {
	color:#333;
	text-decoration:underline;
}
#footer a:hover {
	color:#ccc;
	text-decoration:none;
}
#footer a:active {
	color:#F00;
	text-decoration:underline;
}
#footer a:visited {
	color:#333;
	text-decoration:underline;
}
#content a:link {
	color: #06F;
}
#content a:hover {
	color: #D2AB27;
	text-decoration: none;
}
#content a:active {
	color: #CCC;
	text-decoration: underline;
}
#content a:visited {
	color: #06F;
}

