/* CSS Document */

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	/*color:#31849b;
	color:#062787;
	background:#D9ECFF;*/
	color:#000;
	background:#56d6fd url(../images/bg.png) repeat;
	line-height:25px;
}
.red{
	color:#F00;
}
#wrapper{
	width:980px;
	background:#f2f2c9;
	margin:auto;
}
#logo{
	width:980px;
	height:117px;
	margin:auto;
}
#header{
	width:980px;
	height:200px;
	margin:auto;
}
#header_left{
	width:190px;
	height:280px;
	position:absolute;
	float:left;
}
#header_right{
	width:790px;
	height:280px;
	position:absolute;
	float:right;
}

#header_left img{
	border:1px #03F solid;
	padding:5px;
}
#car{
	width:980px;
	height:150px;
	margin:0px auto auto auto;
}
#menu{
	width:980px;
	height:34px;
	text-align:center;
	/*margin:0px auto auto auto;*/
	margin:auto;
	background:url(../images/menu.png) repeat-x;
}
#menu ul{
	/*padding:15px 15px auto 15px;
	margin:0px;*/
	text-decoration: none;
	margin: 0px;
	padding:0px;
	list-style: none;
	text-align:center;
}
#menu li{
	display: inline;
	background: none;
	text-align: center;
	padding: 0px;
	margin:auto;
	display:block;
	float:left;
}
#menu li a{
	margin: auto;
	padding:5px 20px 0px 20px;
	display: block;
	text-decoration: none;
	text-align:center;
	font-weight:400;
	color: #fff;
}

#menu li a:hover{
color:#FEFDDE;
}
/*#menu a{
	color:#fff;
	list-style:none;
	display: block;
	text-decoration: none;
}
#menu a:hover{
	color:#fff;
}*/
#content{
	width:980px;
	margin:0px auto 0px auto;
	top:5px;
	border:0px solid #000;
}
#content img{
	border:0px solid silver;
}
#content-top{
	width:980px;
	height:200px;
	margin:0px auto 0px auto;
	background:#9adef4 url(../images/content-top.jpg) repeat-x;
	border:1px #9adef4 solid;
}
#content-top2{
	width:980px;
	height:50px;
	margin:0px auto 0px auto;
	background:#9adef4 url(../images/content-top.jpg) repeat-x;
	border:1px #9adef4 solid;
	font-size:22px;
	color:#03F;
}

#content_profile{
	width:800px;
	padding:0px;
	margin:auto;
	/*color:#062787;*/
	color:#000;
	text-align:justify;
}
#content_profile h3{
	color:#003;
	/*color:#000;*/
	height:35px;
}
#content_profile strong{
	font-size:17px;
	/*color:#062787;*/
	color:#000;
}
.content_right{
	width:660px;
	float:left;
	padding:5px;
}
.content_right p{
	padding-left:5px;
}
.content_right h2{
	padding-left:15px;
	font-size:18px;
}
.content_right h3{
	padding-left:15px;
	font-size:16px;
}
.content_right img{
	width:150px;
	height:100px;
	padding:12px;
	border:#CCC 1px solid;
}
.content_left{
	width:300px;
	float:left;
	padding:5px;
}
.content_left table{
	border:1px solid #00F;
}
.content_left td{
	border:1px solid #00F;
}
#content p{
	padding-left:0px;
}
#footer{
	margin:0px auto 0px auto;
	padding:20px auto auto auto;
	width:980px;
	height:130px;
	background:url(../images/footer.png) no-repeat;
	font-size:12px;
	text-align:center;
	/*color:#062787;*/
	color:#442d17;
}
.footer_right{
	width:490px;
	float:right;
	text-align:right;
}
.footer_left{
	width:490px;
	float:left;
	text-align:left;
}
#footer a{
	/*color:#333;*/
	color:#442d17;
	padding:20px auto auto auto;
}
.clear{
	clear:both;
	height:3px;
}