@charset "utf-8";
* {
	margin:0;
	padding:0
}
body {
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(images/bg.jpg) repeat-x #5a7da1;
}
#wrapper {
	width:926px;
	margin:0 auto;
	padding:0px;
	text-align:center;
}
#header {
	clear:both;
}
#header_left {
	float:left;
	width:691px;
}
#header_right {
	float:left;
	width:235px;
	background:url(images/right_sine_wave.jpg);
	height:176px;
	text-align:left;
}
.strapline {
	color:#FFFFFF;
	font-size:18px;
	text-align:left;
	width:235px;
	position:absolute;
	padding-top:65px;
}
#nav {
	clear:both;
	height:29px;
	padding-top:15px;
	background: url(images/template1.10_03.jpg) no-repeat;
}
#full_width {
	/* IE6 hack */
	background:#c7d2de;
	clear:both;
	width:100%;
}
#main_body {
	width:926px;
	overflow: hidden;
	margin:0px auto;
	padding:0px;
	text-align:center;
}
#main_content {
	text-align:left;
	padding: 20px 40px 0 40px;
	background:url(images/body_bg.jpg) repeat-y #c7d2de;
}
#full_width2 {
	clear:both;
	width:100%;
	background: url(images/bg-6.jpg) repeat-x;
	text-align:center;
}
#spliter {
}
#spliter_footer {
	height:40px;
}
#footer {
	width:926px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	color:#FFFFFF;
}
#footer_left {
	float:left;
	width:600px;
	text-align:left;
	padding-left:20px;
}
#footer_right {
	float:right;
	width:180px;
	text-align:left;
	padding-right:20px;
}
.padding {
	padding-bottom:10px;
}
#right_float {
	float:right;
	padding-left:60px;
	width:auto;
}
/*********** Headline tags */
H1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:200;
}
/*********** Links */
a:link {
	color: #204978;
	text-decoration: underline;
}
a:visited {
	color: #204978;
	text-decoration: underline;
}
a:hover {
	color: #92acc8;
	text-decoration: underline;
}
/*********** Nav Links */
#nav a {
	color: #fff;
	text-decoration: none;
	font-size:12px;
	margin: 0 30px 0 30px;
}
#nav a:link {
}
#nav a:visited {
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
	color: #006699;
	text-decoration: underline;
}

