
body{

	background-color:#252525;
	color:#cccccc;
	font-family:Arial,Verdana;
}


.page{
	background-color:#181818;
	width:935px; 
	height:700px;
}

#content{
	background-color:#252525;
	height:485px;
	width:757px;
	padding:10px;
}

.pre_content{
	height:550px;
	width:750px;
}

.header{

}

.footer{
	height:70px;	
	padding-left:150px;
}

.footer a{
	text-decoration:none;
	color:#cccccc;
	font-weight:bold;
	font-size:13px;
	padding:20px 40px 20px 0px;
}

.footer a:hover{
	color:#cf1d1d;
}


.button{
	color:#cccccc;
	background-color:#000000;
	border:1px;
	border-color:#cccccc;
}

.text{
	color:#cccccc;
	background-color:#181818;
	border:1px;
	border-color:#000000;
	font-size:12px;
}

.title{
	color:#d77100;
	font-weight:bold;
}

#reg_text{
	font-size:12px;
}

.odd{
	background-color:#f2f2f2;
}

.even{
	background-color:#FFFFFF;
}


.testimonials
{
	font-size:11px;
	font-style:italic;
}


/**
	slideshow gallery
**/

/*#gallery {position:relative; width:743px; background:#252525}*/
#images { height:225px; background:#252525; margin-bottom:6px}
#image {position:relative; width:736px; height:375px; padding:5px; background:#252525 url('/images/loading.gif') center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:5px; width:742px; height:85px; background:#252525}
#thumbarea {position:relative; overflow:hidden; height:85px; width:742px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:85px; width:10000px; border-right:5px solid #252525}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url('/images/left.gif') left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url('/images/right.gif') right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
