/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font: 12px georgia;
	background: #141414;
	color: #8e8e8e;
}

/* MAKES ALL BROWSERS HANDLE HEADINGS AND PARAGRAPHS THE SAME, USE AT YOUR DISCRETION */
h1, h2, h3, h4, h5, h6, p{ margin: 0; padding: 6px 0; }

h1{	font: 25px georgia; color: #FFFFFF; border-bottom: 1px solid #3a3d41; margin-bottom: 6px; }
#footer h1{ padding-left: 20px; }
h2{	font: 20px georgia; color: #FFFFFF; }
h3{	font: 17px georgia; color: #FFFFFF; }
h4{	font: 16px georgia; color: #FFFFFF; }
h5{	font: 14px georgia; color: #FFFFFF; }
h6{	font: 12px georgia; color: #FFFFFF; }



.clear{	clear: both; }
.left{ float: left; }
.right{ float: right; }
.red{ color: red; }
img{ border: none; }

form, fieldset, legend{ margin: 0; padding: 0; }
fieldset{ border: none; }
legend{ display: none; }
.nobg{ border: none; background: none; }

a{
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover{
	color: #ffda48;
	text-decoration: underline;
}

/* CSS TRANSPARENCY, THIS INVALIDATES THE STYLESHEET, USE AT YOUR DISCRETION */
/*a:hover img{ opacity: 0.8; filter: alpha(opacity=80); -moz-opacity:0.8; }*/

/* input[type=""] DOES NOT WORK IN IE6 */
input[type="checkcontainer"], input[type="radio"]{ border: none; width: auto; background: none; }

input, textarea{
	background: white;
	border: solid 1px #797979;	
}

input.submit{
	background: none;
	border: none;
}


.container{
	width: 978px;
	margin: 0 auto;
	overflow: hidden;
}
.box{
	background: #1f1f1f;
	border: 1px solid #504f4f;
	padding: 10px 20px;
}

#loginBar{ font: 17px georgia; color: #FFFFFF; }

#loginBar ul{ margin: 0; padding: 0; float: right; }
#loginBar ul li{
	list-style: none;
	float: left;
	padding: 5px;
}
#loginBar .welcome{
	background: url(../gfx/loginBarSeperator.gif) center right no-repeat;
	padding-right: 6px;
}

#loginBar ul li a{
	color: #FFFFFF;
	text-decoration: none;
	background: url(../gfx/headerBarListImage.gif) center right no-repeat;
	padding-right: 16px;
}
#loginBar ul li a:hover{
	text-decoration: underline;
}

#header{
	clear: both;
	background: url(../gfx/headerRepeat.gif) repeat-x;
	height: 129px;
}


#leftcol{ float: left; width: 150px; }

#nav{ margin: 0; padding: 0; font-size: 17px; }
#nav li{ list-style: none; }
#nav li a{
	display: block;
	background: url(../gfx/navBg.gif) no-repeat;
	text-decoration: none;
	width: 160px;
	height: 25px;
	margin-top: -1px;
	color: #8e8e8e;
	padding: 8px 0 0 35px;
}
#nav li a:hover{
	background: url(../gfx/navBgOver.gif) no-repeat;
	color:#FFFFFF;
}
#nav #navOn a{
	background: url(../gfx/navBgOver.gif) no-repeat;
	color:#FFFFFF;
}


#rightcol { float: right; width: 774px; }

.gallery td{ text-align: center; }


#footer{
	background: url(../gfx/footerBgRepeat.gif) repeat-x;
	margin-top: 20px;
	overflow: hidden;
	padding: 10px 0;
}

#footerLeft{
	float: left;
	width: 600px;
	margin-left: 20px;
	margin-top: 10px;
}

#footerRight{
	float: right;
	width: 300px;
	margin-right: 20px;
	margin-top: 10px;
}
#footerAdvert{ border: 1px solid #3a3d41; }
#footer ul{ margin: 25px 0 0 0; padding: 0; width: 220px; border-top: 1px solid #3a3d41; }
#footer ul li{
	list-style: none;
	background: url(../gfx/footerListImage.gif) left center no-repeat;
	padding: 6px 0 6px 25px;
	border-bottom: 1px solid #3a3d41;
}
#footer ul li a{
	color: #8e8e8e;
	font-size: 14px;
	text-decoration: none;
}
#footer ul li a:hover{ text-decoration: underline; }

#footerList1{ float: left; }
#footerList2{ float: right; margin-right: 60px; }