* html { padding: 0; margin: 0; }

body {
	background: #646464 url(../images/bg.jpg);
	margin: 0;
	padding: 0;
	font: bold 13px Arial, verdana, san-serif;
	color: #000000;
}

a, a:visited {
	text-decoration: none;
	color: #3b5cc7;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p { margin: 0 0 10px 0; }

h1 { color: #000043; font-size: 19px; padding-bottom: 3px; margin: 0 0 7px 0; }

h2 { color: #000043; font-size: 17px; padding-bottom: 2px; margin: 0 0 7x 0; }

h3 { color: #000043; font-size: 15px; margin: 0 0 7px 0; }

h4 { color: #000043; font-size: 13px; margin: 0 0 7px 0; }

#shadow {
	background: url(../images/bg_main_shadow.png) top center repeat-y;
	margin: 0 auto;
	width: 996px;
}

#header {
	width: 980px;
	height: 226px;
	padding: 0;
	margin: 0 auto;
}

	#logo {
		width: 297px;
		float: left;
		height: 225px;
		border-top: solid 1px #373737;
	}

	#banner {
		width: 683px;
		height: 226px;		
		float: right;
		background: url(../images/bg_banner.jpg) top left no-repeat;
	}

#nav {
	width: 297px;
	margin: 0;
	padding: 0 0 40px 0;
}

	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0 0 0 23px;
		background: url(../images/bg_nav.jpg) top left repeat-y;
		width: 274px;
	}
	
	#nav ul li {
		display: block;
		margin: 0;
		height: 32px;
	}

	#nav ul li a {
		display: block;
		color: #fff;
		height: 24px;
		font-size: 12px;
		padding: 8px 6px 0 22px;
		font-weight: normal;
	}

	#nav ul li a:hover {
		text-decoration: none;
		background: #5870af;
	}

#wrapper {
	margin: 0 auto;
	width: 980px;
	background: #fff;
}

#sidebar {
	width: 297px;
	float: left;
	border-top: solid 1px #144a6d;
}

#main {
	width: 980px;
	padding: 0;
	background: url(../images/bg_main.jpg) top left repeat-y;
}

#content {
	float: right;
	width: 643px;
	color: #000;
	line-height: 20px;
	padding: 20px 20px;
	border-top: solid 1px #373737;
}

#footer {
	width: 980px;
	height: 67px;
	padding: 22px 0 0 0;
	text-align: center;
	font-size: 11px;
	color: #fff;
	margin: 0 auto;
	line-height: 16px;
	background: url(../images/bg_footer.jpg) top left no-repeat;
}

	#footer a, #footer a:visited {
		font-weight: normal;
		color: #fff;
	}
