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

body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x
}
#wrapper {
	width: 807px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
#topbar {
	background-image: url('images/topbar2.jpg');
	background-repeat: no-repeat;
	height: 87px
}
#nav {
	height: 53px;
}
#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 194px
}
#ad {
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
	height: 133px;
}
#content {
	background-color: #0f0f0f;
	margin: 0 9px;
	border: 1px solid #2c2c2c;
	padding: 20px;
	height: 300px;
}
#left {
	float: left;
	width: 190px;
}
#right {
	float: right;
	width: 520px;
}
.leftline {
	height: 1px;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #615f5f;
	margin: 3px 0 3px 0;
}
.whitetitle {
	color: #FFFFFF;
	font-size: 15px;
}
.whitetitle2 {
	color: #FFFFFF;
	font-size: 16px;
	text-transform:
}
.greentext {
	color: #2d8144;
}
.greentext1 {
	color: #2d8144;
	font-size: 14px;
}
.leftimg {
	float: left;
	padding-right: 7px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}#footer {
	height: 30px;
	margin: 8px 9px 8px 9px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #444444;
	border-bottom-color: #444444;
	padding-top: 8px;
}
#right input {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
	padding: 2px;
}
#right textarea {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-size: 11px;
	margin: 3px 0 3px 0;
	width: 300px;
}