@charset "utf-8";
/**************************************************************/
#page-wrapper {
	color: #FFFFFF;
	width: 850px;
	margin: auto;
	margin-top: 10px;
	border: 10px #FFFFFF solid;
}
/**************************************************************/
#page-header {
	width: 850px;
	height: 107px;
	border-bottom: #FFFFFF 1px solid;
	background-color: #000000;
}
#page-header-left {
	float: left;
	width: 424px;
	height: 107px;
	background: #000000 url(../images/elements/header_left.gif) no-repeat;
}
#page-header-right {
	float: right;
	width: 424px;
	height: 107px;
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#title {
	float: right; 
	position: relative; 
	top: 66px;
}
/**************************************************************/
#page-body {
	position: relative;
	background: #000000 url(../images/elements/background_content.gif) repeat-y;
  /* UNDERSCORE HACK for min-height IE 6 bug */
	min-height: 180px;
  height: auto;
  _height: 180px; 
	color: #FFFFFF;
}
/**************************************************************/
#page-content {
	float: right;
	width: 570px;
	height: auto;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
/**************************************************************/
#page-footer {
	position: relative;
	width: 850px;
	height: 106px;
	background-color: #000000;
	color: #000000;
	clear: both;
	border-top: #FFFFFF 1px solid;
}
#page-footer-left {
	float: left;
	width: 419px;
	height: 106px;
	background: #000000 url(../images/elements/footer_left.gif) no-repeat;
}
#page-footer-left-content {
	position: relative;
	left: 100px;
	top: 8px;
}
#page-footer-right {
	float: right;
	width: 431px;
	height: 106px;
	background: #000000 url(../images/elements/footer_right.gif) repeat-x;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#page-footer-right-content {
	position: relative;
	left: 10px;
	top: 10px;
}
/**************************************************************/
#page-copyright {
	margin: auto;
	margin-top: 4px;
	width: 870px;
	text-align: right;
}
/**************************************************************/
#page-menu {
	float: left;
	width: 250px;
	height: 355px;
	text-align: left;
	background: url(../images/elements/side_bitahr.gif) no-repeat;
}
ul#menu {
	list-style: none; 
	padding-top: 18px; 
	margin: 0; 
}
ul#menu li {
	float: right; 
	height: 20px; 
	margin-top: 5px; 
	padding: 0; 
	text-align: left;
}
ul#menu li.upper-space {
	margin-top: 20px; 
}
ul#menu li a {
	display: block; 
	padding: 6px; 
	color: #FFFFFF; 
	text-decoration: none;
	height: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	outline: none;
}
ul#menu li a:hover {
	color: #FFFFFF;
	background-color: #000000;
}
ul#menu li { 
	width: 140px; 
} 
html>body ul#menu li { 
	width: 140px; 
} 
#page-menu>ul#menu li a { 
	width: auto; 
	height: auto; 
} 
/**************************************************************/
