@charset "utf-8";
/* CSS Document */
body {
/*	background-image: url(../images/bg.png);
	background-repeat: repeat-x;*/
}
.clearfloat {  /*doule float fix*/
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a:link, a:active, a:visited {
	color:#0000FF;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
#wrapper {
	width:860px;
	padding-top: 25px;
	background-color: #FFFFFF;
	margin: 0 auto;
}
#wrapper #header {
	height: 143px;
	width: 100%;
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	background-position: 0px bottom;
}
#wrapper #header h1 {
	font-size: 35px;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	width:740px;
	line-height: 37px;
}
#wrapper #header h1 span.featured {
	color: #bebebe;
	font-size: 43px;
	font-weight: bold;
}
#wrapper #middle #drawing {
	float: left;
	width: 100%;
	height: 210px;
}
#wrapper #middle #drawing img {
	margin-top: 20px;
	margin-left: 160px;
	margin-bottom: 8px;
}
#wrapper #middle #drawing span {
	margin-left: 280px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}
#wrapper #middle #buttons {
	width: 860px;
	height: 96px;
	float: left;
}
#wrapper #middle #buttons div {
	margin-top: 10px;
	margin-left: 260px;
	width: 320px;
}
#wrapper #middle #buttons div img {
	margin-left: 10px;
}
#wrapper #bottom {
	background-color:#f0f0f0;
	float:left;
	width: 840px;
	padding-top: 20px;
	padding-left: 20px;
}
#wrapper #bottom div.column {
	float: left;
	width: 248px;
	margin-right: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000000;
}
#wrapper #bottom div.column ul {
}
#wrapper #bottom .column li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 15px;
	line-height: 18px;
}
#wrapper #bottom div.column p {
	margin-bottom: 15px;
	line-height: 20px;
}
#wrapper #bottom div.column span.subtitle {
	font-size: 15px;
	font-weight: bold;
	color: #911010;
	line-height: 19px;
}
#wrapper #bottom div.column span.title {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	line-height: 19px;
}
#wrapper #footer #text .right {
	float: right;
}
#wrapper #footer #text .left {
	float: left;
}
#wrapper #footer {
	float: left;
	width: 860px;
	padding-top: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 50px;
}
