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

body{
	text-align:center;
	line-height:20px;
	margin:0;
	color:#adadad;
	background-image:url(../images/gradientbg.jpg);
	background-repeat:repeat-x;
	background-color:#1b1b1b;
	font-family:verdana, Helvetica, sans-serif;
	font-size:18px;
	
}
body p{
	padding:0px;
	margin:0px;
}
body img{
	border:none;
}
a:link {
	color: #adadad;
	text-decoration: none;
}
a:visited {
	color: #adadad;
	text-decoration: none;
}
a:hover {
	color: #782222;
}
a:active {
	color: #782222;
	text-decoration: none;
}
#container{
	width:865px;
	margin:0 auto;
	text-align:left;
}
#wrapper{
	width:865px;
	margin:0px 0px 100px 0px;
}
#header{
	text-align:left;
	padding:10px 15px 0px 0px;
	height:50px;
}
#content_top{
	clear:both;
	width:862px;
	height:343px;
	/*margin:7px 0 0 49px;*/
	padding:0px;
	margin-top:0px;
}
#content_main{
	width:862px;
	height:343px;
	padding:0px;
}
#content_gallery{
	width:860px;
	height:570px;
	padding:0px;
	margin-top:0px;
	border-left:1px solid #3f3f3f;
	border-right:1px solid #3f3f3f;
	clear:both;
}
.gallery_top{
	width:862px;
	height:10px;
	margin-top:75px;
	background-image:url(../images/contenttopbg.gif);
	background-repeat:no-repeat;
	clear:both;
}
#content_middle{
	width:860px;
	height:auto;
	background-color:#000000;
	border-left:1px solid #3f3f3f;
	border-right:1px solid #3f3f3f;
	padding:0px 0px 50px 0px;
}

#content_bottom{
	width:862px;
	height:10px;
	background-image:url(../images/contentbottombg.gif);
	background-repeat:no-repeat;
	float:left;
}
#footer{
	width:862px;
	height:30px;
	clear:both;
	padding:0;
	font-size:11px;
}
.contentwords{
	font-size:14px;
	text-align:right;
}
.contentwords2{
	font-size:14px;
	text-align:center;
}
.contentwords3{
	font-size:14px;
	text-align:left;
	padding:0 20px 0 20px;
}
.contentwords5{
	font-size:14px;
	text-align:left;
	padding:0 20px 0 20px;
	float:left;
}
.contentwords4{
	width:500px;
	font-size:14px;
	text-align:left;
	padding:0 40px 0 40px;
	float:left;
}
.floatleft{
	float:left;
	padding:0 10px 0 0;
}
.clearer{
	clear:both;
}

#content_main .clearer{
	padding:40px 0 0 0;
}

/*MENU*/
.menu{
	height:37px;
	width:auto;
	/*padding:27px 0 0 49px;*/
	margin:23px 0px 15px 0px;
	float:left;
	font-size:12px;
	line-height:37px;
	color:#ffffff;
}
.menuleft{
	background-image:url(../images/menuleft.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:37px;
	float:left;
}
.menumiddle{
	background-image:url(../images/menumiddle.jpg);
	background-repeat:repeat-x;
	width:auto;
	height:37px;
	float:left;
}
.menuright{
	background-image:url(../images/menuright.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:37px;
	float:left;
}