body {
	padding: 0px;
	margin: 20px;
	padding-left: 3px;
	padding-top: 3px;
	font-color: #3C3C3C;
	font: normal 11px arial, helvetica, sans-serif;
}
img {
	border: none;
}
td {
	font-size: 10px;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #000;
}
h1 {
	padding: 0;
	margin: 0px;
	font-size: 16px;
	color: #0B77BE;
}
a {
	text-decoration: none;
	color: #F6A824;
	font-weight: bold;
}
#head {
	border-top: 6px solid #D5DCD8;
	padding-top: 5px;
}

#main {
	position: relative;
	top: 50px;
	width: 700px;
	padding-bottom: 30px;
}
#info_box {
	position: relative;
	padding-top: 30px;
}
#logo {
	position: relative;
	float: left;
	width: 140px;
}
#information {
	position: relative;
	padding-top: 15px;
}

#content {
	
}


.first_item {
	position: relative;
	margin-top: 15px;
}
.item {
	position: relative;
	margin-top: 20px;
	width: 100%;
	border-top: 5px solid #D5DCD8;
}
.item .text {
	margin-top: 5px;
	width: 310px;
}
.item .pic {
	position: absolute;
	top: 0;
	right: 0;
}


#banners {
	display: none;
}