@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	font-family: "Trebuchet MS";
	font-size: 12px;
}
#wrapper {
	width: 847px;
	margin: 0 auto;
}
#header {
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	height: 355px;
}
#middle {
	height: 491px;
}
#nav {
	float: left;
	width: 34px;
}
#content {
	float: right;
	width: 715px;
	background-image: url("images/cbg.gif");
	background-repeat: no-repeat;
	height: 471px;
	padding: 20px 90px 0 15px;
}
#left {
	float: left;
	width: 188px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #000000;
	padding-right: 25px;
}
#right {
	float: right;
	width: 465px;
}
.redunderlinetext {
	color: #ff3f30;
	text-decoration: underline;
}
.blacktitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}
.rightimg {
	float: right;
	margin-left: 7px;
	display: block;
}
.leftimg {
	float: left;
	margin-right: 9px;
	display: block;
}.bluetext {
	color: #289dfb;
}
#footer {
	padding: 15px;
	text-align: center;
}
#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;
}

