body { 
}

#right a.link {
	color: #fff;
}

#container { 
	padding: 0px;
	margin: 0px;
	margin-left: auto; 
	margin-right: auto; 
	position: relative; 
	/*background-color: #d9c495; */
	/*border: 1px solid black; */
	/*height: 600px; */
	width: 814px; 
}

#left { 
	background: url('images/nav_bg.png');
	float: left; 
	width: 143px; 
	height: 432px;
}

#right {
	float: right;
}

.black_text {
	text-align: left; 
	font-family: Arial;
	font-size: 11px;
        color: black;
	line-height: 180%;
}

.green_text {
	text-align: left; 
	font-family: Arial;
	font-size: 11px;
        color: #58803f;
	line-height: 180%;
}

.click_text {
	text-align: right; 
	font-family: Arial;
	font-size: 11px;
        color: #58803f;
	line-height: 180%;
}


#ref {
	font-family: Arial;
	font-size: 11.5px;
	color: #fff;
	text-align: center;
}

.contact {
	font-family: Arial;
	font-size: 11.5px;
	color: #fff;
	text-align: left;
}

.contact a:link { color: #fff; }
.contact a:hover { color: #f0be00; }

.images { position: absolute; left: 42px; top: 41px; }
.description { position: absolute; left: 26px; top: 169px; }
.links { position: absolute; left: 64px; top: 508px; }

