*, html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	text-align: center;
	background-color: #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

form {
	display: inline; 
}

ul {
	margin: 15px 0px 15px 25px;
}

div#header {
	width: 100%;
	height: 110px;
	text-align: left;
	color: #ffffff;
	background-color: #000000;
}

div#header input {
	position: relative;
	top: 0px;
	width: 110px;
	height: 13px;
}

	#header h1 {
		width: 340px;
		height: 110px;
		background: transparent url("../images/lawlertitle.jpg");
		background-repeat: no-repeat;
	}
	
		#header h1 span {
			display: none;
		}
	
div#headerlinks {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 230px;
	line-height: 22px;
	text-align: right;
}

	#headerlinks a {
		color: #F06509;
	}

		#headerlinks h2 {
			width: 230px;
			height: 30px;
			background: transparent url("../images/learnmoreaboutbutton.jpg");
			background-repeat: no-repeat;
		}
		
			#headerlinks h2 a {
				display: block;
				width: 230px;
				height: 30px;
			}
			
				#headerlinks h2 a span {
					display: none;
				}

div#container {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 147px 0px 0px 230px;
	width: 480px;
	text-align: left;
}

div#contentsection {
	position: relative;
	width: 464px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}

div#flashnav {
	position: absolute;
	top: 60px;
	left: 218px;
	width: 485px;
	height: 87px;
}

div#bodytext {
	padding: 20px 0px 5px 15px;
	width: 450px;
	background-color: #ffffff;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
}

	#bodytext h2 {
		padding: 0px 0px 5px 0px;
		border-bottom: 1px solid #5c788e;
		width: 245px;
		font-size: 22px;
		font-weight: normal;
		color: #5C788E;
		text-transform: uppercase;
		display: block;
	}
	
	
div#main {
	margin: 0px 0px 15px 0px;
	width: 245px;
	line-height: 1.5em;
}
	
	div#main p { margin: 1em 0; }
	
	div#main sup { font-size: 90%; }
	
	#main a {
		color: #D96400;
	}
	
	#main a:hover {
		color: #ffffff;
		background-color: #5C788E;
		text-decoration: none;
	}
	
div#sectionlinks {
	margin: 0px 15px 0px 0px;
	float: right;
	width: 125px;
}

	#sectionlinks h2, #poll-outer h2 {
		width: 125px;
		height: 20px;
		padding: 5px 0 0 0;
	}
	
	#sectionlinks h2 {
		font-size: 13px;
	}
	
	#sectionlinks ul {
		margin: 15px 0px 0px 0px;
		padding: 0px;}
	
	#sectionlinks ul li {
		width: 125px;
		list-style-type: none;
		font-size: 12px;
		font-weight: bold;
	}
	
	#sectionlinks a {
		color: #8D7D6F;
		text-decoration: none;
	}
	
	#sectionlinks a:hover {
		color: #5C788E;
		text-decoration: none;
	}

div#clearer {
	clear: both;
	height: 5px;
	background-color: #ffffff;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
}

	#clearer span {
		display: none;
	}

.joe {
	display: none;
}
#main form input, #main form textarea,
#main-board form input, #main-board form textarea {
	border: 1px solid #000;
}



/* polls */
div#poll-outer {
	margin: 40px 15px 0 0;
	padding: 0;
	float: right;
	clear: right;
	width: 125px;
	font-size: 9px;
	line-height: 12px;
}
div#poll-box { width: 125px; }
div#poll p { }
div#poll form { clear: both; margin: 0; padding: 0; width: 125px; }

div#poll form input { margin-right: 4px; width: auto; }
div#poll ul, div#poll ul li { width: 125px; margin: .5em 0; padding: 0; list-style: none; }

dl#poll-results {
	margin: 0;
	padding: 0;
	width: 125px;
}

dl#poll-results dt {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 0 2px;
	width: 70px;
	background: transparent url(/images/poll_bar.gif) no-repeat 0 50%;
	color: #000;
	font-weight: bold;
}

dl#poll-results dd {
	clear: right;
	float: left;
	display: inline;
	margin: 4px 0 0 5px;
	padding: 0;
	width: 45px;
	line-height: 1em;
}

p#votes-total { clear: both; padding-top: 1em; }

* html p#votes-total { padding-top: 0; }

th {vertical-align: top; }
