/* colors:
	body bg: #e7e7e7 (light grey) img
	wrapper bg: #e8e8e8 (light grey)
	masthead bg: #e1ddd9 (light grey)
	content bg: #fff (white)
	footer bg: #999 (dk grey)
	text color:#564b47 (dark grey)
	h1, h2, navlink color: #9a1212; (maroon)
*/

body {
	background: #e7e7e7 url('../gfx/body.jpg') top left;
	font-size: .9em;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	color:#564b47;
	padding:0px;
	margin:0px;
}

h1 {
	font-size: 1.2em;
	color: #9a1212;
	text-transform:uppercase;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px }

h2 {
	color: #9a1212;
	font-size:1.2em;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;}

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
	background: #e8e8e8 url('../gfx/menubottom.jpg') no-repeat bottom left;
	border:1px solid #8D8D8D;
}
container {
}
#masthead {
	height:114px;
	text-align: center;
	background: #e1ddd9 url('../gfx/header.jpg') no-repeat bottom center;
	padding: 0px;
	margin: 0px;
}

#title {
	padding-top:10px;
	font-size:2em;
	font-weight:bold;
}

#content {
	background:#fff  url('../gfx/content.jpg') no-repeat top right;
	padding: 0px;
	margin-left: 200px;
	margin-right: 0px;
}

/* -- hack -- */
div#content { 
	min-height:600px;
/*height:expression(this.scrollHeight > 600 ? "auto":"600px"); */
}
/* -- end hack -- */

p {
	padding: 5px 10px;
	margin:0px;
}

#content img {
border:1px solid #b0b0b0;
float:right;
margin:5px 15px 6px;
padding:5px;
}

/* --- navigation --- */
#navigation {
	float: left;
	width: 190px;
	margin: 0px;
	padding: 10px;
 	height:90%;
}

.menu ul{
 	list-style:none;
 	padding: 10px;
 	margin: 0px;
}

 .menu li, .menu a:link, .menu a:visited {
	display: block;
	font: bold 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #9a1212;
	text-decoration: none;
	text-align: left;  
	width: 140px;
	height: 32px;
 }

 .menu a:hover{
	background: url('../gfx/menuhover.gif') no-repeat;
	color: #dc4d1b;
 }
#current a{
	color: #564b47;
}
  
/* ---footer--- */
#footer {
	clear: both;
	margin: 0px;
	height: 35px;
	font-size: .6em;
	text-align: center; 	
	background: #999;
}
 #footer a{
	color:#fff;
	padding-top: 5px;
	padding-left: 5px;
}
/* ---classes-- */
.center{
	text-align: center;
}
.left{
	text-align: left;
}

.inset{
	padding: 5px 10px;
	margin:10px;	
}