body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color: #999;
	background: repeat-x top #000;
}

#HEADER { background: top center no-repeat; height: 86px; }

#MAINMENU { background: top center no-repeat; height: 41px; text-align: center; }
#MAINMENU div { margin: 0px auto;	width: 956px;	line-height: 45px; }
#MAINMENU div ul { margin: 0px; padding: 0px; list-style-type: none; margin-left: 5px; }
#MAINMENU div ul li { float: left; clear: none; margin: 0px 12px; color: #BFA53D; }
#MAINMENU div ul li a { text-decoration: none; color: #FFF; }
#MAINMENU div ul li a:hover { color: #BFA53D; }

#MAIN {
	width: 956px;
	text-align: left;
	color: #FFF;
	margin: 10px 0px;
}

/*--[COMMON]--*/
#COMMON {
	background: #000 no-repeat top center;
	padding: 10px;
}
.text {
	color: #999;
}

/*--[/COMMON]--*/

#FOOTER { background: top center no-repeat #000; height: 90px; padding-top: 20px;}
#FOOTER div { margin: 0px auto;	width: 956px; color: #333; text-align:left; }
#FOOTER div ul { margin: 0px; padding: 0px; list-style-type: none; clear: left; }
#FOOTER div ul li { float: left; clear: none; color: #BFA53D; }
#FOOTER div ul li.sep { float: left; clear: none; color: #333; }
#FOOTER div ul li a { text-decoration: none; color: #333; }
#FOOTER div ul li a:hover { text-decoration: underline; color: #BFA53D; }


.WINDOW {font-size: 0px;}
.WINDOW .WHEADER_OUT  {background: no-repeat bottom right; height: 33px;}
.WINDOW .WHEADER_IN   {background: no-repeat bottom left;  height: 33px; width: 95%;}
.WINDOW .WHEADER_IN img { margin-left: 16px;}
.WINDOW .WCONTENT_OUT {background: repeat-y right #000;}
.WINDOW .WCONTENT_IN  {font-size: 9pt; background: repeat-y left;}
.WINDOW .WFOOTER_OUT  {background: no-repeat bottom right; height: 10px;}
.WINDOW .WFOOTER_IN   {background: no-repeat bottom left;  height: 10px; width: 95%;}


.WINDOW .WHEADER { height: 33px; font-size: 0px; }
.WINDOW .WFOOTER { height: 10px; font-size: 0px; }


