body {
	background:#fff url(../images/gradient_sub.jpg) repeat-x top left;
	margin:0;}
	
	
#wrapper {
	width:960px;
	margin:0 auto 0 auto;
	height: 768px;
	
}
	
#header {
	margin-left:0px;
	height:150px;
	width: 100%;
	display:inline;
	position:relative;
	
}

#flash {
	position:absolute;
	top:131px;
	height:150px;
	width:915px;
	}
	
#header_logo {
	width: 348px;
	height: 118px;
	margin-left:0;
	position: absolute;
}	


#content {
	position:absolute;
	top:294px;
	width: 530px;
	margin-left:15px;
}

#content2 {
	position:absolute;
	top:294px;
	margin-left:560px;
	background: #ffffff;
	width: 175px;
}

#content-big {
	position:absolute;
	top:294px;
	margin-left:560px;
	background: #ffffff;
	width: 300px;
}

#content-big-sm {
	float:left;
	width:250px;
	margin-left: 20px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#content_left {
	float:left;
	width:500px;
	margin-left: 20px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#content_right {
	float:left;
	width:150px;
	margin-left: 20px;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#content3 {
	position:absolute;
	top:294px;
	margin-left:755px;
	background: #ffffff;
	width: 175px;
}

#content_link {
	position:absolute;
	top:339px;
	left:545px;
	width: 193px;
}





#nav_wrapper {
	height:118px;
	margin-left:0px;
	width: 700px;
	position: absolute;
	left: 348px;
}

#nav {
	width:100%;
	margin: 9px 0 0 0;
	list-style:none;
}

#nav li {
	margin: 0 10px 0 0px;
	
	padding:0;
	font-family: "times", serif;
	font-size:80%;
	float: left;
}

#nav a{
	
	
	display:block;
	margin:0;
	padding:90px 8px 5px 8px;
	color:#555;
	font-weight:bold;
	text-decoration:none;
	}
	
#nav a:hover{
	background: url(../images/btn_gradient.jpg) top repeat-x;
	color: #fff;
	font-weight:bold;
	
	}



h1 {
	font-family: "times", serif;
	font-size:120%;
	color:#555;
	font-weight:900;
	margin: 5px 30px 0px 0px;
	border-bottom: 1px solid #555;
}
	
	h3 {
	font-family: "times", serif;
	font-size:90%;
	color:#555;
	font-weight:900;
	margin: 15px 0 0px 0px;
	border-bottom: 1px solid #555;
	width: 30%;
}

	
p {
	font-family: "times", serif;
	font-size:80%;
	color:#333;
	margin: 15px 0 0 0;
	line-height: 1.5;
	}

a {
	text-decoration:none;
	color:#333;}
	
a:hover {
	color:#000000;
	text-decoration:underline;
}

