body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #fffef7;
	background-color: #520d00;
	margin: 0;
}

#topwrapper {
	width: 100%;
	background-color: #7b3504;
	margin: 0;
}

#headerwrapper {
	width: 724px;
	height: 81px;
	margin: 0 auto 0 auto;
	background: url(header_bg.gif) top left no-repeat;
}

#header {
	width: 700px;
	height: 69px;
	background: #fffef7 url(header.gif) no-repeat;
	position: relative;
	top: 12px;
	left: 12px;
}

#topbar {
	width: 100%;
	height: 8px;
	background: url(topbar_bg.gif) repeat-x;
}

#bannerwrapper {
	width: 100%;
	height: 200px;
	background: url(banner_bg.gif) repeat-x;
}

#banner {
	width: 700px;
	height: 200px;
	margin: 0 auto 0 auto;
	background: url(banner_pic.jpg) no-repeat;
}

#banner h1 {
	width: 400px;
	margin: 0;
	padding: 12px 0 12px 12px;
	font-size: 2em;
/*	line-height: 1em; */
}

#bottombar {
	width: 100%;
	height: 8px;
	background: url(bottombar_bg.gif) repeat-x;
}

#contentwrapper {
	width: 724px;
	margin: 0 auto 0 auto;
	background: url(bottom_bg.gif) repeat-y;
}

#content {
	width:700px;
	margin: 0 auto 0 auto;
	background-color: #fffef7;
	overflow: auto;
}

#bottomwrapper {
	width: 724px;
	height: 12px;
	margin: 0 auto 0 auto;
	background: url(bottom_shadow.gif) no-repeat;
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: .7em;
	line-height: 1.2em;
	color: #fffef7;
	text-align: center;
}

#footer a:link,
#footer a:visited {
	color: #fffef7;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#internal {
	padding: 18px;
	color: #333;
}

#internal h1,
#internal h2,
#internal h3,
#internal h4,
#internal h5,
#internal h6 {
	color: #660000;
}

.first {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.tofollow {
	margin: 1em 0 0 0;
	padding: 0;
}

#internal p,
#internal ul li {
	font-size: .8em;
	line-height: 1.5em;
}

#internal a:link,
#internal a:visited {
	font-weight: bold;
	color:#009;
	text-decoration: none;
}

#internal a:hover {
	font-weight: bold;
	color: #c00;
	text-decoration: underline;
}

#internal img.rightpic {
	border: 1px solid #520d00;
	padding: 3px;
	margin: 0 0 12px 12px;
	float: right;
}

#sidebar {
	width: 250px;
	background-color: #def;
	border: #009 1px solid;
	float: right;
	margin: 0 0 12px 12px;
	position: relative;
	top: 0;
	text-align: center;
}

#sidebar h2 {
	font-size: 1.3em;
	padding: 6px 6px 0 6px;
	margin: 0;
}

#sidebar p {
	padding: 6px;
	margin:0;
}



input, textarea {
	width: 375px;
	border: #55e 1px solid;
	background-color: #ffffff; /* #D7E7FB; */
	margin: 0 0 12px 0;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
}

input {
	height: 18px;
}

input.musthave {
	border: #c00 1px solid;
}


.submitbutton {
	width: 375px;
	height: auto;
	padding: 2px 0 2px 0;
	background-color: #def;
	font-size: .75em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 12px;
	color: #600;
	cursor: pointer;
}

input.submitbutton:hover {
	background-color: #cdf;
}


textarea {
	height: 100px;
}






/*******************************************************
NAVIGATION
********************************************************/

#menubar {
	width: 700px; 
	height: 20px;
	margin: 0 auto 0 auto; 
	padding: 0;
	position: relative;
	background:url(menubar.jpg);
	top: 0;
}

#menubar li {
	margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
}

#menubar li, 
#menubar a {
    height: 20px; 
	display: block;
	text-indent: -5000px;
	overflow:hidden;
}

#home {
	left: 0; 
	width: 175px;
}

#home a:hover,
#home a.current {
	background: transparent url(menubar.jpg) 0 -20px no-repeat;
}

#services {
	left: 175px; 
	width: 175px;
}

#services a:hover,
#services a.current {
	background: transparent url(menubar.jpg) -175px -20px no-repeat;
}

#bio {
	left: 350px;
	width: 175px;
}

#bio a:hover,
#bio a.current {
	background: transparent url(menubar.jpg) -350px -20px no-repeat;
}

#contact {
	left: 525px;
	width: 175px;
}

#contact a:hover,
#contact a.current {
	background: transparent url(menubar.jpg) -525px -20px no-repeat;
}

