@charset "UTF-8";
/* CSS Document */


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

#flash {
	position:absolute;
	top:132px;
	height:400px;
	width:900px;
	}
	
#header_logo {
	width: 348px;
	height: 118px;
	margin-left:0;
	position: absolute;
}	


#content {
	position:absolute;
	top:548px;
	width: 530px;
}

#content2 {
	position:absolute;
	top:548px;
	left:535px;
	width: 200px;
	background: #ffffff;
}

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

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








#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: 5px 0 0 0;
	line-height: 1.3;
	}
	
pb {
	font-family: "times", serif, bold;
	font-size:80%;
	font-weight: bold;
	color:#333;
	margin: 5px 0 0 0;
	line-height: 1.3;
	}

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