body {
	text-align: center;
	margin: 0;
	font-family: Times New Roman;
	font-size: 14px;
	background: url('../images/blue-background.jpg');
}

a {
	color: #C3751F;
}

a:hover {
	color: #099DBD;
}

input {
	border: 1px solid #454545;
	width: 120px;
	height: 20px;
}

textarea {
	border: 1px solid #454545;
	width: 120px;
	height: 80px;
}

select {
	width: 120px;
	height: 20px;
}

.form-input {
	width: 120px;
}

img {
	border: 0px;
}

.contact-us td {
	font-size: 12px;
}

.body_container {
	width: 800px;
	background: url('../images/body_bg.jpg') top center repeat-y;
	position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.header {
	background: url('../images/header.jpg') top center no-repeat;
	height: 1%;
}

html>body .header {
	background: url('../images/header.jpg') top center no-repeat;
	height: auto;
}

.main_container {
	background: url('../images/footer.jpg') bottom center no-repeat;
	min-height: 600px;
	height: 1%;
}

html>body .main_container {
	background: url('../images/footer.jpg') bottom center no-repeat;
	min-height: 600px;
	height: auto;
}

.menu {
	float: left;
	padding-top: 165px;
	width: 118px;
	text-align: center;
	border: 0px;
}

.menu img {
	margin: 2px;
}

.menu h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.menu p {
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

.menu-button {
	width: 103px;
	height: 37px;
	background: url('../images/menu/button.jpg') top left no-repeat;
	margin: 8px;
	font-size: 15px;
	font-weight: bold;
}

.menu-button td {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	width: 103px;
	height: 37px;
}

.menu-button a {
	color: white;
	text-decoration: none;
}

.menu-button a:hover {
	color: #099DBD;
}

.content {
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 80px 0px 0px 0px;
	width: 650px;
}

blockquote {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 20px 0px 30px 0px;
}

.page_title {
	height: 60px;
	margin-left: 114px;
	margin-top: 10px;
	color: #800080;
	font-weight: bold;
	font-family: Arial Rounded MT Bold;
	font-size: 28px;
}

.body_text {
	margin-top: 30px;
	margin-left: 114px;
	margin-bottom: 80px;
	font-size: 14px;
	
}

.body_text h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0px 0px 0px;
}

.body_text p {
	margin: 2px 0px 7px 0px
}

.bio-block {
	clear: both;
	margin-bottom: 10px;
}

.bio {
	float: right;
	border: 1px solid black;
	margin: 0px 0px 4px 4px;
}

#fadeshow {
	border: 1px solid black;
}

.img-right {
	float: right;
	border: 1px solid black;
	margin: 0px 0px 4px 4px;
}

.footer {
	padding-top: 4px;
	font-size: 12px;
	color: #ffffff;
}

.footer a {
	color: #ffffff;
}

.footer a:hover {
	color: #800080;
}