@charset "utf-8";
body {
	background-attachment: fixed;
	background-image: url(../_img/backgroundb.jpg);
	background-repeat: no-repeat;
	background-position: center 5px;
}
p {
	margin: 5px;
}
a:link {color: #de1866}
a:visited {color: #de1866}
a:hover {color: #de1866}
a:active {color: #de1866}
font {color: #de1866}
#top
{
	height:225px;
}
#content
{
	padding:0px;
	margin:auto;
	height:450px;
	width:700px;
	font-size: 10px;
	line-height: 12px;
	color:#c1bfbd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow:auto;
}
#content_left
{
	width:450px;
	float:left;
}
#content_right
{
	width:200px;
	float:right;
}
#bottom
{
	padding:0px;
	margin:auto;
	color:#c1bfbd;
	height:25px;
	width:695px;
	font-size:10px;
	line-height:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
.content_box {
	border: 1px solid #000000;
	background-image:url(../_img/cont_bg_gray.png);
	overflow: auto;
}
.headerL {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(../_img/cont_bg_gray.png);
	border: 1px solid #000000;
	overflow: auto;
	visibility: visible;
	vertical-align: middle;
}
.headerR {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
	background-image: url(../_img/cont_bg_gray.png);
	border: 1px solid #000000;
	overflow: auto;
	visibility: visible;
	vertical-align: middle;
}
.spacer {
	height: 15px;
}
.bottomspacer {
	height: 30px;
}