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

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

a, a:visited {
	text-decoration: none;
	color: #fff;
	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; }

#header {
	width: 976px;
	height: 235px;
	padding: 15px 0 0 0;
}

#nav {
	width: 186px;
	margin: 0 0 0 15px;
	z-index: 100;
	position:relative;
}

	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#nav ul li {
		display: block;
		margin: 0 0 1px 0;
		height: 22px;
		background: url(../images/bg_nav.png);
	}

	#nav ul li a {
		display: block;
		color: #333333;
		height: 18px;
		font-size: 12px;
		padding: 4px 6px 0 22px;
		background: url(../images/nav_bullet.gif) 10px 7px no-repeat;
	}

	#nav ul li a:hover {
		background: #fff url(../images/nav_bullet.gif) 10px 7px no-repeat;
		text-decoration: none;
	}

#wrapper_shadow {
	width: 996px;
	background: url(../images/bg_shadow.png) top center no-repeat;
	height: 521px;
	margin: 40px auto 0 auto;
	padding: 8px 0 0 0;
}

#wrapper {
	margin: 0 auto;
	width: 976px;
	height: 509px;
	background: url(../images/bg_wrapper.jpg) top left no-repeat;
	border: solid 2px #fff;
}

#main {
	width: 964px;
	padding: 6px 6px 0 6px;
}

	#main_wrapper {
		margin: 0 auto;
		width: 964px;
		padding: 0 6px;
	}

#flash {
	float: left;
	width: 615px;
	height: 247px;
	background: url(../images/banner.jpg) top left no-repeat;
}

#content {
	float: right;
	width: 292px;
	height: 207px;
	color: #fff;
	line-height: 20px;
	padding: 20px 25px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #fff;
	margin: 0 auto;
	padding: 15px 0 40px 0;
	line-height: 16px;
}

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