/* Divs */

#top_bar {
	position: relative;
	width: auto;
	height: 71px;
	text-align: center;
	background-image: url(/images/bg_top_orange.gif);
}
#top_bar_content {
	position: relative;
	width: 891px;
	height: 71px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#top_menu {
	position: relative;
	width: auto;
	height: 27px;
	text-align: center;
	background-image: url(/images/bg_top_grey.gif);
}
#top_menu_content {
	position: relative;
	width: 891px;
	height: 27px;
	text-align: center;
	background-image: url(/images/bg_top_black.gif);
	margin-left: auto;
	margin-right: auto;
}
#main {
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
}
#main_centered {
	position: relative;
	width: 891px;
	height: auto;
	text-align: left;
	background-image: url(/images/bg_content.gif);
	margin-left: auto;
	margin-right: auto;
}
#main_bottom {
	position: relative;
	width: 891px;
	height: 20px;
	background-image: url(/images/bg_content_bottom.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#copyright {
	position: relative;
	width: 891px;
	height: 50px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#min_height {
	position: relative;
	float: right;
	width: 0px;
	height: 400px;
	padding:0;
	margin:0;
}
#menu {
	margin-left: 1px;
	margin-right: 1px;
	padding: 0px;
	text-align: right;
}
#menu p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	border-bottom: 1px solid #000000;
}
#menu a {
	display:block;
	padding-left:5px;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	background-color: #dadada;
}
#menu a:hover {
	background-color: #333333;
	color:#FF9900;
}
