body {
	background-color: #fff;
}

#MainBox {
	background-color: #ededed;
	position: absolute;
	width: 740px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -370px;
	margin-top: -205px;
	border: 1px solid #000;
	padding: 0px;
}

#LogoBox {
	background-color: #d1d1d1;
	border-bottom: 3px solid #666;
}

#LogoAddressBox {
	float: right;
	display: inline;
	margin-right: 40px;
	margin-top: 20px;
}

#IconBox {
	height: 30px;
	background-color: #953131;
	border-top: 6px solid #6e0000;
	text-align: right;
	clear: both;
}

#MenuBox {
	background-image: url(../images/back2.jpg);
	border-bottom: 3px solid #850000;
	width: 200px;
	height: 230px;
	float: left;
}

#ContentBox {
	background-color: #fff;
	border-bottom: 3px solid #850000;
	width: 540px;
	height: 230px;
	float: left;
	overflow: auto;
	clip: rect(0px, 540px, 230px, 0px);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#SiteBox {
	background-color: #ededed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-left: 200px;
	vertical-align: middle;
}

#FooterBox {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align: right;
	height: 15px;
}

.TableContact td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

#MenuList li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 45px;
}

.inputStyle {
	border: 1px solid #ccc;
	width: 255px;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
    color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}