* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#97F809;
}
a img {
	border:0px;
}

a:link, a:active, a:visited {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

p
	{
	padding:0px;
	margin:0px;
	}

#wrap {
	width:900px;
	margin:10px auto;
	background:#fff;
	border:1px solid #777;
}

#banner {
	width:900px;
	padding:0px;
	border-bottom:1px solid black;
}

#nav{
	width:900px;
	background:#353537 url(../images/button1.jpg) repeat-x;
	margin:0;
	padding:0;
	list-style:none;
	height:24px;
	border-bottom:1px solid black;
}

#nav li{
	float:left;
	display:inline;
	line-height:24px;
}

#nav li a{
	display:block;
	padding:0 10px;
	text-align:center;
	text-decoration:none;
	border-right:1px solid #000;
	color:#fff;
}

#nav li a:hover{
	color:#fff;
	background:url(../images/button2.jpg) repeat-x;
	text-decoration:underline;
}

#leftCol {
	font:bold 13px Arial, Helvetica, sans-serif;
	float:left;
	display:inline;
	width:170px;
	margin:10px 10px 0 0;
	padding:5px 10px 5px 5px;
	border-right:1px solid #353537;
}

#leftCol li {
	list-style:none;
	padding:0px 10px 10px 0px;
	text-decoration:none;
	margin:0;
	text-align:left;
}
#leftCol li a {
	list-style:none;
	color:#0000ff;
	text-decoration:underline;
}
#leftCol li a:hover {
	color:#069bcc;
}

#content {
	width:690px;
	padding:0px;
	margin:10px 0 0 195px;
	background:#fff;
}
#content p {
	padding:5px 0px 5px 0px;
}
#content h1 {
	font-size:22px;
	color:#353537;
	margin:0;
	padding:3px 0px;
	font-style:italic;
	border-bottom:1px solid #353537;
	border-top:1px solid #353537;
}

#mainAd{
	width:336px;
	height:280px;
	float:right;
	display:inline;
	margin:0 0 5px 5px;
}

#footer {
	clear:both;
	text-align:center;
	color:#fff;
	font-size:13px;
	padding:5px;
	background:#353537 url(../images/button1.jpg) repeat-x;
	margin:10px 0 0 0;
	border-top:1px solid black;
}
#footer a {
	color:#fff;
	text-decoration:none;
}

.clear{
	line-height:0px;
	height:0px;
	font-size:0px;
	clear:both;
}
#leftad {
        float:left;
	margin:150px 0 0 20px;
}
#bottomad {
	margin:25px 0 10px 105px;
}
#floatright{
	float:right;
	display:inline;
	margin:5px 10px 5px 5px;
}

