html {
	height: 100%;
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #252525;
	color: #FFFFFF;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	text-align: center;
	margin: 0px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
} 

a {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper {
	background: #000000 url('../img/background.gif') bottom left no-repeat;
	min-height: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 830px;
}


#top_menu_left {
	float: left;
	height: 230px;
	margin-top: 38px;
	width: 205px;
	overflow: hidden; 

}

#top_menu_left ul {
	border-top: 1px solid #FFFFFF;
	list-style-type: none; 
	margin: 35px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}

#top_menu_left li {
	height: 37px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	padding-left: 17px;
}

#top_menu_left li.selected { 
	background: #333333;
}

#top_menu_left li.mouseover { 
	background: #333333;
}

#top_menu_left li.selected a{ 
	color: #D8D8D8;
	}
	
#top_menu_left li.mouseover a{ 
	color: #CCAB7F;
	}

#top_menu_left a {
	color: #CCAB7F;
	text-decoration: none;
}

#top_picture {
	float: left;
	height: 230px;
	margin-top: 38px;
	width: 465px;
	overflow: hidden; 
}

#top_menu_right {
	float: left;
	height: 230px;
	margin-top: 38px; 
	width: 80px;
	overflow: hidden;
}

#top_menu_right ul {
	border-top: 1px solid #ffffff;
	list-style-type: none; 
	margin: 35px 0px 0px 0px;
	padding: 0px;
	width: 100%;
}

#top_menu_right li {
	height: 37px;
	border-bottom: 1px solid #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
}

#top_menu_right li.selected { 
	background: #333333;
} 

#top_menu_right li.mouseover { 
	background: #333333;
} 

#middle_left {
	clear: both;
	float: left;
	margin: 40px 0px 20px 0px;
	width: 205px;
}

#content {
	float: left;
	margin: 40px 0px 50px 0px;
	width: 540px;
}

#content p.gallery img {
	border: 1px solid #333333;
	margin-right: 15px;
	}
	
	
#content form table td {
	padding: 1px 15px 1px 0px;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	}
	
#content input, select, textarea {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	}

#foot {
	clear: both;
	height: 1px;
	overflow: hidden;
	width: 100%;
}