HTML, BODY {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #4a0025 url('img/bg.jpg') repeat-x top;
    text-align: center;
}

IMG {	border: 0px;
	display: block;
}

/* page */

#page
{
    width: 800px;
	margin: auto;
	text-align: left;
}

/* header */

#header
{	width: 800px;
	height: 130px;
}

#header_left
{
	float: left;
	width: 200px;
	height: 120px;
	padding-left: 40px;
	padding-top: 10px;
}

#header_right
{
	float: right;
	width: 275px;
	height: 130px;
	text-align: center;
	padding-right: 30px;
}

#phone_img {	float: left;
	margin-top: 30px;
}

#phone_num {	float: left;
	margin-left: 10px;
	margin-top: 42px;
	text-align: left;
}

#menu { 	width: 760px;
 	height: 30px;
 	margin-top: 30px;
 	padding-left: 20px;
 	padding-right: 20px;
}

.menu_a {
	float: left;	width: 120px;
	height: 30px;
	margin-left: 5px;
	text-align: center;
	line-height: 28px;
    background: #ff9919 url('img/menu_a.jpg');
}

.menu_p {	float: left;	width: 120px;
	height: 30px;
	margin-left: 5px;
	text-align: center;
	line-height: 28px;
	background: #ffc148 url('img/menu_p.jpg');
}

#main_bg {
 	width: 800px;
 	background: #ffd55c url('img/main_bg.gif') repeat-y;
}

#main_bg_top { 	width: 800px;
 	background: url('img/main_bg_top.gif') no-repeat top;
}

#main_bg_bottom { 	width: 800px;
 	background: url('img/main_bg_bottom.gif') no-repeat bottom;
}

#content {	padding: 25px;
}

.content_header {	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
}

#footer {	width: 800px;
	height: 75px;
}

#footer_left {	float: left;
	width: 400px;
	height: 75px;
}

#footer_right {	float: right;
	width: 250px;
	height: 75px;
	line-height: 73px;
}
