.top {
	height: 120px;
	width: 800px;
}
.top_left {
	height: 120px;
	width: 556px;
	background-image: url(../images/sharp_top_left.jpg);
	float: left;
}
.top_right {
	height: 120px;
	width: 244px;
	background-image: url(../images/sharp_top_right.jpg);
	float: left;
}
.nav_bar_A {
	height: 80px;
	width: 800px;
	background-image: url(../images/sharp_nav_bg_A.jpg);
}
.nav_bar_B {
	height: 80px;
	width: 800px;
	background-image: url(../images/sharp_nav_bg_B.jpg);
}
.nav_bar_C {
	height: 80px;
	width: 800px;
	background-image: url(../images/sharp_nav_bg_C.jpg);
}
.nav_bar_D {
	height: 80px;
	width: 800px;
	background-image: url(../images/sharp_nav_bg_D.jpg);
}
.nav_bar_E {
	height: 80px;
	width: 800px;
	background-image: url(../images/sharp_nav_bg_E.jpg);
}

.body_left {
	width: 556px;
	background-image: url(../images/sharp_bottom_left.jpg);
	float: left;
	border-bottom-width: 6px;
	border-bottom-color: #052d46;
	border-bottom-style: solid;
}
.body_right {
	width: 244px;
	background-image: url(../images/sharp_bottom_right.jpg);
	float: left;
	border-bottom-width: 6px;
	border-bottom-color: #052d46;
	border-bottom-style: solid;
}
.main_body {
	width: 800px;
}
.body_pad {
	text-align: left;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.ad_pad {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


body {
	background-image: url(../images/sharp_bg.jpg);
	background-repeat: repeat;
	text-align: center;
}

.page_center {
	width: 100%;
}

