@charset "UTF-8";
/* CSS Document */

body {
	background: #f3f5c4 url(../../images/interface/body-bg.png) no-repeat top center;	
}

#container {
	height: 1180px;	
}

#header {
	height: 350px;
}

#header img {
	float: left;
}

#content {
	background: url(../../images/interface/headers_09.png) no-repeat;
}

#content h3 {
	color: #3b0c01;
	font-size: 18px;
	margin: 0px;
	padding: 0 5px 0 5px;
}	

#content p {
	color: #821901;
	font-size: 14px;
	line-height: 130%;
	padding: 0 5px 0 5px;
	text-align: justify;
}

#content a {
	color: #3b0c01;	
}

#content #content_right {
	margin-top: 25px;	
}

#footer {
	color: #fafbe9;
	font-size: 18px;
	letter-spacing: 90%;
	line-height: 100%;
	margin-top: 50px;
}

#footer p {
	margin-left: 15px;	
}

#footer a {
	color: #f6fd7a;	
}

#footer #footer_left, #footer #footer_right {
	
}