div#text {
	float: left;
	width: 519px;
	padding-left: 20px;
	padding-top: 20px;
}

div#text p {
	font-size: 12px;
	color: #aaaaaa;
	margin: 0px;
	padding: 0px;
	margin-bottom: 17px;
	line-height: 17px;
}

div#text p a {
	color: #aaaaaa;
	text-decoration: underline;
	font-weight: bold;
}

div#text p a:hover {
	color: #383838;
	background-color: #ffffff;
}

div#title {
	float: left;
	margin-bottom: 11px;
}

h2 {
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

div#right_image {
	width: 300px;
	height: 427px;
	float: left;
	position: absolute;
	margin-left: 535px;
	margin-top: 46px;
}

/* IE6 */
* html div#right_image {
	width: 300px;
	height: 427px;
	float: left;
	position: absolute;
	margin-left: -4px;
}

/* IE7 Only */
*:first-child+html div#right_image {
	width: 300px;
	height: 427px;
	float: left;
	position: absolute;
	margin-left: -4px;
	margin-top: 46px;
}

hr {
	width: 781px;
	height: 1px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

.map {
	float: left;
	border: 1px solid;
	border-color: #ffffff;
	padding: 3px;
}

ul.page_list {
	margin: 0px;
	padding: 0px;
	margin-left: 50px;
	margin-bottom: 20px;
}

ul.page_list li {
	list-style-type: none;
	font-size: 12px;
	color: #a4a4a4;
	margin-bottom: 2px;
}

ul.page_list li a {
	color: #aaaaaa;
	text-decoration: underline;
	font-weight: bold;
}

ul.page_list li a:hover {
	color: #383838;
	background-color: #ffffff;
}

.white {
	color: #ffffff !important;
	font-weight: bold;
}