@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:center;
	background:url(bg2.jpg) top center repeat-y; 
	}
	
a img{
	border:none;
	}
	
a{
	color:#3f4869;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	color:#6879b1;
	}
	
h1{
	font-size:12px;
	color:#336699;
	}
	
ul#menutabs { 
text-align: left; 
margin: 7px 0 0em 0; 
font: bold 11px verdana, arial, sans-serif; 
list-style-type: none;
padding: 0px 10px 0px 10px; 
}

ul#menutabs li { 
display: inline;
}

ul#menutabs li a { 
padding: 2px 4px;
border: 1px solid #acacae; 
background-color: #fff; 
color: #666; 
margin-right: 0px;
text-decoration: none;
border-bottom: none;
}

ul#menutabs a:hover { 
background: #d4def6;
color:#333333; 
}

#footer a{
	text-decoration:none;
	color:#333333;
	}
	
/* pre done classes */

#bg{
	width:100%;
	background:url(bg.jpg) top center no-repeat;
	}

.m_auto{
	margin:auto;
	width:775px;
	}
	
#header{
	width:775px;
	height:279px;
	background:url(images/a_02.jpg);
	}
	
#menu{
	width:775px;
	height:22px;
	background:url(images/a_04.jpg);
	overflow:hidden;
	text-align:left;
	}
	
#menuli{
	width:300px;
	margin-left:3em;
	height:22px;
	}
	
#content{
	width:716px;
	background:url(images/a_05.jpg) top right no-repeat;
	padding:20px;
	padding-left:40px;
	text-align:left;
	line-height:20px;
	letter-spacing:1px;
	}
	
#footer{
	width:736px;
	height:25px;
	padding-top:10px;
	padding-left:40px;
	background:#eaeaea;
	text-align:left;
	}
	
.10pxpad{
	padding:10px;
	}
	
.text1{
	font-weight:bold;
	font-size:14px;
	color:#555555;
	}
	
.stitle{
	font-size:16px;
	color:#336699;
	}