
body {
	background: #f0eee8 url('images/wallpaper.jpg') repeat;
	font: normal small Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 745px;
	margin: 0 auto;
	background: #e2ddcf;
}

a:link {
	color:#11662D;
	text-decoration:none;
}

a:hover {
	color:#3E9304;
	text-decoration:underline;
}

a:visited {
	color:#00772a;
}

ul {
padding:0;
margin:0;
}

/* Header */

#header {
	height:15px;
	padding: 5px 5px 5px 5px;
	line-height: 17px;
	width: 740px;
	margin: 0 auto;
	}

#logo {
	/*float: left;*/
	width: 300px;
	height: 177px;
	margin-bottom:0px;
}

#infobar {
	padding-right: 8px;
	float:right;
	letter-spacing: 0.1em;
	font-size: 10px;
	color:#555555;
}

#slogan {
	padding-left: 8px;
	letter-spacing: 0.1em;
	font-size: 11px;
	color:#444444;
}

h1#slogan {
	padding-left: 8px;
	letter-spacing: 0.1em;
	font-size: 11px;
	font-weight:normal;
	margin:0;
	color:#444444;
}
/* Splash */

#splash {
	height: 350px;padding: 5px 5px 5px 5px;
	border-bottom: 2px solid #d6cfbf;
}
#splashleft {
	float:left;
}

#flash {
	margin-top:5px;
	margin-right:2px;
	margin-left:3px;
	float:right;
	background-color: #FFFFFF	
}

/* Main Menu */

#mainmenu {
	float: left;
	width: 300px;
	height: 170px;
	}

#mainmenu a, #mainmenu a:visited {
  text-decoration:none;
  text-align:center;
  background: #a48a7d url('images/nav_bg2.jpg') repeat-x left center;
  color:#fff;
  display:block; 
  width:90%; 
  padding:5px;
  margin:2px auto;
  font-weight:bold;
  letter-spacing: 0.1em;
}

#mainmenu a:hover, #mainmenu a.selected:hover {
   background:#a58c80;
}
  
#mainmenu a.selected {
	background: #a48a7d url('images/nav_bg_selected.jpg') repeat-x left center;
	color: #b7a290;
}

/* Page */

#page {
	width: 742px;text-align:center;
	padding: 5px 5px 5px 5px;
	
}

/* Content */

#content {
	 /* float: right; */
	padding: 5px 10px 5px 10px;
	text-align:left;
	margin-bottom:5px;
}

#content ul {
	margin-left: 3em;
}

.floatleft {
	float:left;
	margin: 0px 50px 0px 10px;
	display:block;
}

h1 {
	font-size: 20px;
	color:#6e4d3c;
	margin:5px 0 0 0;
	letter-spacing: 0.1em;
}

h2, h3, h4, h5 {
	font-size: 16px;
	color:#6e4d3c;
	margin:5px 0 0 0;
	letter-spacing: 0.1em;
}

p, ul, ol {
	margin-bottom: 1.1em;
	margin-top: 0.3em;
	line-height: 147%;
	font-size: 100%;
}

tr, td {
	border: 1px solid #a58c80;
}
tr.nobdr, td.nobdr {
	border:none;
}
tr.heading {
	background-color:#a58c80;
	font-size:110%;
}
table {
	margin: 10px auto;
}

.box {
	background:#EDEAE0;
	border:1px solid #F3F1EB;
	padding:5px;
	margin-bottom:10px;
	font-size: 90%;
}

.box h1,
.box h2 {
	background:#F3F1EB;
	margin:-5px -5px 5px -5px;
	padding:5px;
}
/* Footer */

#footer {
	width: 100%;
	padding-top: 35px;
	padding-bottom:5px;
	display:block;
	text-align:center;
	background: #8D7062 url('images/nav_bg2.jpg') repeat-x 0 0;
}

#footer p {
	line-height: 100%;
	font-size: 77%;
	color:#e2ddcf;
}

#footer a {
	color:#e2ddcf;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.quote {
	background: url('images/quote-block.jpg') top left repeat-x;
	border:1px solid #806659;
	margin-bottom:10px;
	position:relative;
	text-align:center;
	height:100px;
}

#quote1,
#quote2,
#quote3,
#quote4,
#quote5,
#quote6 {
	position:absolute;
	top:0px;
	left:0px;
	width:425px;
}

.quote .text {
	margin-top:30px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	position:relative;
}

.quote .date {
	margin:10px 0px 5px 320px;
	color:#FFF;
	font-size:11px;
}




