
html {
	background: #efefe6 url(images/top_bg.jpg) repeat-x center top;
}

body {
	background: url(images/top_header_bg.jpg) no-repeat center top;
}

#header-bg {
	background: url(images/top_header_bg.jpg) no-repeat center top;
}

#main {
	padding-top: 360px;
}

h2.maincopy {
	left: 63px;
	position: absolute;
	top: 40px;
}

div.service {
	background: #efefe6 url(images/top_service_bg.gif) repeat-x left top;
	height: 404px;
	padding: 6px;
}

div.service ul li {
	display: inline;
	float: left;
	height: 202px;
	width: 237px;
}

div.news {
	padding-left: 30px;
	position: relative;
}

div.symbol-border,
div.information-border {
	background-color: #efefe6;
	margin: 0 auto;
	padding: 3px;
	width: 680px;
}

div.symbol,
div.information {
	background-color: white;
	border: 3px double #efefe6;
	padding: 20px 40px 10px 200px;
	position: relative;
}

div.symbol h2,
div.information h2 {
	left: 50px;
	position: absolute;
	top: 33px;
}

div.symbol h2,
div.information p {
	font-size: 90%;
}

div.social-border {
	background-color: #efefe6;
	margin: 0 auto;
	padding: 3px;
	width: 680px;
}

div.social {
	border: 1px solid white;
	padding: 20px 40px 10px 200px;
	position: relative;
}

div.social h2 {
	left: 50px;
	position: absolute;
	top: 33px;
}

div.social p {
	font-size: 90%;
}

