body {
	margin:0;
	padding:0;
	color: #000000;
	font:76%/1.5em Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align:center;
	background-color: #000000;
	background-image: url(images/bg_fire.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;

}

A:link {text-decoration: underline;  color: blue;}
A:visited {text-decoration: underline;  color: blue;}
A:hover {text-decoration: underline; color: red;}
A:active {text-decoration: underline;  color: blue;}

h1 {font-size: 1.5em; color: #990033; margin-bottom: 2px; line-height: 1.2em;}

h2 {
	font-size: 1.5em;
	margin: 6px;
	color: #B22222;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 0 20px;
	height: 0;
}

#wrap {
	width: 960px;
	border: 2px solid #999999;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: white url(images/diamondplate_border.gif) repeat-y scroll 0% 0%;
}

#header {
	/*background-image: url(images/header.jpg);
	background-position: center;
	background-repeat: no-repeat;*/
	text-align: center;
	height: 320px;
	color: #000000;
}

#header h3 {
	display: none;
}

#content {
	padding: 10px 15px 10px 15px;
	margin: 0 20px 0 20px;
}


#footer {
	/*background-image: url(images/bg_footer.jpg);
	background-position: center;
	background-repeat: no-repeat;*/
	width: 900px;
	background-color: #c0c0c0;
	border-top: 2px solid #999999;
	clear: both;
	padding: 10px;
	margin: 0 auto;
	color: #000000;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

table.contactform td {
	padding: 5px;
	margin: 0;
	font-size: 1em;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
}

input, textarea {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 12px;
	padding: 1px;
}

.floatrightpic {
	border: 1px solid #999999;
	float: right;
	margin: 10px;
	padding: 2px;
}

.floatleftpic {
	border: 1px solid #999999;
	float: left;
	margin: 0 10px 5px 5px;
	padding: 2px;
}

.caption {
	font-size: smaller;
	color: #000000;
	text-align: left;
	line-height: 1.2em;
}

.videos {
	margin: 0 auto;
	margin-bottom: 10px;
	border: 2px solid #ffffff;
	width: 450px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 10px;
}
.floatRightClear { /* FOR RIGHT FLOATING ONE DIV OVER ANOTHER  */
	float: right; 
	clear: right; 
	margin: 0 0 10px 10px; 
}


.imageborder {
	border: 1px solid #999999;
	padding: 2px;
}

.floatright {
	float: right;
	margin: 10px;
}

.floatleft {
	float: left;
	margin: 8px;
}

#credit {
	font-size: .8em;
	margin-bottom: 10px;
	color: #666666;
}

#credit a {
	color: #666666;
}

/********************* MAIN NAVIGATION *********************/

.navmain {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 920px;
	overflow: hidden;
	border: 1px solid #999999;
	border-width: 1px 0;
	background: black url(images/blockdefault.gif) center center repeat-x;
}

.navmain { display:inline; } /* PREVENTS DOUBLE MARGIN & PADDING IN IE6 WHEN USING CSS FLOAT */

.navmain li {
	display: inline;
}

.navmain li a {
	float: left;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

.navmain li a:visited {
	color: white;
	text-decoration: none;
}

.navmain li a:hover, .navmain .active a {
	color: white;
	background: transparent url(images/blockactive.gif) center center repeat-x;
}


/********************* END MAIN NAVIGATION *********************/


#navbottom  {
	text-align: center;
	margin: 10px 0 10px 0;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	color: #ffffff;
}

#navbottom a  {
	color: #ffffff;
}
