@charset "UTF-8";
/* CSS Document */

body{
margin:0;
padding:0;
background:#000;
color:#fff;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

a{
color:#00bff3;
}

a:hover{
color:#FFFF00;
}

#wrapper{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#header{
background: #333;
border:1px solid #fff;
border-width:0px 0px 1px 0px;
}

#header a{
	color:#ffff00;
	text-decoration:none;
}

#header a:hover{
	color:#fff;
	text-decoration:none;
}

#contentwrapper{
width: 100%;
background:#333;
}

#footer{
clear: left;
width: 100%;
background: #252525;
color: #FFF;
text-align: center;
padding: 4px 0;
}

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

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

#anchor_menu{
margin:20px 0px;
}

#anchor_menu a{
color:#ffff00;
text-decoration:none;
}

#anchor_menu a:hover{
color:#fff;
text-decoration:none;
}

.left_sidebar{
background:#252525;
width:150px;
}

.right_sidebar{
background:#252525;
width:150px;
}

.content{
border:1px solid #fff;
border-width:0px 1px;
padding:10px;
}

.yellow{
color:#ffff00;
}

.white{
color:#fff;
}

.blue{
color:#00bff3;
}

h1{
color:#ffff00;
text-transform:uppercase;
font-size:12px;
}

.large{
font-size:14px;
font-weight:bold;
}

.small{
font-size:8px;
color:#7d7d7d;
}

.testimonial{
height:175px;
border:1px solid#fff;
margin:0px 0px 5px 0px;
border-width:1px 0px 0px 0px;
}
.news{
height: auto;
border:1px solid#fff;
margin:0px 0px 5px 0px;
border-width:1px 0px 0px 0px;
}

#rotator
{
	overflow: hidden;
	position: relative;
	width: 481px;
	height: 259px;
}

#rotator img
{
	border: 0;
	width: 481px;
	height: 259px;
}

#rotator_small
{
	overflow: hidden;
	position: relative;
	width: 145px;
	height: 78px;
}

#rotator_small img
{
	border: 0;
	width: 145px;
	height: 78px;
}

#rotator_medium
{
	overflow: hidden;
	position: relative;
	width: 250px;
	height: 134px;
	float:right;
}

#rotator_medium img
{
	border: 0;
	width: 250px;
	height: 134px;
}

