body,html { margin:0;
            padding:0;
            background:#969664;
            color:#000;
            font-size: .90em;
			font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:active, a:visited{
	color: blue;
	text-decoration:underline;
}

a:hover{
	color: red;
	text-decoration:underline;
}

#wrap {
	margin: auto;
	width: 746px;
	background: url(images/bgmid.jpg) 100% repeat-y;
	background-position: top left;	
}

#masthead {
	width: 746px;
	height: 158px;
	margin: auto;
	background:url(images/bgtop.jpg) 100% no-repeat;
}


#links{
	margin: auto;
	float:left;
	width:20%;
	font-size:1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
}

#links img{
	padding-left: 15px;
	vertical-align:bottom;
}

#links a:link, #links a:visited{
	display: block;	
	font-weight: bold;
	color: #663300;
	text-decoration:none;
	padding-left: 20px;
}

#links a:hover{

	font-weight: bold;	
	color: #A2805D;
	text-decoration:underline;
	padding-left: 20px;
}

#content{
	width: 75%;
	padding: 0px 25px 10px 0px;
	margin: auto;	
	float:right;
	
}

#footer {
    clear: both;
	width: 746px;
	height: 42px;
	margin: auto;
	background:url(images/bgbottom.jpg) 100% no-repeat;	
}	
h1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
}

h2 {
	font-size: 1.25em;
}
