@import url(resetmin.css);
body {
 /*  font-family: Verdana,Arial,"Lucida Grande",Tahoma,Helvetica,sans-serif;*/
	font: .85em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
  color: #533d2E;
	background-color: #FCF2B6;
}
a {
  text-decoration: none;
  color: #5599a7;
}
a:hover {
  color: #bb800f;
}
.container {
  margin: 0 auto;
  width: 940px;
  position: relative;
}
#header {
 
  background-color: #AB3E33;  
  position: relative;
  height: 160px;
	border-bottom: 5px solid #FFD597;
}

#header .container {
  height: 160px;
}
#header h1{ margin-top: 0px; padding-top: 20px; font-family: "Times New Roman",Verdana;color: #533D2E;}

h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color:  #533d2E;	
}


#navigation {
  position: absolute;
  right: 0;
  top: 120px;
}
#navigation li {
  float: left;
  padding-right: 27px;
	text-transform: uppercase;
  font-size: 1.3em;
  font-weight: normal;
}
#navigation li a {
  color: #533D2E;
}
#navigation li a:hover, #navigation li.active a {
  color: #FCF2B6;
}

#main {
	background-color: #FCF2B6;
  padding-top: 20px;
  padding-bottom: 20px;
}

#navleft {
  float: left;
  width: 193px;
	padding-bottom: 20px;
	
}
#navleft ul {
  margin: 0px;
  padding: 0px;
  float: left;
  list-style-type: none;
  line-height: 180%;
  font-family: Georgia,"Times New Roman", Times, serif, aerial;
  /*font-size: 12px;*/

}
#center {
	float: left;
  width: 400px;
}

#centerlarge {
  float: left;
  width: 707px;
}

#rightcolumn {
  float: left;
  width: 307px;
}

#footer {
  clear: both;
  background-color: #533d2E;
	border-top: 5px solid #FFD597;
	padding-top: 10px;
  height: 37px;
	color: #5599a7
}
.imgfltright {
  margin: 40px 0px 0px;
  float: right;
}
.imgfix {
  margin-left: 65px;
  display: block;
  float: none;
}

