@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
#wrapper{
	margin:auto;
	margin-top:25px;
	height:auto;
	width:850px;
}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background:url(../images/bg.jpg);
}
.head{
	background:url(../images/body-top.png) no-repeat;
	width:850px;
	height:61px;
}
.left{
	width:340px;
	float:left;
	margin-left:25px;
}
.right{
	width:470px;
	float:right;
}
#top-menu{
	margin-top:39px;
}
#top-menu ul{
	margin:0;
	padding:0;
}
#top-menu ul li{
	display:inline;
	margin:10px;
}
#top-menu ul li a{
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
}
#top-menu ul li a:hover{
	border-bottom:6px solid #ff9900;
}
.bottom{
	background:url(../images/body-bottom.png) no-repeat;
	width:850px;
	height:61px;
	font-size:11px;
	color:#414040;
}
.content{
	display:block;
	display:inline-block;
	width:820px;
	padding:15px;
	background-color:#FFFFFF;
}
.content-left{
	width:355px;
	float:left;
}
.content-right{
	width:460px;
	float:right;
}
.bottom-left{
	width:850px;
	float:left;
	text-align:center;
	margin-top:25px;
}
.link{
	color:#FFFFFF;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
.link:hover{
	color:#9C0;
	font-size:13px;
}
.active{
	font-weight:bold;
	color:#9C0;
	font-size:13px;
	text-decoration:none;
}
#e-mail{
	font-size:15px;
	font-weight:bold;
	color:#000000;	
	text-decoration:none;
}
#e-mail:hover{
	font-size:15px;
	font-weight:bold;
	color:#F00;
	text-decoration:none;
}
.content h1{
	margin:0;
	padding:0;
	font-size:21px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:1px;
	width:150px;
	color:#000;
	padding:3px;
}
.color{
	color:#333;
}
.shadow{
	background:url(../images/shadow-mid.jpg) repeat-y;
	padding: 0 20px;
}
h2{
	margin:0;
	padding:0;
	font-size:14px;
	color:#0C0;
}
a{
	color:#174c01;
}
a:hover{
	color:#F00;
	text-decoration:none;
}
h3{
	font-size:14px;
	color:#404042;
	font-weight:bold;
	margin-bottom:18px;
	margin-top:10px;
}