
body {
	margin:0px;
	padding:0px;
	background-image:url(../images/bg_main.gif);
	background-repeat:repeat-x;
	background-color:#F8B94C;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
img {
	display:block;
}

.container_main {
	width:750px;
	border: 1px solid #E69200;
	border-top:0;
	background-image:url(../images/bg_menu.gif);
	background-repeat:repeat-y;
}

.box_menu {
	float:left;
	width:150px;
	height:449px;
	background-image:url(../images/mock_02.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
.box_content {
	float:left;
	width:570px;
	min-height: 449px;
    height:auto !important;
    height:449px;
	background-image:url(../images/mock_03.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
}

.main_left {
	width:430px;
	float:left;
	background-image:url(../images/dot_middle.gif);
	background-repeat:repeat-y;
}
.main_right {
	width:140px;
	float:right;
}

.outer {
	width:780px;
	margin: 0 auto;
}
.outer_gradient
{
	float:left;
	width:14px;
}

.page_content, .page_content td, .page_content p, .page_content li, .page_content a {
	font-size:11px;
	line-height:16px;
	color:#000000;
}
.page_header, .page_header a {
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
.page_right, .page_right td, .page_right p, .page_right li, .page_right a {
	font-size:10px;
	color:#000000;
	text-decoration:none;
}
.page_footer {
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	color:#000000;
}

.footer_line
{
	background-image:url(../images/dot_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:10px;
}

.clear {
	clear:both;
}
