@charset "UTF-8";

#box {
	width: 997px;
	margin: auto;
	margin-top: 50px;
	border-width: thin;
	border-color: #FFFFFF;
	border-bottom-color:B3D97E;
}
#box #bottom {
	background-image: url(images/bg-bottom.png);
	background-repeat: no-repeat;
	height: 55px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
}
#box #content {
	background-image: url(images/bg-mid.png);
	min-height: 200px;
	width: 995px;
}

#box #content p {
	font-size: medium;
	font-family: helvetica;
	padding-left: 70px;
	margin-left: 380px;
	line-height: 24px;
	margin-right: 75px;
}

#box hr {
	color: #B3D97E;
}
#box #sidebar p {
	font-family: helvetica;
	font-size: medium;
	line-height: 24px;
	padding-left: 8px;
}
#box #sidebar a {
	color: #FFFFFF;
	text-decoration: none;
}

#box #bottom p {
	font-family: helvetica;
	font-size: 14px;
	color: #000;
	text-align: center;
	font-weight: bold;
}
#box #content .title {
	margin-left: -6px;
	margin-top: -20px;
}
#box #content .main {
	color: #FFFFFF;
	float: left;
	margin-top: 22px;
	margin-left: 70px;
	margin-right: 22px;
	margin-bottom: 22px;
}
#box #bottom a {
	color: #333;
	text-decoration: none;
}
#box #nav a {
	border-width: 0px;
}
#box #content a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#sidebar {

	width:375px;
	margin-left: 70px;
	margin-top: 30px;
	float:left;
	clear:left;#box #sidebar .main {
	color: #FFFFFF;
}
