/* BODY */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Trebuchet MS, Arial, Sans-Serif;
	background: #000000 url('/images/head_l.jpg') no-repeat left top;
	color: #ffffff;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#page {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: url('/images/foot_l.jpg') no-repeat left bottom;
	}
	
#pageff{
	width: 100%;
	background: url('/images/foot_r.jpg') no-repeat right bottom;
	}

#header {
	margin: 0;
	padding: 0;
	height: 290px;
	width: 100%;
	background: url('/images/head_r.jpg') no-repeat right top;
	}

#headerc{
	margin: 0;
	padding: 180px 0 0 105px;
	height: 110px;
	width: 334px;
	background: url('/images/head_c.jpg') no-repeat;
	text-align: left;
	}

#headerc a{
	display: block;
	height: 77px;
	width: 220px;
	}

#headerc p{
	padding: 0;
	margin: 0;
	font-size: 1.3em;
	}
	
.menu{
	margin: 0 25px 0 25px;
	padding: 15px 35px;
	border-top: 1px solid #772f13;
	border-bottom: 1px solid #772f13;
	font-size: 1.3em;
	text-align: center;
	}

#content {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 60px 60px 60px 60px;
	text-align: justify;
	}
	
#content h1{
	font-size: 1em;
	text-decoration: underline;
	}

#footer {
	border: none;
	padding: 15px 0 0 0;
	margin: 0 auto;
	width: 100%;
	height: 31px;
	clear: both;
	text-align: center;
	background: url('/images/footer.jpg') repeat-x center;
	font-size: 1.2em;
	}

.clear {
	clear: both;
}

/* END BODY */





/* H, P, A */

a{
	color: #fff;
	text-decoration: underline;

	}

a:hover {
	color: #cc3333;
	text-decoration: none;
	}
	
.active {
	color: #cc3333;
	text-decoration: none;
	font-weight: bold;
	}


/* END H, P, A */
