* {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.png);
	background-repeat: repeat-y;
	text-align: left;
}

#canvas {
	margin: 10px 10px 60px 10px;
}

hr {
	color: #926B4A;
	background-color: #926B4A;
	border:none;
	height: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#header {
	background-image: url(images/header.png);
	height: 288px;
	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;
}
			
/*-----------TEXT FORMATTING------------- */

p {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #814F2C;
}
   
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: #55311B;
}

   
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-style: italic;
	color: #926B4A;

}

h2 {
		color: #55311B;
}

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





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

dt {
	font-size: 1.2em;
	margin-bottom: 3px;
	color: #666600;
}

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

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

a:link, a:visited, a:active  {color: #666600}
a:hover {color: #805D3F}


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

#navcontainer {  
}

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

#navcontainer a {
	display: block;
	padding: 3px;
	border-bottom: 1px solid #A47F52;
	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: normal;
	background-image: url(images/menu_hover.png)!important;
	background: none;	
}



input[type=text] {
    border: 5px solid #7D5935; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
    width: 296px;
    color: #814F2C;
        	font-size: 1.8em;

	font-family: "Times New Roman", Times, serif;
}

#conditionframe {
	width:429px;
	height: 300px;
	border: 5px solid #7D5935; 
}

.conditionminidescription {
	display: inline-block;
	float: left;
}

.conditionimage {
	width:200px;
	border: 5px solid #7D5935; 
	display: inline-block;
}

input[type=submit] {
    border: 5px solid #7D5935; 
    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 10px 0;
    width: 100px;
    color: #814F2C;
    	font-size: 1.8em;

	font-family: "Times New Roman", Times, serif;
}

.submit_button_contact {
	margin-top: 15px;
	width: 100%;
	padding: 2px;
	background: none;
	cursor: pointer;
	color: #926B4A;
	border: none;
	font-size: 1.8em;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}


