* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	background-color: #333;
}
#wrapper {
	width: 900px;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border: thick double #093;
}
#header {
	color: #333;
	width: 900px;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	height: 150px;
	background-color:#F3F2ED;
	margin: 0px;
}
#leftcolumn {
	color: #333;
	border: 1px solid #FFF;
	padding: 10px;
	height: 500px;
	width: 130px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #8CC63F;
}
#content {
	float: left;
	color: #333;
	padding: 10px;
	height: auto;
	width: 500px;
	display: inline;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	background-image: url(../images/bk_xx2.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#wrapper #bar {
	height: 20px;
	background-color: #093;
	clear: both;
}

#rightcolumn {
	color: #333;
	border: 1px solid #FFF;
	height: 500px;
	width: 190px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #8CC63F;
	padding: 10px;
}
#footer {
	width: 878px;
	clear: both;
	color: #FFF;
	border: 1px solid #FFF;
	background-color:#093;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	height: auto;
	margin: 0px;
}
.green {
	font-weight: bold;
	color: #093;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bold {
	font-weight: bold;
	color: #333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper #content #c_home {
	height: 465px;
}

