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

body{
	margin:0;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
	}
	
#head-text{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;	
}

p{
	text-align:justify;
}
	
#wrapper{
	width:950px;
	margin:0 auto 0 auto;
}

#header{
	background-image:url(../images/header-img.jpg);
	width:950px;
	height:50px;
}

#content{
	width:950px;
}


#slideshow{
	width:950px;
	height:250px;
}



.formtext{
	color:#FFF;
}

#footer{
	width:950;
	height:20;
	background-color:#333;
	
}