@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #CCC;
}
ul,li,img,p,h1,h2,h3{ 
	padding:0px;
	margin:0px;
}


#wrapper{
	width:100%;
	overflow:hidden;
	margin:auto;
	background-image:url(../images/bg_top.gif);
	background-repeat:repeat-x;	
}
#main{
	width:950px;
overflow:hidden;
background-color:#fff;
margin:auto;
}

#header{
	width:950px;
	height:125px;
	margin:auto;
	background-color:#363636;
}



#nav{
	width:auto;
	height:110px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	float:left;
}
#nav ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#nav ul li{
	float:left;
	margin-right:10px;
	width:70px;
	height:110px;
	line-height:110px;
	color:#FFF;
	}
#nav a {
	float:left;
	margin-right:10px;
	width:80px;
	height:110px;
	line-height:150px;
	color:#FFF;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	outline:none;
}
#nav a:hover{
	background-color:#000;
}

#banner{
	margin-top:15px;
	margin-bottom:15px;
	box-shadow: 2px 2px 5px #2d2d2d;
	-moz-box-shadow: 2px 2px 5px #2d2d2d;
	-ms-box-shadow: 2px 2px 5px #2d2d2d;
	-webkit-box-shadow: 2px 2px 5px #2d2d2d;
	-o-box-shadow: 2px 2px 5px #2d2d2d;
}
#content{
width:950px;
overflow:hidden;}

#content h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	padding:15px;
	}
#content p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
    padding:8px;
	text-align:justify;
	margin-top:-5px;
}
#maintwo{
width:950px;
overflow:hidden;}
#back{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:25px;
	text-decoration:none;
	
}

#maintwo p{
margin-left:20px;	
}

#img{
width:950px;
overflow:hidden;
margin:auto;
line-height:400px;
margin-left:70px;	
}
#footer{
	width:100%;
	background:#999;
	overflow:hidden;
}
#inner_footer{
	width:940px;
	overflow:hidden;
	padding-left:10px;
	margin:auto;
	background-color:#2d2d2d;
}
#inner_footer ul{
	width:175px;
	oveflow:hidden;
	list-style-type:none;
	float:left;
	padding-top:30px;
}
#inner_footer ul li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:25px;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:20px;
	color:#fff;
	font-weight:bold;
}
#inner_footer ul li a{
	text-decoration:none;
	color:#fff;
}
#inner_footer ul li a:hover{
	text-decoration:underline;
	color:#fff;
}
#inner_footer_right {
	width:225px;
	overflow:hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	font-size:22px;
	padding-top:30px;
	padding-left:75px;
	padding-bottom:50px;
}