/* COMMON STYLE
--------------------------------------------------------- */
*{
	margin:0;
	padding:0;
}
.clear{
	clear:both;
}
#body{
	background:url(../images/body.jpg) repeat left top;	
}
#body a img{
	border:none;
}
#wrapper{
	margin:0 auto;
	height:750px;
	width:1003px;
	background:url(../images/background.gif) no-repeat center top;
}
#wrapper_inside{
	margin:0 auto;
	width:785px;
	height:auto;
}
#topmenu{
	float:left;
	width:100%;
	height:40px;
	margin:30px 0 0 0;
}
#topmenu ul{
	float:right;
	height:100%;
}
#topmenu ul li{
	float:left;
	height:100%;
	list-style-type:none;
	padding:0 10px 0 0;
}
#topmenu ul li#current a, #topmenu ul li a:hover{
	background:url(../images/a.gif) no-repeat left top;
}
#topmenu ul li a{
	float:left;
	height:32px;
	padding:0 0 0 10px;
	display:block;
	text-decoration:none;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	cursor:pointer;
}
#topmenu ul li#current a span, #topmenu ul li a:hover span{
	background:url(../images/span.gif) no-repeat right top;
}
#topmenu ul li a span{
	padding:8px 21px 0 11px;
	height:24px;
	display:block;
	float:left;
}
#logo{
	float:left;
	width:224px;
	height:20px;
	padding:87px 0 0 218px;
}
#content{
	float:left;
	width:100%;
	height:324px;
	margin:88px 0 0 0;
}
#left_col{
	float:left;
	width:410px;
	height:324px;
}
#right_col{
	float:left;
	width:362px;
	height:100%;
	color:#adacac;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px 0 3px 10px;
	overflow:hidden;
}
.title{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#dedbdb;
	padding-bottom:30px;
	float:left;
	width:345px;
}
.title2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#dedbdb;
	padding-top:30px;
	float:left;
	width:362px;
}
#right_col .content_right p{
	padding:0 0 18px 0;
	width:321px;
}
#footer{
	float:left;
	width:100%;
	height:25px;
	padding-top:22px;
}
#copyright{
	float:left;
	width:100%;
	height:25px;
	padding-top:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:cdcdcd;
}
.footer_span{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#f7d518;
}
.footer_span2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#f75418;
}
