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

body
{
	background-color:#A0A0A4;
	font-family:Tahoma, Geneva, sans-serif;
}

#container
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#header
{
	width:950px;
	height:125px;
	background-color:#fff;
	background-image:url(../pics/site/header950t.gif);
	background-position:center;
	background-repeat:no-repeat;
	margin-bottom:0px;
	margin-top:0px;
}

#mainnav
{
	width:950px;
	height:25px;
	background-color:#1970d8;;
	margin-bottom:5px;
	margin-top:0;
	padding-top:3px;
}

#mainnav ul
{
	margin:0;
	padding:0;
}

#mainnav ul li
{
	display:inline;
}

#mainnav ul li a
{
	text-decoration:none;
	color:#fff;
	border-right:1px solid #fff;
	padding:0em 1em 0em 1em;
}

#mainnav ul li a:hover
{
	color:#000;
}

#contents
{
	width:950px;
	height:600px;
	background-color:#FFF;
	position:relative;
	
}


#faq
{
	position:absolute;
	width:320px;
	height:300px;
	left: 315px;
	top: 40px;
}
}

#footer
{
	clear:both;
	width:950px;
	height:50px;
	background-color:#1970d8;
	margin-top:5px;
	font-size: 10px;
	position:relative;
	
}

#copywrite
{
	position:absolute;
	bottom:1px;
	left:375px;
	width:200px;
	height:14px;
	text-align:center;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
}

