body {
	background-color: #D0E2C2;
}
#maincontainer {
	background-color: #D0E2C2;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#leftcolumn {
	background-color: #D0E2C2;
	padding: 0px;
	float: left;
	width: 190px;
}
#centercolumn {
	background-color: #D0E2C2;
	float: left;
	width: 700px;
	padding-top: 5px;
	padding-right: 00px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#headling {
	padding: 0px;
	height: 250px;
	width: 900px;
	background-color: #D0E2C2;
	margin-bottom: 10px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	font-weight: bold;
	letter-spacing: 5px;
	position: relative;
	top: 0px;
}
.themebox {
	background-color: #D0E2C2;
	padding: 5px;
	width: 168px;
	border: 1px solid #F2F8EF;
	position: relative;
	left: 0px;
	margin-bottom: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	letter-spacing: 1px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
