body {
	font-family:"Comic Sans MS";
	font-size:0.9em;
	background-color: #fff;
	/*background-color:#7e1f1f;*/
}

img {
	border:0px;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
}

#pagetitle {
	text-align:center;
	margin-top:0px;
	padding-top:0px;
}

#wrapper {
	margin:0px auto;
	width:806px;
	background:url(images/wrapperbg.gif) repeat-y;
}

#header {
	height:0px;
	overflow:hidden;
	padding-top:188px;
	background:url(images/header.gif) no-repeat;
}

#leftnav {
	float:left;
	display:inline;
	width:168px;
	padding-left:7px;
	font-family:tahoma;
	font-size:0.8em;
	font-weight:bold;
	margin-bottom:5px;
}

	#leftnav h3 {
		height:0px;
		width:168px;
		overflow:hidden;
		padding-top:31px;
		margin:8px 0px 0px 0px;
		background-position:top left;
		background-repeat:no-repeat;
	}
	
	#leftnav h3#l1 {
		background-image:url(images/l1.gif);
	}
	
	#leftnav h3#l2 {
		background-image:url(images/l2.gif);
	}
	
	#leftnav h3#l3 {
		background-image:url(images/l3.gif);
	}
	
	#leftnav h3#l4 {
		background-image:url(images/l4.gif);
	}
	
	#leftnav ul {
		width:132px;
		margin:0px 0px 0px 10px;
		padding:5px;
		background-color:#5e9841;
		border-left:1px solid #000000;
		border-bottom:1px solid #000000;
		border-right:1px solid #000000;
		text-align:left;
	}
	
		#leftnav li {
			list-style-type:none;
			padding:2px 0px;
		}
		
			#leftnav li a {
				color:#ffffff;
				text-decoration:none;
			}
			
			#leftnav li a:hover {
				text-decoration:underline;
			}
	
	#hitcounter {
		text-align:center;
	}

#content {
	width:629px;
	float:left;
	display:inline;
}

.homepage #content {
	width:419px;
	text-align:center;
}

.homepage #content marquee {
	background-color:#7e1f1f;
	border:1px solid #000000;
	color:#ffffff;
	padding:2px;
	margin:5px 0px;
}

#homelink {
	display:block;
	float:right;
	margin-right:5px;
	height:0px;
	width:164px;
	padding-top:28px;
	overflow:hidden;
	background:url(images/homelink.gif) no-repeat;
}

form label {
	width:100px;
	display:block;
	float:left;
	clear:left;
	margin:5px 0px;
	font-weight:bold;
}

form input, form textarea {
	width:300px;
	margin:5px 0px;
	display:block;
	float:left;
}

form textarea {
	height:100px;
}

form #submit {
	width:100px;
	margin-left:100px;
	clear:both;
}

form #email {
	display:none;
}

form p {
	margin-left:100px;
	clear:both;
	color:#7e1f1f;
	font-weight:bold;
}


#rightnav {
	float:left;
	display:inline;
	width:200px;
	margin:0px 0px 5px 10px;
	text-align:center;
}

	#radiolink {
		margin-top:30px;
	}

#footer {
	clear:both;
	padding-top:45px;
	background:url(images/footer.gif) no-repeat #ffffff;
}

#plug {
	display:block;
	margin:5px;
	text-align:center;
	color:#000;
	font-weight:bold;
}