{
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial;
	font-size: 15px;
	background-color: #00a2ff;
}

#logo {
	width: 260px;
	height: 100px;
	background-image: url('v1/images/logo.png');
	margin: 10px auto;
}

#content {
	width: 992px;
	margin: 10px auto;
}

#content .top {
	width: 992px;
	height: 43px;
	background-image: url('v1/images/content-top.png');
    background-repeat: no-repeat;
    padding-left: 370px;
}

#content .center {
	width: 992px;
	background-color: #f0f0f0;
}

#content .bottom {
	width: 992px;
	height: 61px;
	background-image: url('v1/images/content-bottom.png');
	background-repeat: no-repeat;
}

#content h2 {
	font-family: Arial;
	font-size: 15px;
	color: #000000;
	margin-left: 15px;
	margin-top: 7px;
	float: left;
}

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

#content h2 a:hover {
	color: #3c3c3c;
	text-decoration: none;
}

#footer {
	height: 36px;
	margin-left: 370px;
	float: left;
}

#footer .left {
	width: 17px;
	height: 36px;
	background-image: url('v1/images/footer-left.png');
	background-repeat: no repeat;
	float: left;
}

#footer .center {
	height: 36px;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 30px;
	float: left;
}

#footer .right {
	width: 16px;
	height: 36px;
	background-image: url('v1/images/footer-right.png');
	background-repeat: no repeat;
	float: left;
}

#footer h2 {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}

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

#footer h2 a:hover {
	color: #3c3c3c;
	text-decoration: none;
}
