/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

body {
	background-image: url(images/body.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

/*---------------- 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: 200px;
	margin-top: 0px;
}

#sideheader {
	background-image: url(images/sideheader.jpg);
	height: 576px;
	width: 145px;
	position: absolute;
	left: 740px;
	top: 0px;
}

#left_column {
	width: 180px;
	margin-top: 0px;
	float: left;
	background-image: url(images/left_column.jpg);
	background-repeat: no-repeat;
	margin-left: 70px!important;
	margin-left: 35px;
}

.left_column_boxes {
	border: 1px dotted #AA8661!important;
	border: none;
	padding: 3px;
	margin-bottom: 20px;
}

#content {
	padding-right: 150px;
	margin-left: 295px;
}
			
#footer {
	padding: 20px;
	clear: both;
}
			


p {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #814F2C;
}
   
p.center {
	text-align: center;
	font-size: 0.8em;
}

h1 {
	text-align: center;
	float: right;
	margin-right: 163px!important;
 margin-left: 90px;
	margin-top: 180px;
	font-size: 16px;
	color: #55311B;
}

   
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	color: #926B4A;
	text-align: center;
}

h4 {color: #926B4A;
margin-bottom: 15px;
}



