html {
	overflow-y: scroll;
}

body {
	background-image: url('/images/bg_body.gif');
	margin: 0;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

a {
	color: inherit;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

table {
	border-collapse: collapse;
	width: 100%;
	display: block;
}

td {
	padding: 0;
	vertical-align: top;
}

strong {
	color: #99CC00;
}

#main {
	background-color: #FFFFFF;
	width: 950px;
	margin: 0 auto;
}

#header td {
	padding: 10px;
	background-color: #F6F6F6;
}

#menu {
	background-image: url('/images/menu_bg.jpg');
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 43px;
	text-align: center;
}

#find {
	margin-top: 5px;
	background-image: url('/images/find_bg.jpg');
	background-repeat: repeat-x;
	height: 64px;
}

#find-menu {
	vertical-align: middle;
	text-align: center;
	width: 800px;
	padding-bottom: 4px;
}

#menu a, #find a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 5px;
}

#menu a:hover {
	color: #DBFF00;
}

#find a:hover {
	color: #666666;
}

#banner {
	padding: 0px 5px 0px 5px;
}

#search {
	background-image: url('/banner.php');
	background-repeat: no-repeat;
	height: 190px;
}

#page {
	line-height: 0px;
	padding: 5px 0;
}

#layout {
	margin: 0 5px;
	width: 940px;
	line-height: 17px;
}

#left {
	width: 207px;
	vertical-align: top;
	border-right: 4px solid #E0E0E0;
	border-left: 4px solid #E0E0E0;
	padding: 3px;
}

#left a.big {
	font-size: 18px;
	background-image: none;
	border-bottom: 3px solid #999999;
	padding-left: 5px;
}

#left a.small {
	font-size: 13px;
	background-image: none;
	border-bottom: 2px solid #AAAAAA;
	padding-left: 4px;
}

#left a {
	display: block;
	background-image: url('/images/icons/arrow_submenu.gif');
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding: 4px 4px 4px 17px;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
}

#left a:last-child {
	border-bottom: none;
}

#left a:hover {
	background-color: #F4F4F4;
}

#center {
	padding: 5px 15px 5px 20px;
	width: 684px;
}

#center a {
	font-weight: bold;
	color: #99CC00;
}

#center a:hover {
	color: #FFFFFF;
	background-color: #99CC00;
}

#bottom {
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #CCCCCC;
	background-color: #ECECEC;
	padding: 4px;
	text-align: right;
	font-size: 11px;
}

#bottom a:hover {
	background-color: #000000;
	color: #ECECEC;
}

#footer {
	padding: 30px;
	background-color: #282828;
	color: #FFFFFF;
	font-size: 10px;
}

#footer a {
	margin: 0px 3px;
}

#footer a:hover {
	background-color: #FFFFFF;
	color: #282828;
}

#contact {
	padding: 5px 80px 5px 5px;
	border-right: 1px solid #666666;
}

#sitemap {
	padding: 10px;
}

