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

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: left;
	background: #FFF;
}

#page {
	width: 900px;
	
	margin: auto;
}

#header {
	width: 800px;
	padding: 0px 50px;
	background: url("../media/bg_header.jpg") no-repeat;
	height: 201px;
	float: left;
	clear: both;
	position: relative;
}


#TopPanel {
	width: 800px;
	padding: 0px 50px;
	background: url("../media/bg_red.jpg") repeat-y;
	min-height: 117px;
	height: auto !important;
	height: 117px;
	float: left;
	clear: both;
}
#content{
	width: 100%;
	min-height: 209px;
	height: auto !important;
	height: 209px;
	float: left;
	clear: both;
	background: url("../media/bg_content.jpg") repeat-y;
}
#MainPanel{
	float:left;
	clear:both;
	width: 800px;padding: 0px 50px;
	background: url("../media/bg_footer.jpg") no-repeat scroll left bottom;
	min-height: 209px;
	height: auto !important;
	height: 209px;
}
.MainPanel{
		width: 760px !important;padding: 15px 70px 15px 70px !important;
		min-height: 179px;
		height: auto !important;
		height: 179px;
		
}
#LeftPanel,#CentralPanel,#RightPanel{
	float: left;
	min-height: 179px;
	height: auto !important;
	height: 179px;
	position: relative;
}
#LeftPanel{	
	width: 247px;	
	margin-left: 30px !important;
	margin-left: 15px ;
}
#CentralPanel{
	width: 252px;	
	margin-left: 24px;
}
#RightPanel{
	width: 246px;
	margin-left: 1px;
}
#footer{
	text-align:center;
	width: 100%;
	/*padding: 0px 50px 0px 40px;*/	
	/*background: url("../media/bg_footerp.jpg") no-repeat scroll left top;*/
	float: left;
	clear: both;
	font-size: 10px;
	min-height: 57px;
	height: auto !important;
	height: 57px;
}

#footer a{color: #999999;}
#menu{
	float:right;
	position: relative;
	height: 39px;
	background: url("../media/sep.jpg") no-repeat scroll left center; 
	right: 0px;
	top: 0px;
}
#TopPanel .phi_module,.MainPanel .phi_module,#footer .phi_module{width: 100% !important;}
.phi_content a{
	text-decoration: none;
	background: url("../media/bg_links.png") no-repeat scroll left center !important;
	background: url("../media/bg_links.gif") no-repeat scroll left center ;
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
.phi_content a:hover{color: #999999;}
h1{font-size: 14px;color: #F78500;margin-bottom: 8px;}
h2{font-size: 13px;color: #FCC33D;margin-bottom: 5px;}
h3{font-size: 12px;margin-bottom: 3px;}
.phi_content ul{
	margin-left: 5px;
}
.phi_content ul li{
	margin-left: 20px;
}
.xtable{
	border-bottom: 1px solid #EEE;
	/*border-top: 1px solid #EEE;*/
}
.xtable td{
	border-top: 1px solid #EEE;
	text-align: left;
	vertical-align: top;
	padding: 8px 0px;	
	text-align: left;
}
