/* CSS Document ©2006 Justin Schroeder. All Rights reserved. This page is provided 
as a licensed product to Rick Hawkes for his exclusive use and distribution. Violations
are subject to prosecution, by their original rightful owner, Justin Schroeder. */

body {
	background-color: #4b1369;
	margin: 0;
	font: normal normal 12px/160% verdana, arial;
	color: #333333;
}

.mainbody {
	background: transparent url("/images/background-rep.jpg") repeat-y top left;
	width: 800px;
	margin: 0 auto;
}

.header {
	background: transparent url("/images/banner_top.jpg") no-repeat top left;
	width: 800px;
	height: 160px;
}

.topnav {
	background: transparent url("/images/navbar.jpg") no-repeat bottom center;
	width: 800px;
	height: 39px;
	position: relative;
	top: 122px;
}

.topnav td {
	padding-top: 11px;
	text-align: center;
}
.topnav a {
/*	display: block; */
	font: normal bold 14px verdana, arial;
	text-decoration: none;
/*	padding-top: 10px; */
}

.title {
	background: transparent url("/images/title.jpg") no-repeat top left;
	width: 800px;
	height: 51px;
}

.textarea {
	background: transparent url("/images/body_back.jpg") no-repeat bottom center;
	border-left: 1px solid #ffda47;
	border-right: 1px solid #ffda47;
	padding-bottom: 20px;
	padding-top: 10px;
}

.text_padding {
	width: 710px;
	margin: 0 auto;
}

.text_padding td {
	font: normal 13px verdana;
}

.text_padding h1 { 
	font: 30px, Georgia;
	font-style: italic;
	font-weight: bold;
	color: #006000;
	}
.text_padding h2 { 
	font: 20px, Georgia;
	font-style: italic;
	font-weight: bold;
	color: #990099;
	}
.text_padding h3 { 
	font: 16px, georgia; 
	font-weight: bold;
	color: #0000cc;
	}
.text_padding h4 { 
	font: 16px, georgia; 
	font-weight: bold;
	color: #008080;
	}
.text_padding h5 { font-size: 12px; }
.text_padding h6 { font-size: 10px; }

.homeimage{
	float: right;
	margin: 10px;
}

.footer {
	background: transparent url("/images/bottom.jpg") no-repeat top left;
	width: 800px;
	height: 27px;
	margin: 0 auto;
	font: normal normal 9px verdana, arial;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}