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

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;
}

div#right_image {
	position: absolute;
	top: 20px;
	left: 536px;
}

/* Safari */
html* #right_image {
	position: absolute;
	display: inline;
}

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

.light {
	color: #ffffff;
}

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

.inner_list {
	margin: 0px;
	padding: 0px;
	color: #aaaaaa;
	font-size: 12px;
	list-style-type: circle;
	padding-left: 19px;
	margin-left: 10px;
}

.inner_list li {
	margin-bottom: 4px;
	padding: 0px;
}

.info {
	float: left;
	width: 250px;
}

div#bottom_info {
	float: left;
	/*width: 781px;*/
	margin-left: 20px;
}

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

div#bottom_info p a {
	color: #aaaaaa;
	text-decoration: underline;
}

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

.l_row {
	float: left;
}

.l_bullet {
	float: left;
	padding-top: 2px;
}

.l_text {
	float: left;
	width: 194px;
}

/* IE6 */
* html .l_text {
	float: left;
	width: 170px;
}

/* IE7 Only */
*:first-child+html .l_text {
	float: left;
	width: 194px;
}

.l_row p {
	font-size: 12px;
	color: #aaaaaa;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px !important;
	line-height: 17px;
}