body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link { color: #006633; }
a:visited { color: #006633; }
a:hover { color: #FFCC00; }
a:active { color: #006633; }

#outter {
	width:808px;
	margin:0 auto;
	background-image:url(../images/outter-bkg.jpg);
	background-repeat:repeat-y;
}

#wrapper {
	width:800px;
	margin:0 auto;
}

#header {
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:160px;
	width:800px;
	margin:0 auto;
	cursor:pointer;
}

#menu {
	width:800px;
	height:41px;
	background-image:url(../images/menu-bkg.jpg);
	background-repeat:repeat-x;
}

#content-wrapper {
	background-image:url(../images/content-wrapper-bkg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#fefacb;
	width:800px;
}

#left-bar {
	width:183px;
	float:left;
}

#content-area {
	width:597px;
	float:left;
	padding:10px;
}

#content-area img{
	padding:3px;
	margin-right:10px;
	margin-bottom:10px;
}

#footer {
	width:808px;
	height:64px;
	background-image:url(../images/footer-bkg.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
}

#copywrite {
	width:800px;
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
	margin-top:10px;
	color:#285d02;
	font-size:9px;
}

#title {
	font-size:14px;
}
.secondNav {
	list-style:none;
	color:#FFFFFF;
	margin-left:-20px;

}
.secondNav li{
	line-height:30px;
	border-bottom:1px solid #FFF;
}
.secondNav a:link{
	color:#FFFFFF;
	text-decoration:none;
}
.secondNav a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
.secondNav a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
