.main_table{
	width:100%;
	height:100%;
}

.ft_cell{
	vertical-align:bottom;
	background-color:#7f7f7f;
}

.ft_cell_hp{
	vertical-align:bottom;
	background-color:#1F2D2D;
}

.hd_cell{
	vertical-align:top;
	background-color:#7f7f7f;
}
.hd_cell_hp{
	vertical-align:top;
	background-color:#1F2D2D;
}
.hpbg{
	background-image:url("stretch_1600.jpg");
	background-repeat:no-repeat;
	background-position:0px 100px;
}

#header{
	margin-top:2px;
}

#header td.headerrest{
	background-image:url("stretch_800.jpg");
	background-repeat:no-repeat;
	vertical-align:top;
}

#header td.headerrest .flags{
	margin-top:7px;
	margin-left:8px;
}

#header td.section{
	background-image:url("header_bg.gif");
	background-repeat:repeat-y;
	background-color:#5189A2;
	vertical-align:top;
}

#header td.section .divsec{
	width:200px;
	margin-top:10px;
}

#header td.section .divsec a{
	font:bold 10px Verdana;
	color:#B6D5E3;
	padding-left:10px;
	text-decoration:none;
	line-height:15px;
}

#header td.section .divsec .selected a{
	background-image:url("section_hover.gif");
	background-repeat:no-repeat;	
	background-position:left;	
	color:#ffffff;
}

#header td.section .divsec a:hover{
	color:#ffffff;
}

#header td.subsection{
	background-image:url("header_bg.gif");
	background-repeat:repeat-y;
	background-color:#5189A2;
	vertical-align:top;
}

#header td.subsection .divsubsec{
	width:200px;
	margin-top:10px;
}

#header td.subsection .divsubsec a{
	font:normal 10px Verdana;
	color:#B6D5E3;
	padding-left:10px;
	text-decoration:none;
	line-height:15px;
}

#header td.subsection .divsubsec .selected a{
	background-image:url("section_hover.gif");
	background-repeat:no-repeat;	
	background-position:left;	
	color:#ffffff;
}

#header td.subsection .divsubsec a:hover{
	color:#ffffff;
}


