@charset "utf-8";
/* CSS Document */
/* RECBS.com */
* {
	padding: 0;
	border: 0;
}

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
	background-repeat: repeat-x;
}

#wrap {
	position: relative;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#header {
	width: 800px;
	position: relative;
	height: 235px;
	font-size: 14px;
	font-style: normal;
	background-image: url(images/new_header.jpg);
	background-color: #0066FF;
	margin: 0px;
	padding: 0;
}

/* navigation */

#nav {
	height: 30px;
	width: 800px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(images/nav_bg.jpg);
}

#nav ul {
	float: left;
	width: 100%;
	background-repeat: repeat-x;
	height: 30px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	line-height: 30px;
	margin-top: 0px;
	margin-left: 0px;
}

#nav ul li {
	display: inline;
	
}

#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 11px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#nav ul li a:hover {
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/nav_hover.jpg);
}

/* main */
#main {
	float: left;
	width: 780px;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right: auto;
	padding: 0 10px;
	background-color: #FFFFFF;
}
#main h1 {
	padding: 0px 0px 5px 0px;
	margin: 0;
	font-size: 13px;
	color: #1F1F1F;
	border-bottom: 1px dotted #000000;
	font-weight: bold;
}

#main h2 {
	color: #600066;
	font-weight: bold;
	font-size: 13px;
	padding-left: 0px;
	line-height: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#main p {
	text-align: justify;
	padding: 0;
	text-align: justify;
	font-size: 12px;
	margin-top: 10px;
	line-height: 16px;
	margin-bottom: 15px;
}

#main ul {
	padding-left: 15px;
	margin-left: 0px;
	margin-top: 10px;

}

/* Footer */
#footer {
	width: 800px;
	font-size: 10px;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	color: #FFFFFF;
	background-image: url(images/footer_bg.jpg);
	height: 23px;
	clear: both;
	padding-top: 9px;
}

#footer a {
	color: #FFFFFF;
}


/* page links */

a:link {
	color: #0000CC;
}

a:visited {
	color: #000066;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #000000;
}

.img_logo {
	padding: 0 90px;
}
