#wrapper {
	background-color: #FFF;
	width: 760px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 100px;
	font-size: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #099;
	margin-right: 15px;
	margin-left: 15px;
}
#footer {
	height: 145px;
	font-size: 12px;
	font-weight: bold;
	color: #C00;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #099;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 10px;
}
#rightcolheader {
	float: right;
	font-size: 12px;
	width: 450px;
}
.redheader {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #C00;
	font-weight: bold;
}
#maincontent {
	width: 500px;
	height: 350px;
	padding-left: 15px;
	padding-top: 30px;
	font-size: 18px;
	line-height: 130%;
}
.red {
	color: #C00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#sidebar {
	float: right;
	height: 350px;
	width: 225px;
	font-size: 12px;
	margin-top: 15px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#rightcolfooter {
	float: right;
	width: 300px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C00;
	height: 120px;
	padding-bottom: 0px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
}

