body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
select { min-width: 1.5em;}
select > option { padding: 0 2px 0 3px; }
form { margin: 0; padding: 0; }
img { border: 0; }
hr { clear:both; }
label { display: none; }
fieldset { border: 0; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
	background-color: black;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;

	text-align: center; /* for IE */

	color: #E3E3E3;

	font:14px verdana, arial,helvetica,clean,sans-serif;

}

ul li {
	display:list-item;
	list-style-position: inside;
	list-style-type: circle;
}

a {
	color: #BEBEBE;
	text-decoration: none;
}

a:hover {
	color: #BEBEBE;
	text-decoration: underline;
	background-image: url("../images/button_bg.png");
}

a:visited {
	color: #BEBEBE;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
}

#content {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 90px;
}

#top {
	width:825px;
	height:125px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("../images/banner.jpg");
	background-repeat: no-repeat;
	border-color: #BEBEBE;
	border-width: 1px;
	border-style: solid;
	

}

#main_text_image {
	float:right;
	margin-top: 10px;
	padding-left: 20px;
	background-image: url("../images/frontpic.jpg");
	background-repeat: no-repeat;
	height:303px;
	width:300px;
}

#text_content {
	align:center;

	padding: 14px;	
	padding-bottom: 30px;
	border: 1px;
	border-color: #BEBEBE;
	border-width: 1px;
	border-style: solid;	
	color: #BEBEBE;		
}

#bottom {
	float:right;
	width: 400px;
	margin-top:-10px;
	margin-right: -30;
	padding: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align:center;
	
	border-width: 1px;
	border-style: solid;
	color:#ACACAC;
	border-color: #BEBEBE;

}

#nav {
	align:center;
	text-align: center; 
	margin-left: auto;
	margin-right: auto;
}

#navlist{
	text-align:center;
	color:#797979;
	margin-top:15px;
	margin-bottom: 15px;
}

#navlist li{ 
	display: inline;
	list-style-type:none;
}
#navlist a{
	width: 100px;	
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	color: #BEBEBE;
	background-color: #363633;
	background-image: url("../images/button_bg_off.png");
	border-width: 1px;
	border-style: solid;
	border-color: #BEBEBE;
	
	text-decoration:none;
	font-size:110%;
	
	}

#navlist a:hover{
	background-color: #DBDBDB;
	background-image: url("../images/button_bg.png");
}

.page_title {
	font-size:140%;
	margin-bottom: 15px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.gallery_category {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	align: center;
	text-align: center;
}

.clr { clear:both; }

.cls{zoom:1;}

.cls:after{content:".";display:block;height:0;clear:both;visibility:hidden;}