body {
	background-image: url(images/bgpage.jpg);
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#wrapper {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
}
/*
#ads {
	margin: 20px;
	margin-left: center;
	margin-right: center;
	text-align: center;
	padding: 0px;
}
*/
html>body #ads {margin: 24px;}

#container {
	width: 740px;
	margin: auto;
	/*padding-top: 84px;*/
}

#footer a:hover, #menu a:hover{
	color: #FF0000;
	text-decoration: overline;
}

#toprow {
	height: 49px;
	padding: 3px;
	font-size: small;
}

#banner {
	height: 200px;
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-top: 10px;
}

#content a {
	color: #000000;
}

#content a:hover {
	color: #00533E;
	text-decoration: overline;
}

#footer {
	text-align: center;
	font-size: small;
	padding-top: 15px;
	background-image: url(images/footerbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-bottom: 100px;
	clear: both;
}
.left {
	float: left;
}

.right {
	float: right;
}
#leftside {
	float: left;
	width: 520px;
}
#rightside {
	float: right;
	text-align: center;
	width: 200px;
}

#leftsideshort {
	text-align: center;
	float: left;
	width: 200px;
}

#leftsideshort a{
	font-weight: bold;
}

#rightsideshort {
	float: right;
	text-align: left;
	width: 520px;
}
.center {
	text-align: center;
}
label {
	font-weight: bold;
	float: left;
	text-align: right;
	width: 240px;
	margin-left: 0px;
	margin-right: 5px;
}
.indent {
	margin-left: 25px;
}
#menu{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	width: 750px;
}
#menu ul, #toprow ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li, #toprow li{
	position: relative;
	display: inline;
	list-style-type: none;
	margin-left: 4px;
	margin-right: 3px;
}

#menu li {
	margin: 0px;
}

#menu a, #toprow a{
	text-decoration: none;
	color: #00E6AC;
}

#menu a:active, #toprow a:active{
	text-decoration: none;
	color: #00E6AC;
}

#menu a:hover, #toprow a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


#toprow, #footer, #footer a, #menu, #menu a{
	color: #00E6AC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
