@charset "utf-8";
/* Stephen Ellice 2010 Whats on Group www.whatsongroup.net */
body  {
	background: #3b0a0e;
	margin: 0;
	text-align: center;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.main #container {
	width: 1014px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
} 
.main  #header {
	height: 8px;
	background-image: url(images/header.png);
} 
.main  #navbar {
	float: left;
	width: 292px;
	background-repeat: repeat-y;

}
.navexpandbg {
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-y;
}
.main  #mainContent {
	width: 722px;
	float: right;
} 
.main #titlewrap {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	text-transform: uppercase;
	color: #3b0a0e;
	padding-top: 40px;
	padding-left: 15px;
	letter-spacing: 4px;
}
.main #topdecline {
	background-image: url(images/top-dec-line.gif);
	height: 27px;
}
.main #copywrap {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.main  #footer {
	background-image: url(images/footer.gif);
	height: 110px;
	line-height: 30px;
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;

}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Start Nav */
#navcontainer {
width: 220px;
margin-left: 20px;
 }
#navlist {
padding: 0;
margin: 0;
width: 200px;
}
#navlist li {
	list-style: none;
	margin: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
}
#navlist li a { 
text-decoration: none;
font-weight: bold;
color:#fff; 
}
#navlist  a:link, .navlist2 a:visited {
font-weight: bold;
color: #fff;
}
#navlist a:hover {
color: #fff;
font-weight: bold;
text-decoration: underline;
}
/* end Nav */
a {
	color: #000000;
	text-decoration: underline;
/* start form */
}form {
	margin: 0px;
	padding: 0px;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label,textarea {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: left;
	width: 200px;
	padding-left: 1px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}
input {
	background-color: #3b0a0e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #fff;
}
textarea {

	background-color: #3b0a0e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #fff;
}
.button {
	cursor: pointer;
	background-color: #3b0a0e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	border: 2px solid #fff;
	height: 36px;
	width: 100px;
}
/* end form */
input {
	background-color: #3b0a0e;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #fff;
}




