body {
	background-color: #360;
	font: normal normal 13px Georgia, "Times New Roman", Times, serif;
	color: #030;
	margin: 5% 15%;
}
#content_box {
	background-color:#fff; 
	width:749px;
}
#leftnav {
	float: left; 
	width: 122px;
	background-color: #D9FFCE;
}
#leftnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#leftnav li {
	background: #d9ffce url(menu.gif) no-repeat left;
	padding: 5px 0px 8px 20px;
	margin: 0px;
}
#leftnav li a {
	color: #360;
	font: bold italic 11px Georgia;
	
}
#text {
	margin: 10px 0px 0 0;
	text-align: justify;
	padding: 0 10px 0 160px;
}
.header {
	background-color: #D9FFCE;
	text-align: left;
	width: 749px;
	height: 40px;
}
h1 {
	font: italic normal 12px georgia, "Times New Roman", Times, verdana;
	background-color: #D9FFCE;
	text-align: right;
	margin: 0;
	padding: 5px 0 5px 4px;
}
h2, h2 a {
	font: normal bold 15px georgia, "Times New Roman", Times, verdana;
	text-align: center;
	color: #030;
	text-decoration: none;
}
#footer, #footer a {
	margin-top: 30px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	color: #360;
}
#credits, #credits a {
	font: italic normal 10px georgia;
	margin-top: 20px;
	text-decoration: none;
	text-align: center;
	color: #360;
}
a.go {
	color: #030;
	font-weight: normal;
	text-decoration: none;
}
a.cta {
	color: red;
	font-weight: bold;
}
.ctr {
	text-align: center;
}