* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color: #474747;
}

.sub-body{
	margin: 0px;
	background-image: url('images/strip_bg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
}

.push {
	height: 40px;
}

.end {
	height: 40px;
	background-image: url('images/foot_strip.gif');
}

.container{
	background-image: url('images/content_bg.jpg'); 
	background-position: center top; 
	background-repeat: repeat-y;
}

.top-container{
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/splatter.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

.top-container-home{
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/splatter_orange.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

.top-container-thnx{
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/splatter_thnx.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

.mid-container{
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/content_bg.jpg');
	background-repeat: repeat-y;	
	background-position: center top;
}

.lower-container{
	height: 42px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/end_content_bg.jpg');
	background-repeat: no-repeat;	
	background-position: center top;
}

.footer{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #999999;
	text-align: center;
	font-family: verdana, arial;
	font-size: 10px;
	line-height: 14px;
}

.left{
	width: 200px;
	text-align: center;
	float: left;
}

.right{
	width: 455px;
	text-align: left;
	float: right;
	padding-right: 30px;
}

#nav ul {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#nav li {
    list-style:none;
    display:inline;
}

.content{
	width: 698px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 65px;
}

a:link{
	color: #ff9933;
	text-decoration: underline;
}

a:visited{
	color: #ff9933;
	text-decoration: underline;
}

a:hover{
	color: #ff9933;
	text-decoration: none;
}

a:active{
	color: #ff9933;
	text-decoration: underline;
}

a:link.footer-link{
	color: #999999;
	text-decoration: none;
}

a:visited.footer-link{
	color: #999999;
	text-decoration: none;
}

a:hover.footer-link{
	color: #FFFFFF;
	text-decoration: none;
}

a:active.footer-link{
	color: #999999;
	text-decoration: none;
}

div.clear{
    clear: both;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    visibility: hidden;
	width: 0;
	height: 0;
}

p{
	font-family: verdana, arial;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
}

p.center{
	font-family: verdana, arial;
	font-size: 10px;
	color: #666666;
	line-height: 18px;
	text-align: center;
}

.newsletter{
	width: 140px;
	border: 1px solid #999999;
	font-family: verdana, arial;
	font-size: 9px;
	color: #ff9933;
	display: inline;
}

div.news-submit{
	text-align: left;
	padding-left: 135px;
}

img{
	border: 0px;
}

label {
	width: 10em;
	text-align: right;
	padding-right: 5px;
	float: left;
	display: block;
}

input.text-input{
	width: 200px;
	border: 1px solid #999999;
	font-family: verdana, arial;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
	margin-left: 0;
}

textarea {
	border: 1px solid #999999;
	font-family: verdana, arial;
	font-size: 9px;
	color: #999999;
	font-weight: bold;
}