

* {margin: 0; padding: 0;}

body {
	background-image: url(images/body.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #814F2C;	
}

/*---------------- Main structure --------------*/

#container {
	width: 885px;
	font-size: 1.2em;
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(images/header.jpg);
	height: 288px;
	margin-top: 0px;
}

#sideheader {
	background-image: url(images/sideheader.jpg); 
	height: 576px;
	width: 145px;
	position: relative;
	left: 372px;
	top: 0px;
}

#left_column {
	width: 190px;
	margin-top: 0px;
	float: left;
	background-repeat: no-repeat;
	margin-left: 70px!important;
	margin-left: 35px;
}

.left_column_boxes {
	border: 1px dotted #AA8661!important;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	border: none;
	padding: 3px;
	margin-bottom: 20px;
}

#right_column {
	width: 210px;
	margin-top: 0px;
	float: left;
	background-repeat: no-repeat;
}

.right_column_boxes {
	border: 1px dotted #AA8661!important;
	border: none;
	padding: 3px;
}

#right_column_ {
	width: 400px;
	margin-top: 0px;
	float: left;
	background-repeat: no-repeat;
}

.right_column_boxes_ {
	border: 1px dotted #AA8661!important;
	border: none;
	padding: 3px;
}

#content {
	padding-right: 150px;
	margin-left: 295px;
	text-align:justify;
}
			
#footer {
	padding: 10px;
	clear: both;
}
			
/*-----------TEXT FORMATTING------------- */

p {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #814F2C;
	text-align:center;
}
   
p.center {
	text-align: center;
	font-size: 0.8em;
}

h1 {
	float: right;
	margin-right: 163px!important;
	margin-right: 80px;
	margin-top: 180px;
	font-size: 44px;
	color: #926B4A;
	font-style: italic;
}

   
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	color: #65391E;
	text-align: center;
}

h4 {
	color: #926B4A;
	margin-bottom: 15px;
}





dl {
	font-size: 0.8em;
	margin-top: 0px;
}

dt {
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #65391E;
	font-weight: bold;	
	text-decoration: none;
}

dd {
	margin-bottom: 5px;
	color: #814F2C;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
}

a:link, a:active  {color: #805D3F;
				   text-decoration: none;}

a:visited{color: #65391E;
		  font-weight:bold;
		  text-decoration: none;}

a:hover {color: #805D3F;
		 font-weight:bold;}
		 
		 
		 
input, textarea {
	color:#7c502b;
	background-color:#e4caa5;
	border:solid 1px #65391c;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}		 


/*-------------- Navigation --------------*/

#navcontainer {  
}

#navcontainer ul {
	list-style-type: none;
}

#navcontainer a {
	display: block;
	padding: 3px;
	font-weight: bold;
	height: 1.5em;
}

#navcontainer a:link, #navlist a:visited {
	color: #65391E;
	text-decoration: none;
	font-style: italic;
}

#navcontainer a:hover {
	color: #fff;
	font-style: italic;
	background-image: url(images/menu_hover.png)!important;
	background: none;	
}


