/* CSS Document */
html {
	margin: 0; 
	padding: 0;
	height: 100%;
}
body {
	background-color: #000000;
	margin: 0; 
	padding: 0;
    color: #776852; 
	font-family: Arial, Helvetica;
	font-size: 11px;
	height: 100%;
}
a:link {
	color: #594325;
 	text-decoration: none;
}
a:visited {
	color: #594325;
 	text-decoration: none;
}
a:active {
	color: #594325;
 	text-decoration: none;
}
a:hover {
	color: #594325;
 	text-decoration: underline;
}
h3 {
	font-weight: bold;
	color: #594325;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
h3 a:link {
	color: #594325;
 	text-decoration: none;
}
h3 a:visited {
	color: #594325;
 	text-decoration: none;
}
h3 a:active {
	color: #594325;
 	text-decoration: none;
}
h3 a:hover {
	color: #594325;
 	text-decoration: underline;
}
.border {
	background-color: #594325;
	border: 1px solid #8D8983;
	padding-top: 48px;
	padding-bottom: 48px;
	vertical-align: middle;
}
.main {
	vertical-align: middle;
}
.about {
	background-image: url(images/chair_small.jpg);
	text-align: left;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-left: 17px;
}
.contact {
	background-image: url(images/arm_small.jpg);
	text-align: left;
	background-repeat: no-repeat;
	vertical-align: top;
	padding-left: 17px;
	padding-right: 260px;
}
.gowns {
	background-image: url(images/blank.gif);
	text-align: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	vertical-align: top;
}
.button {
	background-color: #E9E4E0;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	color: #776852;
	cursor:pointer;
	cursor:hand;
	border-top: 1px solid #C9C9C9;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #C9C9C9;
}
.errMessage {
	color:#FF0000;
}
ul {
	list-style-image: url(images/arrow.gif);
	margin-top: 0;
}
input {
	font-size: 11px;
	background-color: #FFFFFF;
	color: #776852;
	border: 1px solid #A5ACB2;
	padding: 2px;
}
.footer {
	font-size: 9px;
}
.footer a:link {
	color: #776852;
 	text-decoration: none;
}
.footer a:visited {
	color: #776852;
 	text-decoration: none;
}
.footer a:active {
	color: #776852;
 	text-decoration: none;
}
.footer a:hover {
	color: #776852;
 	text-decoration: underline;
}