body {
	
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#333333;
	text-align: left;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.wrapper {
	width: 800px;
	color: #FFFFFF;
	
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 164px;
	width: 602px;
}
.logo {
	float: left;
}
#nav {
	background-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	font-family: "Arial Narrow", "Helvetica Narrow", sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	word-spacing: 2px;
	padding-top: 5px;
	
	float:left;
	width: 800px;
	height: 20px;
	
}

#spacey {
	background-color: #000000;
	height: 1px;
	
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #ECFA84;
	text-decoration: none;
}

#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#footer {
	background-color:#000000;
	padding-top: 5px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: both;
	
}	
	
	
#legal {
	color: #333333;
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}
.border {
	border: 1px solid #FFFFFF;
}

a:link {
	color: #006600;
	text-decoration: none;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	color: #006600;
	text-decoration: underline;
}

a:active {
	color: #006600;
	text-decoration: none;
}
.sidepart {
	background-color: #333300;
	width: 197px;
	float: left;
	height: 100%;
}
.maincon {
	width: 580px;
	float: left;
	color: #333333;
	background-color: #FFFFFF;
	padding: 20px;
	line-height: 20px;
	border-right-color: #333333;
	border-right-style: solid;
	border-right-width: 1px;
	text-align: left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333300;
	font-weight: normal;
	margin-top: 10px;
	text-align: left;
}
h2 {
	font-size: 14px;
	color: #333300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-weight: normal;
	padding-bottom: 0px;
	margin-top: 10px;
	text-align: left;
}
#bodyarea {
	background-color: #f8fab9;
	width: 800px;
	height: 100%;
	float: left;
}
.floatleft {
	float: left;
	padding-bottom: 5px;
	padding-right: 5px;
}
