html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FFF;

}

body.contentpane {

}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #FF0000;
	outline: none;
	border-bottom: none;	
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	border-bottom: none;
}

input.button, .validate  {
	color: black;
	font-size: 10px;
	border: 1px solid #FFF;
}

.search input.button {
	text-align: right;
}

input.button:hover, .validate:hover  {
	
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
}

.inputbox {
	border: 1px solid #FFF;
	color: #FFF;
	padding: 2px;
}
.inputbox:hover {

}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

body {
	text-align: center;
	background: #000 url(../images/main_bg.png) top center repeat;
}

div#wrapper {
	padding: 0;
	margin: 0 auto;
	width: 974px;
	text-align: left;
	margin-top:10px;
}


div#featuredArea {
text-align:center;
}

img#mainImg {
width:954px;
height:auto;
}

div#menuholder {
margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}

div#featOpen{
	background: url(../images/feat-borders.png) top no-repeat;
	height: 10px;
}

div#featured{
	text-align: center;
	background: #000000 url(../images/feat-mainbg.png) repeat;
}

div#featClose{
	background: url(../images/feat-borders.png) bottom no-repeat;
	height: 10px;
}


div#boxOpen{
	background: url(../images/feat-borders.png) top no-repeat;
	height: 10px;
}

div#boxes{
	background: #000000 url(../images/feat-mainbg.png) repeat;
	width:974px;

	
}

div#boxClose{
	background: url(../images/feat-borders.png) bottom no-repeat;
	height: 10px;
}

div#boxes table {
	border-collapse: collapse;
	border-width: 0px;
	border-style: none;
}

td.gutter { width:51px; background: url(../images/vertdiv-box.gif) center no-repeat;}
td.leftTD, td.rightTD { width:18px;}
td.box-inner { width:196px; vertical-align: top; }
td.box-outter { width:196px; vertical-align: top; }



div#menuHolder table tr{ width:100%; text-align:center;}
div#menuHolder table tr td {text-align:center; width: auto;}
a:link.mainlevel, a:visited.mainlevel { color:white; margin:0px 20px 0px 20px; padding: 0px 5px 0px 5px; text-decoration: none;text-transform: uppercase; font-weight: bold;}
a:hover.mainlevel, a:active.mainlevel { color:white; margin:0px 20px 0px 20px; padding: 0px 5px 0px 5px; text-decoration: none;text-transform: uppercase; font-weight: bold; background: #CC0000;}


td.box-inner h3, td.box-outter h3  {
	height: 32px;
	font-size: 16px;
	line-height: 20px;
	color: #EE0000;

}


div.space { width:100%; height:10px;}

fieldset.input { border:none; margin-top: 3px; }
fieldset.input input {color:black;}
input.button, .validate{color:black;}
form#form-login ul { list-style:none; padding-left: 0; text-indent: none;}
form#form-login ul li a {color: white; font-size: 11px; text-decoration:none;}


#sgf {
	font-size: 11px;
	text-align: right;
	width: 100%;
	margin: 15px auto;
	padding-bottom: 25px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}