body {
	margin: 0 0 0 0;
	background-image: url(images/bg.gif);
}

a {
font-family: verdana, tahoma, arial, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
font-weight: normal;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

h1{
font-family: verdana, tahoma, arial, sans-serif;
font-size: 15px;
color: #000000;
text-decoration: none;
font-weight: bold;
margin: 0px;
margin-bottom: 5px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 800px;
	background: #FFFFFF;
}

#banner {

	margin: 0 0 0 0;
	height: 183px;
	background: #000000;
	background-image: url(images/banner1.jpg);
}

#header {
	position:relative;
	left: 460px;
	top:8px;
	margin: 0 0 0 0;
	background: transparent;
	width:340px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

#header a {
font-family: verdana, tahoma, arial, sans-serif;
font-size: 11px;
color: #000000;
text-decoration: none;
font-weight: normal;
}

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

#header a:active {
	color: #000000;
	text-decoration: none;
}
#navigation {
	position:relative;
	left: 90px;
	top:127px;
	margin: 0 0 0 0;
	background: transparent;
	width:700px;
	font-size: 11px;
	color: #FFFFFF;
	text-align:right;
}

#navigation a {
font-family: verdana, tahoma, arial, sans-serif;
font-size: 11px;
color: #FFFFFF;
text-decoration: none;
font-weight: normal;
}

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

#navigation a:active {
	color: #000000;
	text-decoration: none;
}

#spacer
{
margin: 0px 6px 0px 9px;
font-size: 15px;
font-weight: bold;
color: #FFFFFF;
}

#side {
	float: left;
	width: 196px;
	background: #cdcfd1;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}


#sideinner {
	margin: 0;
	float: left;
	margin-left: 12px;
	margin-top: 5px;
	width: 170px;
	background: transparent;
}


#maincontent {
	margin: 0;
	float: left;
	margin-left: 10px;
	margin-bottom: 20px;
	width: 590px;
	background: #FFFFFF;
	height: 1%; /* Holly hack for Peekaboo Bug */
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	color: #464646;
	text-decoration: none;
	font-weight: normal;
}

#maincontentinner {
	margin: 0;
	float: left;
	margin-left: 10px;
	margin-bottom: 40px;
	width: 570px;
	background: transparent;
}

#footer {
	clear: both;
	height:30px;
	background: #FFFFFF;
}