@charset "UTF-8";

body {
	background-color: #f7f7ef;
	color: #342606;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imgs/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a:hover {
	color: #c73926;
	text-decoration: underline;
}

img {
	border: none
}

form {
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	background-color: #eeac24;
	height: 56px;
	background-image: url(../imgs/header.jpg);
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
}

#logo {
	float: center;
	width: 900px;
	height: 56px;
	text-align: right;
}

#center {
	width: 900px;
	text-align: center;
	margin:0 auto;
}

#clear1h {
	height: 15px;
}

#clear2h {
	height: 24px;
}

#clear3h {
	height: 124px;
}

#clear1w {
	float: left;
	text-align: left;
	width: 7px;
}

#main {
	width: 100%;
	height: 100%;
	clear: both;
}

#content {
	float: left;
	width: 600px;
	height: 100%;
	text-align: right;
}

#navi {
	float: right;
	width: 300px;
	height: 100%;
	text-align: right;
}

#navibar {
	width: 300px;
	height: 645px;
	margin: 0;
	background-image: url(../imgs/navibar.jpg);
	background-repeat: repeat-y;
	clear: both;
	text-align: right;
}

#footer {
	width: 100%;
	background-color: #eeac24;
	height: 160px;
	background-image: url(../imgs/footer.jpg);
	background-repeat: repeat-x;
	clear: both;
	text-align: center;
}

#bottominfo1 {
	float: left;
	text-align: left;
	width: 190px;
}

.bottomaddress1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	padding-top: 13px;
}

.bottomaddress2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
}

#bottominfo2 {
	float: right;
	text-align: left;
	width: 250px;
}

.bottomlink1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	padding-top: 13px;
}

.bottomlink2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 21px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
}

#bottommail1 {
	float: left;
	text-align: left;
	width: 32px;
	padding-top: 17px;
}

#bottommail2 {
	float: left;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	padding-top: 18px;
}

#bottominfo3 {
	text-align: left;
	width: 250px;
	padding-top: 32px;
}

#smi {
	float: left;
	text-align: left;
	padding-top: 17px;
	padding-right: 4px;
}

#copyright {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	padding-top: 30px;
}

#contact_form {
	float: left;
	width: 500px;
	text-align: left;
	padding-left: 27px;
	margin-top: 25px;
}

.contactform {
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #39a8b9;
	width: 500px;
	text-align: left;
}

.contactform input {
	padding: 2px;
	border: 1px solid #b97d01;
	width: 250px;
	height: 16px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #342606;
	background-color: #eeac24;
}

.contactform textarea {
	padding: 9px;
	border: 1px solid #b97d01;
	width: 400px;
	height: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #342606;
	background-color: #f7f7ef;
}

.contactform label {
	min-width: 90px;
	float: left;
	padding: 5px;
	padding-left: 0;
}

input.sendbutton {
	margin-top: 9px;
	margin-left: 9px;
	display: block;
	border: 0;
	width: 100px;
	height: auto;
	font-size: 14px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 6px;
	line-height: 14px;
	background: #39a8b9;
	color: #f7f7ef;
	cursor: pointer;
}