body,html {
	margin: 0;
	padding:0;
	background-color: #283D00;
	font-family: georgia;
	font-size: 12px;
	height: 100%;
}

td {
	font-family: georgia;
	font-size: 12px;
}



#wrap {
	position: relative;
	z-index: 2;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	width:619px;
	background-image: url(images/bgContent.gif);
}

#header {
	padding: 0px;
	position: relative;
	left: 0px;
}

#nav {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
	
#main {
	padding-left: 30px;
	float: left;
	width: 360px;
	border: 0px solid;
	text-align: left;
	color: #5c5c5c;
}

#sidebar {
	padding-top: 30px;
	padding-right: 30px;
	float: right;
	width: 175px;
	border: 0px solid;
	font-size: 11px;
	color: #3e5e00;
}

#footer {
	position: relative;
	left: 0px;
	width: 619px;
	clear: both;
	font-size: 11px;
	font-family: georgia;
	color: #ffffff;
	text-align: center;
	padding-top: 24px;
	padding-bottom: 0px;
	background-image: url(images/footerBG.gif);
	font-family: Trebuchet MS;
}

#bottom {
	position: relative;
	left: 0px;
	width: 619px;
	height: 100%;
	background-image: url(images/bgMain.gif);
}

a:active, a:visited, a:link {
	color: #ffffff;
	text-decoration:none;
	font-size: 11px;
	font-family: Trebuchet MS;
}


