body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 800px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 107px;
	width: 202px;
}
#banner {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 107px;
	width: 598px;
}
#menu {
	height: 37px;
	display: block;
	float: left;
	background-image: url(images/menu_background.png);
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
#menu a:link, #menu a:visited {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-size: 13px;
}
#menu a:hover {
	color: #809BA8;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 800px;
	display: block;
	line-height: 37px;
}
#menu ul li {
	float: left;
}
#menu ul .menu_home {
	display: block;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#menu ul .menu_link {
	display: block;
	background-image: url(images/menu_divide.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#vmenu {
	width: 204px;
	float: left;
	background-image: url(images/vmenu_tile.png);
	background-repeat: repeat-y;
}
#vmenu ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#vmenu ul .vmenu_link a:link , #menu a:visited {
	color: #000;
	text-decoration: none;
	background-image: url(images/vmenu_divider.png);
	display: block;
	background-repeat: no-repeat;
	background-position: 8px bottom;
	padding-left: 8px;
}
#vmenu ul .vmenu_link a:hover {
	color: #809BA8;
}
#vmenu ul .vmenu_top {
	line-height: 29px;
	background-image: url(images/vmenu_top.png);
	background-repeat: no-repeat;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-indent: 15px;
}
#vmenu ul .vmenu_link {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	text-indent: 15px;
	line-height: 20px;
	background-image: url(images/vmenu_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
}
#vmenu ul .vmenu_link ul .vmenu_link_child {
	text-indent: 25px;
	background-image: url(images/vmenu_bullet.png);
	background-repeat: no-repeat;
	background-position: 21px 7px;
}
#vmenu ul .vmenu_bottom {
	background-image: url(images/vmenu_bottom.png);
	background-repeat: no-repeat;
	display: block;
	height: 6px;
	width: 204px;
}
#content {
	float: left;
	width: 591px;
	margin-left: 5px;
}
#content .content_title {
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	height: 29px;
	line-height: 29px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-indent: 15px;
	display: block;
}
#content .content {
	background-image: url(images/content_tile.png);
	background-repeat: repeat-y;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
}
#content .content_footer {
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	display: block;
	height: 6px;
}
