.green {
	font-weight: bold;
	color: #6DA11B;
}

#content {
	float: left;
	margin: 10px;
	width: 720px;
}

#content_top {
	background: url(../images/pages/top_right.png) no-repeat right top;
	height: 50px;
	margin: 10px 0 0 0px;
}

#content_top h2{
	padding: 8px 50px 2px 5px;
	vertical-align: 15px;
	font-size: 1.2em;
	float: left;
	background: url(../images/pages/title_background.png) no-repeat top right;
	margin-left: 10px;
	color: #EA841F;
}

#content_bottom {
	background: url(../images/pages/content_background.png) no-repeat bottom;
	float: left;
	width: 720px;
}

#content_bottom div {
	margin: 10px 20px;
}

#content_bottom div h3 {
	background: #EA841F url(../images/pages/orange_background.gif) repeat-y right;
	font-size: 1.1em;
	color: white;
	padding: 0.1em 0.4em; margin-top: 0.2em;
}

#content_bottom img {
	float: left;
}

#content_bottom div p {
	text-align: justify;
	margin: 1em 0;
}

#content_bottom div p a {
	padding-left: 0.1em;
	display: block;
	color: #999;
	font-size: 0.85em;
	text-decoration: none;
} 

#content_bottom div p a:hover {
	background: #EA4;
	color: #EEE;
}
