/* CSS Document */


body {

	margin: 0 auto;
	background: url('images/body_bg.jpg');
	font-family: arial, sans-serif;
	font-size: 13px;
	

}

p {margin: 0; }

h1 {

	font-size: 15px;
	color: #be7f3f;
	margin: 0 0 5px 0;	
	
}

h2 {

	font-size: 14px;
	color: #be7f3f;
	margin: 0 0 5px 0;	
	font-weight: bold;
	
}

#page {

	margin: 0 auto 10px;
	width: 800px;
	min-height: 500px;
}

#banner {

	margin: 14px auto 5px;
	width: 800px;
	height: 150px;	
	margin-bottom:0px;
}

#top_menu {
	width: 765px;
	height: 34px;
	position: relative;
	background: url('images/menu.jpg');
	padding-left:20px;
	margin-left:8px;
			
}

#top_menu ul {
	padding: 6px;

	margin-left: 10px; 
	list-style-type: none; 
	
}

#top_menu ul li {
	
	display: inline;
	width: 150px;
	margin-right: 60px;
	
}

#top_menu ul li a{
	color:white;
	font-size:13pt;
	text-decoration: none;
	font-weight: bold;

}

#top_menu ul li a:visited {
	color:white;
	font-size:13pt;
	font-weight: bold;
	text-decoration: none;

}

#top_menu img {

	border: 0;
		
}


#content {

	margin: 0 auto;
	min-height: 250px;
		
}

#main {
	
	width: 518px;
	float: left;	
	min-height: 250px;
	padding: 0px 10px 10px 10px;
	font-family: arial, sans-serif;
	font-size: 13px;
	
}

#right_banner {

	float: left;
	width:120px;	
	margin-right: 10px;
		
}


#left_banner {
	
	float: left;	
	width:120px;
	padding-left: 10px;		
	
}

#links {

	clear: both;
	width: 600px;
	min-height: 130px;
	margin: 0 auto 10px;
	background-color: #ffffff;	
	padding: 10px 50px 10px 35px;
	margin-left: 0px;	
}



#links a {text-decoration: underline; color: white; }

#bottom {

	width: 770px;
	height: 20px;
	padding: 0 30px 0 0;
	text-align: center;
			
}


#bottom_banner {

	clear: both;
	width: 770px;
	margin: 0 auto 5px;
	text-align: center;
			
}


#bootom ul {

	list-style-type: none;
		
}

#bottom li {

	display: inline;
	margin-right: 15px;
		
}

#bottom a {text-decoration: none ; color: black; font-size: 13px;}

#gallery_pic a {text-decoration: none; font-size: 13px; color: #be7f3f; }

div#questions {
	width: auto;
	height: 565px;
	overflow-y: scroll;
	overflow-x: hidden;
	border-bottom: 1px gray solid;
}

.question_block {
	border: 1px gray solid;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 5px;
}