@charset "utf-8";
* {
	margin:0px;	
}
a {
	text-decoration: none;
}
p {
	line-height: 20px;
	
}
img {
	border:0px;
}

.linkDark {
	color: #333;
}
.linkBlue {
	color: #009;
	font-weight: bold;
}
.clear {
	clear: both;
}
#Wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	background-color: #CCC;
	height: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
#Footer {
	margin-top: 20px;
	height: 22px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
	color: #03C;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 20px;
}

#bannerArea {
	background-color: #000;
	height: 160px;
	margin-top: 20px;
	border: 2px solid #CCC;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#MidBox {
	position: relative;
	margin-top: 20px;
}
#left {
	float: left;
	width: 200px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 12px;
}
#right {
	float: right;
	width: 770px;
	margin-right: 0px;
}
#contents {
	background-color: #F0F0F0;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border: 1px solid #000;

}
#contents h1 {
	font-size: 14px;
	height: 20px;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 5px;
}
.contentImageArea {
	float: right;
	background-color: #FFF;
}
#contactDiv {
	margin-top: 10px;

}
#contactDiv h1 {
	font-size: 12px;
	height: 20px;
	padding-top: 5px;
	padding-left: 15px;
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
}
#contactDiv #contactContent {
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#map {
	width: 100%;
	height: 300px;
	background-color: #FFF;
	border: 1px solid #333;
	margin-bottom: 20px;
}
