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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width: 825px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 10px;
}
#header {
	height: 138px;
}
#content {
	background-image: url(images/cbg.gif);
	background-repeat: no-repeat;
	height: 535px;
	padding: 25px;
}
#left {
	float: left;
	width: 200px;
}
#right {
	float: right;
	width: 500px;
}
.blueleftlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #1cccdb;
}
.leftdotline {
	height: 1px;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin: 5px 0 5px 0;
}
.hellotext {
	font-size: 40px;
	color: #43aab3;
}
.greentext {
	font-size: 40px;
	color: #97aa2e;
}
.leftimg {
	float: left;
	padding-right: 7px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 6px;
	display: block;
}.greytext {
	color: #838282;
}
#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;
}#footer {
	padding: 10px;
	text-align: center;
}
