/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#4c4c4c;
}
body {
	background-color:#e0e0e0;
	background-image:url(../images/top_grad.jpg);
	background-repeat:repeat-x;	
}
img {
	border:none;
}
a {
	color:#4c4c4c;
}
a:hover {
	color:#d71920;
}
p {
	font-size:10px;
	line-height:14px;
}
h1 {
	font-size:13px;
	margin:10px 10px 0 10px;
	color:#323276;
}
h2 {
	color:#323276;
}	
#main_wrap {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:880px;
	height:800px;
	top:20px;	
}
#main {
	position:relative;
	top:30px;
	margin-left:auto;
	margin-right:auto;
	width:858px; 
	/*border:1px solid #cac9cf;*/
	background-color:#e0e0e0;	
}
#main a {
	text-decoration:none;
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:858px;
	height:226px;
	background-repeat:no-repeat;
	background-position:0px 0px;				
}
#header h3 {
	position:absolute;
	top:172px;
	left:450px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	font-size:40px;
	color:#303376;
	font-weight:bold;
	text-decoration:none;
}
#header #logo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10
}
#nav {
	position:absolute;
	top:217px;	
	width:857px;
	height:22px;
	background-image:url(../images/nav_grad.jpg);
	background-repeat:repeat-x;
	z-index:100;
	border-top:1px solid #131073;
	border-bottom:1px solid #131073;
	border-left:1px solid #131073;	
}
#content {
	position:absolute;
	top:242px;
	width:858px;
	background-color:#ffffff;	
}
#footer { /*css error here */
	position:absolute;
	border:1px solid #cac9cf;
	left:-1px;
	bottom:0px;
	width:858px;
	height:16px;
	text-align:center;
	font-size:10px;
	background-color:#333274;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;		
}
#footer #ie_hack {
	position:absolute;
	width:840px;
	top:14px;
	left:9px;
	height:6px;
	border-bottom:1px solid #cac9cf;
	background-color:#333274;
}
#footer span span {
	position:relative;
	top:5px;  
	color: #e0e0e0;
	z-index:10;
}
#footer a {
	text-decoration:none;	
}
#footer a:hover {
	background-color:#E0EBFC;
	padding-bottom:5px;	
}
#footer .pipe {
	
	margin:0 2px;
	font-size:9px;
}
#main #top_r_nav {
	position:absolute;
	z-index:5;
	top:-25px;
	left:660px;
	width:200px;
}
#top_r_nav ul {
	list-style:none;	
}
#top_r_nav ul li {
	float:right;
}
#top_r_nav ul li a {
	font-size:10px;
	font-weight:500;
	color:#999999;
	text-decoration:none;	
}
#top_r_nav ul li .pipe {
	font-size:10px;
	font-weight:bold;
	margin:0 3px;
	color:#999999;
}
#top_r_nav ul li a:hover {
	text-decoration:underline;
}
