@charset "utf-8";
#footer {
	height: 100%;
	width: 960px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	border-top-width: 2px;
	border-top-color: #AD1429;
	padding-bottom: 10px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_green.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#sidemenu {
	float: left;
	width: 200px;
	clear: both;
	height: 100%;
}
#content {
	margin: 0px;
	padding: 0px;
}
#rightColumn {
	padding: 12px;
	float: right;
	width: 700px;
}
#header {
	height: 225px;
	width: 960px;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #AD1429;
}

