@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ebe1bd;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #08a278;
}
p {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
a {
	color: #08a278;
	text-decoration:none;
}
a:hover {
	color: #08a278;
	text-decoration:underline;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:780px;
	overflow:visible;
	font-size:11px;
}

.clear{
	clear:both;
}
#content_left, #content_right{
	float:left;
	width:375px;
	height:535px;
	text-align:left;
}
#content_left{
	margin-right:15px;
	background-color: #f6f3e4;
	height: 535px;
}
#content_right{
	background-color:#f6f3e4;
	width:390px;
	height: 535px;
}

.pre_next{
	clear:both;
	padding-top:5px;
}
#scroll{
	margin-top:8px;
	overflow:auto;
	height:250px;
}
