html { overflow: -moz-scrollbars-vertical !important; }
* {
	margin: 0px;
	padding: 0px;
	color: #CCC;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#top {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #CCC;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#menu_top  {
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	width: 900px;
	float: none;
	clear: none;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	font-weight: bold;
}
#header  {
	width: 900px;
	height: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#breadcrumbs  {
	color: #CCC;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#footer  {
	color: #CCC;
	height: 50px;
	font-size: 12px;
	text-align: right;
	padding-right: 0px;
	padding-left: 0px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

