HTML, BODY {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff url('img/bg.jpg');
    text-align: center;
}

IMG {	border: 0px;
	display: block;
}

HR {	width: 100%;
	height: 1px;
	color: #e8ac61;
	background: #e8ac61;
	border: 0px;
}

/* page */

#page
{
    width: 960px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

/* header */

#header
{	width: 960px;
	height: 262px;
}

#header_left
{
	float: left;
	width: 255px;
	height: 197px;
	padding-top: 55px;
	text-align: center;}

#header_center
{	float: left;
	width: 460px;
	height: 262px;
	text-align: center;
}

#header_center IMG
{	margin: auto;
}

#header_right
{
	float: left;
	width: 215px;
	height: 242px;
	padding: 10px;
	text-align: center;
}

#header_right IMG
{
	margin: auto;
}

/* menu */

#menu
{	margin-left: 4px;
}

#menu a
{
	display: block;
	width: 165px;
	height: 25px;
	line-height: 23px;
	margin-top: 5px;
	padding-left: 10px;
	background: #312823 url('img/menu_button.jpg');}

/* main */

.main_brd_top
{
	float: left;
	width: 960px;	background: #322924 url('img/main_brd_top.gif') top repeat-x;
}

.main_brd_left
{
	float: left;
	background: url('img/main_brd_left.gif') left repeat-y;
}

.main_brd_right
{
	float: left;
	background: url('img/main_brd_right.gif') right repeat-y;
}

.main_brd_bottom
{
	float: left;
	background: url('img/main_brd_bottom.gif') bottom repeat-x;
}

.main_brd_crn_1
{
	float: left;
	background: url('img/main_brd_crn_1.gif') top left no-repeat;
}

.main_brd_crn_2
{
	float: left;
	background: url('img/main_brd_crn_2.gif') top right no-repeat;
}

.main_brd_crn_3
{
	float: left;
	background: url('img/main_brd_crn_3.gif') bottom left no-repeat;
}

.main_brd_crn_4
{
	float: left;
	background: url('img/main_brd_crn_4.gif') bottom right no-repeat;
}

#main
{
	float: left;
	padding: 10px;
}

#main_left_center
{	float: left;
	width: 247px;
	background: #ffebb6 url('img/menu_bg_center.jpg');
}

#main_left_top
{	background: url('img/menu_bg_top.jpg') top no-repeat;
}

#main_left_bottom
{	background: url('img/menu_bg_bottom.jpg') bottom no-repeat;
}

#main_right_center
{	float: left;
	width: 693px;
	background: #ffebb6 url('img/content_bg_center.jpg');
}

#main_right_top
{
	background: url('img/content_bg_top.jpg') top no-repeat;
}

#main_right_bottom
{
	background: url('img/content_bg_bottom.jpg') bottom no-repeat;
}

.content
{	padding: 30px;
	min-height: 175px;
	height: auto !important;
	height: 175px;
}

.content_header
{	text-align: center;
	padding-top: 3px;
}

.content_header *
{	margin: auto;
}

#footer
{
	float: left;	width: 940px;
	height: 65px;
	padding-left: 20px;
	background: url('img/footer.png') 0 2px;
}

* html #footer
{	background: none !important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=templates/default/img/footer.png, sizingMethod='crop');
}