/* ----- BASIC ELEMENTS AND FONTS ----- */

html, body {
	
	color:#fff;
        font-size: 11px;
	font-family: 'Tahoma';
	background: #A59770 url(images/header.jpg) repeat-x;
	margin:0;
	padding left:12%;
	height:100%;
}

#content {
	width: 840px;
	text-align: justify;
	float: center;
	margin:0 0 0 0px;
	background:  #A59770;
	color:#A59770;
}

.content_box_large p {
	margin: 0px 0px 0px 0px;
	font-size:15px;
	text-align:justify;
        float: center;
}


h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin: 0px 0px 0px 0px !important;
	margin: 10px 0px 0px 0px;
	color:#543928;
}


td {
	text-align: justify;
	vertical-align: top;
	font-family:Tahoma;
	font-size:14px;
	color: #543928;
}

a {
	text-decoration: none;
	color:#FFFFC0;
}

A:Hover  {
	color : #150F0B;
	text-decoration : underline;
}

H3 {
	color: #543928;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma;
}

/*----- LAYOUT ----- */

#content {
	width: 840px;
	text-align: justify;
	float: center;
	margin:0 0 0 0px;

.content_box_large {
	width: 550px;
	margin:0px 0px 0px 20px;
	float: center;
}
