@charset "UTF-8";
/* CSS Document */
#wrapper {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
#content {
	height: 600px;

	}
h1 {
	font-size: 20px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #ffffff;
	background-color: #328C42;
	padding-left: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #13619F;
	}
p {
	font-size: 12px;
	line-height: 1.3;
		}
.subheading {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #e7e6e6;
	font-weight: normal;
	background-color: #2b3687;
	padding-left: 3px;
}
#wrapper #content #footer {
	clear: both;
	background-color: #328C42;
	padding-left: 20px;
}
#wrapper #content #footer a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fffff;	
}
#wrapper #content #right {
	width: 500px;
	float: right;
	background-color: #FCFCFC;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CD7229;
	border-bottom-color: #CD7229;
	border-left-color: #FCC34B;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #fcc34b;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	position: relative;
}
a:link {
	color: #7f3e0c;
	text-decoration: underline;
	}
a:hover {
	color: #2C8D42;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2C8D42;
	}
#wrapper #content #left {
	float: left;
	width: 240px;
	margin-top: 10px;
	border: 2px solid #CB6F28;
	padding:5px;
	}
.leftimg {
	float: left;
	margin-right: 10px;
}

