/*main style*/
*{
	margin:0;
	padding:0;
}


a:link {
	COLOR: #5B7941; TEXT-DECORATION: none; font-weight: bold
}
a:visited {
	COLOR: #5B7941; TEXT-DECORATION: none
}
a:hover {
	COLOR: #000000; TEXT-DECORATION: none
}

body{
	font-family:arial, helvetica, sans-serif;
	font-size:90%;
	background:#E0DAA3;
}

#container{
	position:absolute;
	width:1024px;
	left:50%;
	margin-left:-525px;
	height:100%;
	margin-top:00px;
}
/*header*/
#header{
	height:190px;
}
#header h1 { background: url("images/top.jpg") no-repeat center; display: block; padding: 0; height: 190px }
#header h1 span{
	display:block;
	text-indent:-1000em;
}

/*main section*/
#main{
	background-color:#fff;
	float:left;
	width:800px;
	margin:40px 0 0 0px;
	border-left:2px solid #B01105;
}

#content{
	margin:0 20px;
}

p{
	font-size:14px;
	margin:10px 0px;
	color:#634911;
}

text{
	font-size: 14px;
	margin:10px 0px;
	color:#634911;
}


#content p.last{
	margin-bottom:20;
}

#content p.bm{
	margin-bottom:20px;
}

h3{
	font-size:20px;
	text-align:left;
	color:#EBD307;
	font-family:arial, "times new roman","times", serif;
	margin-bottom:10px;
}

#content h4, #content h4 a{
	color:#3d0700;
	font-weight:bold;
	margin:2px 0;
	font-size:1em;
}

#content h4 a{
	text-decoration:underline;
}

#content dl{
	margin:5px 0 20px;
	font-size:.8em;
}

#content dl dt{
	font-weight:bold;
}

#content dl dd{
	margin-bottom:3px;
}

#content dl dd.appt{
	font-weight:bold;
	font-style:italic;
	font-size:.8em;
}

#content .form{
	border: dotted 1px #3d0700;
	padding:5px;
}

#content .form label{
	font-size:.8em;
	margin-right:5px;
}

#content a img{
	border: 1px solid #d8d0b2;
}


/*footer*/
#footer{
	float:left;
	clear:left;
	width:1024px;
	height:100px;
}

#footer p.address{
	color:#000;
	text-align:center;
	line-height:1.3em;
	font-size:12px;
	margin-top:30px;
}

#footer p.host{
	text-align:center;
	margin:20px 0;
}

#footer p.host a img{
	border: none;
}

/*menu*/
#nav{
	float:left;
	margin:40px 0 0 0;
	padding-right:0px;
	padding-bottom:10px;
	text-align:right;
	width:200px;
}
#nav h3{
	font-size:1.5em;
	text-align:right;
	letter-spacing:.3em;
	color:#3d0700;
	text-transform:lowercase;
	margin-right:12px;
	font-family:arial, "times new roman","times", serif;
}
#menu{
	list-style:none;
	margin-top:13px;
	margin-right:20px;
}

#menu li{
	position:relative;
	margin:20px 0 0;
	text-align:right;
}

#menu li.first{
	margin-top:0;
}

#menu a { display:block; color: #851b09; font-weight: bold; font-size: 12px; font-family: arial, "times new roman", times, serif; line-height: 16px; text-decoration: none; background: url("images/yellow.jpg") no-repeat right 100%; display: block; padding-right: 25px; height: 19px }

#menu a:hover { color: #a85547; font-weight: bold; text-decoration: none; background-image: url("images/bryellow.jpg") }

/*IE Hacks*/
* html #nav{
	width:170px;
	margin-left:-17px;
}
* html #nav ul a{
	padding-right:17px;
}




