html, body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: tahoma,Arial,"Times New Roman";	
	color: #fbfbf9;
	background-color: #494949; 
	border: none;
	overflow: auto;
	text-align: center;	
	font-size: 10pt;	
	}
#head {
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #31312f;
	border: none;
	text-align: left;
	voice-family: inherit;
	width: 766px;
	height: 78px;
	}
html>body #top, #main, #footmenu, #foot {
	width: 766px;
	text-align: left; 
	margin-left: auto; 
	margin-right: auto; 
	left: 100%; 
	right: 100%;
	border: none;	
	z-index: 100px;	
	}
#top {
	height: 374px;
	}	

/* main */		
#main {
	background-color: #31312f;
	vertical-align: top;
	}
#main .leftside {
	width: 208px;
	background-color: #41413f;	
	vertical-align: top;	
	padding: 15px 15px 30px 15px;	
	}		
#main .leftside img {

	}		
#main .content {
	background-color: #31312f;	
	vertical-align: top;	
	padding: 15px 15px 10px 15px;	
	}			
#main .content #insidecontent {
	padding-bottom: 30px;	
	border-bottom: dashed 1px;
	border-bottom-color: #4f4f4d;
	}				
#main .hsep {
	background-image: url('../img/layout/hsep_main.gif'); 
	background-repeat: repeat-x;
	}

/* footmenu */
#footmenu {
	background-image: url('../img/layout/hsep_footmenu.gif'); 
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3a3a3a;	
	text-align: center;
	padding: 10px 0px 10px 0px;
	}
#footmenu a {
	color: #fff;
	font-size: 10pt;
	text-decoration: none;
	}	
#footmenu a:hover {
	text-decoration: underline;
	}		
#footmenu .vsep {
	padding: 0px 4px 0px 4px;
	font-size: 12px;
	}	
#footmenu .active {
	color: #bc0000;
	font-weight: normal;
	background-color: transparent;
	} 
/* foot */		
#foot {
	background-image: url('../img/layout/hsep_foot.gif'); 
	background-repeat: repeat-x;
	background-position: top;
	background-color: #31312f;	
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-size: 10pt;
	}
/* common */	
img {
   border: none;
	}
p,h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	} 	
.left {
	text-align: left;
	}	
.center {
	text-align: center;
	} 	
.right {
	text-align: right;
	}		
.top {
	vertical-align: top;
	}			
.bottom {
	vertical-align: bottom;
	}				
.vsep {
	background-image: url('../img/layout/vdashed.gif'); 
	background-repeat: repeat-y;
	background-position: top;	
	}
a {
	color: #b90207;
	text-decoration: none;
	}	
a:hover {
	text-decoration: underline;
	}		
.dn {
	display: none;
	}	
.vn {
	visibility: hidden;
	}
.block {
	display: block;
	}	
.bred {
	font-weight: bold;
	color: #b90207;
	}
