
body {
	background-color: #836445;
	scrollbar-base-color: #7f6143;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #c69f78;
}

p {
	text-align: left;
}

fieldset {
	border: 0px;
}

label {float: left;  text-align: left; width: 90px; font-weight: bold;}
input,textarea {
	color: #000;
	margin-bottom: 2px; font-size: 11px; border: 1px inset #C0C0C0;
}

textarea {
	overflow: auto;
}


#PageHolder {
	width: 830px;
	height: 675px;
	margin: auto;
	padding: 0px;
	font-size: 0px;
}

#ContentHolder {
	float: left;
	width: 805px;
	height: 602px;
	border: 1px solid #000;
}

#content {
	font-size: 12px;
	line-height: 1.4em;
	font-family: tahoma, verdana, arial;
	width: 805px;
	height: 602px;
	overflow: auto;
	text-align: left;
}

#InnerContent {
	padding: 8px;
	width: 465px;
	text-align: left;
}


#menuHolder {
	font-size: 11px;
	height: 61px;
	font-family: verdana;
}

#menuHolder a, #menuHolder a:visited {
	color: #fff;
	text-decoration: none;
}

#menuHolder a:hover {
	text-decoration: underline;
}


#menu {
	margin-top: 45px;
	float: left;
}


#GradRight {
	width: 7px;
	height: 604px;
	float: left;
}

#GradBottom {
	float: left;
	height: 7px;
	width: 814px;
}

#footer {
	width: 780px;
	margin: auto;
}


#button_home a {
	display:block; float: left;
	width:42px;
	height:17px;
	background: url("img/buttons.gif") 0px 0px no-repeat;
}

#button_home a:hover {
	display:block; float: left;
	width:42px;
	height:17px;
	background: url("img/buttons.gif") 0px -17px no-repeat;
}

#button_bio a {
	display:block; float: left;
	width:26px;
	height:17px;
	background: url("img/buttons.gif") -45px 0px no-repeat;
}

#button_bio a:hover {
	display:block; float: left;
	width:26px;
	height:17px;
	background: url("img/buttons.gif") -45px -17px no-repeat;
}

#button_gallery a {
	display:block; float: left;
	width:53px;
	height:17px;
	background: url("img/buttons.gif") -75px 0px no-repeat;
}

#button_gallery a:hover {
	display:block; float: left;
	width:53px;
	height:17px;
	background: url("img/buttons.gif") -75px -17px no-repeat;
}

#button_contact a {
	display:block; float: left;
	width:67px;
	height:17px;
	background: url("img/buttons.gif") -130px 0px no-repeat;
}

#button_contact a:hover {
	display:block; float: left;
	width:67px;
	height:17px;
	background: url("img/buttons.gif") -130px -17px no-repeat;
}