/* CSS Document */

body{
	background-color: #221f1e;
	background-image: url(images/yellow.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bdbcbc;
	line-height: 20px;
}

a {
  color:#83b0db;

  text-decoration:none;
}

a:hover {
  color:#4983bb;

  text-decoration:none;
  }

#header{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
height:127px;
width:856px;
margin:0px auto 0px auto;
}

#nav_container{height:49px;
width:856px;
height:49px;
margin:0px auto 0px auto;}

#nav_left{

background-image: url(images/nav_side.jpg);
height:49px;
width:366px;
background-repeat: no-repeat;
float:left;
background-position: left
;

}
#nav_right{
	background-image: url(images/nav_right_side.jpg);
	height:49px;
	width:490px;
	background-repeat: no-repeat;
	float:right;
	background-position: right;
}

#container{
background-image: url(images/main.gif);
background-repeat: repeat-y;
width:856px;
margin:0px auto 0px auto;
}


#content{
	width:650px;
	padding-left:110px;
	padding-top:45px;
	padding-bottom:30px;

}

#footer{background-image: url(images/footer.gif);
height:85px;
width:856px;
background-repeat: no-repeat;}



.formbox{
font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #3d3b3b;
	width: 200px;
	border: 1px solid #5f5d5d;
	font-size: 12px;
padding:5px
}

.text{font-family: Arial, Helvetica, sans-serif;
	color: #bdbcbc;
	font-size: 12px;}
	
.bigformbox{font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #3d3b3b;
	width: 456px;
	height: 100px;
	border: 1px solid #5f5d5d;
	font-size: 12px;
padding:5px}

.galleryimages {
border: 0px solid #000000;
margin-left: 5px;
background-color: #221f1e;
}

a:link img {color: #221f1e;}