/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}
img{
	vertical-align: bottom;
	border: none;
}
body{
	background: url(img/bg.gif) repeat left top;
}
#wrapper{
	width: 750px;
	margin: 0 auto;
	background: #fff;
}
#header{
	overflow: auto;
	padding: 25px 10px 20px 10px;
	height: 38px;
	background: url(img/top_bg_bak.jpg) no-repeat left top;
}
#headerLeft{
	float: left;
}
#headerRight{
	float: right;
}
#tagline{
	display: inline;
	vertical-align: middle;
}

#mainText{
	padding: 15px 25px;
}
#mainText p{
	font-family: Verdana, "lr SVbN", "Osaka|";
	padding: 5px 0;
	line-height: 1.8em;
	text-indent: .5em;
}
#mainText strong{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 5px;
	color: #666;
}

#mainText{
	overflow: auto;
}
#leftCol{
	float: left;
	width: 325px;
}
#rightCol{
	float: right;
	width: 325px;
}
#mainText dd{
	margin-bottom: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
}
#mainText dd p{
	text-indent: 0;
}
#mainText #presenIni{
	padding-top: 10px;
	border-top: 1px dashed #999;
}
#mainText .section{
	margin-bottom: 40px;
}
#mainText h2{
	margin-bottom: 10px;
}
#mainText #mobile{
	border-bottom: 1px solid #666;
	padding-bottom: 30px;
}

.footer {
	text-align:right;
	background: #FFF;
	padding:0 15px 0 0;
	font-size:12px;
	clear: both;
}































