@charset "utf-8";
body {
	background-color: #00477f;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
}
#wapper {
	height: 629px;
	width: 816px;
	background-image: url(../images/WebpageHomemain.png);
	margin: 4% auto;
	background-repeat: no-repeat;
}
#header {
	height: 148px;
	width: 816px;
	background-image: url(../images/header.png);
}

#ltsideBar {
	height: 475px;
	width: 198px;
}
#contentBg {
	background-image: url(../images/contentBg.png);
	background-repeat: no-repeat;
	height: 475px;
	width: 618px;
	float: right;
	clear: right;
}
#content {
	height: 450px;
	width: 563px;
}
#ltFooter {
	margin-top: 330px;
	color: #00477f;
}

#body {
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #00477f;
	text-decoration: none;
	text-align: center;
}
a:visited {
	color: #00477f;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #f47d31;
}
a:active {
	color: #f47d31;
	text-decoration: none;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #00477f;
	font-size: 13px;
	
}
h2 {
	font-size: 16px;
	color: #00477f;
	line-height: 0.3em;
}
#span {
	font-size: 16px;
	font-weight: bold;
	color: #00477f;
}
.clear {
	padding: 0px;
	clear: both;
	line-height: 0;
}

