body {
    margin: 0;
	padding: 0;
	background: #1c1c1c;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#container {
	min-width: 1280px;
	margin: auto;
}

#header {
	height: 96px;
	background-image: url(imgs/fohe-bg.png);
	background-repeat: repeat-x;
	border: solid #FFF 0px;
	border-left-width: 2px;
	border-right-width: 2px;
}

#header-logo {
	width: 938px;
	height: 96px;
	margin: auto;
	background: url(imgs/header.png) no-repeat;}

#navi-bar {
	height: 36px;
	background-image:url(imgs/navi-bg.png);
	background-repeat: repeat-x;
	border: solid #FFF 2px;
}

#navi-container {
	width: 932px;
	height: 36px;
	margin: auto;
	position: relative;
}

.navi-spacer {}

#body-leftspace {
	width: 140px;
	padding: 16px;
	float: left;
}

#body-rightspace {
	width: 140px;
	padding: 16px;
	float: right;
}

#body {
	background: #bcbcbc;
	width: 900px;
	margin-left: 172px;
	margin-right: 172px;
	min-height: 796px;
	border: solid 0px #FFF;
	border-left-width: 2px;
	border-right-width: 2px;
	padding: 16px;
}

#body-container {
	width: 1280px;
	background-image: url(imgs/bodybg.gif);
	background-repeat: repeat-y;
	margin: auto;	
}

#body-sidebar {
	position: absolute;
}

#sidebar-navi {
	width: 160px;
	min-height: ;
	padding: 8px 8px 4px 8px;
	border: solid #000 2px;
	background: #dcdcdc;
	font-weight: bold;
}

#sidebar-navi ul {
	margin: 0px; 
	padding: 0px 0px 0px 24px;
	line-height: 26px;
}

#sidebar-navi ul li {
    list-style-image:url(imgs/dot_inactive.gif);
}

#sidebar-navi ul ul {
    margin: 0px;
	padding: 0px 0px 0px 6px;
}

#sidebar-navi ul ul li {
	font-size: 14px;
	line-height: 18px;
    list-style-image:url(imgs/dot_sub_inactive.gif);
}

#sidebar-navi .selmain {
    list-style-image:url(imgs/dot_active.gif);
}

#sidebar-navi .selsub {
	font-size: 14px;
	line-height: 18px;
    list-style-image:url(imgs/dot_sub_active.gif);
}

#sidebar-spacer {
	width: 180px;
	height: 16px;
}

#sidebar-adz {
	width: 160px;
	height: 472px;
	padding: 8px;
	border: solid #000 2px;
	background: #dcdcdc;
}

#body-content {
	position:relative;
	width: 684px;
	left: 196px;
	padding: 8px;
	border: solid #000 2px;
	background: #dcdcdc;
}

#tblgrd {
	margin: auto;
	text-align: center;
	border-color: #000;
	width: 672px;
}

.tblclls_gal {
	width: 210px;
	margin: auto;
	line-height: 14px;
	font-size: 14px;
	background-color:#000;
}

.tblclls_prvw {
	width: 654px;
	margin: auto;
	line-height: 14px;
	font-size: 14px;
}

.tblclls_pod {
	width: 320px;
	margin: auto;
	line-height: 14px;
	font-size: 14px;
}


.tblclls_proj {
	width: 320px;
	margin: auto;
	line-height: 14px;
	font-size: 14px;
}

#footer {
	height: 96px;
	background-image: url(imgs/fohe-bg.png);
	background-repeat: repeat-x;
	border: solid #FFF 0px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	clear: both;
}

#footer-container {
	width: 932px;
	margin: auto;
	position: relative;
}

#footer-logo {
	width: 108px;
	height: 96px;
	position: absolute;
	left: 0px;
	background:url(imgs/logo_werevil.png) no-repeat;
}

#footer-info {
	width: 700px;
	height: 80px;
	position: absolute;
	left: 108px;
	padding: 8px;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
}

#footer-logo2 {
	width: 108px;
	height: 96px;
	background:url(imgs/logo_werevil.png) no-repeat;
	position: absolute;
	left: 824px;	
}