/* CSS Document */

/*------------ global ----------------------*/

body {
	margin: 0px;
	background-color:#555555;
	background-image: url(../../images/bg2.jpg);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:12px;
}

p {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	line-height: 14px;
}
h1 {
	font-size: 14px;
	color: #FFFF99;
	display: block;
	text-align: right;
	border-bottom: 1px solid #CCCCCC;
}
a { 
	color: #999999; 
	text-decoratioin: none;
	}
a:hover {
	color: #EEEEEE;
	text-decoration: none;
}
a: visited {
	color: #999999;
}
/*---------- container ------------------*/
#header {
	position: absolute;
	width: 100%;
	height: 110px;
}

#wrap {
	position: absolute;
	margin: 52px 0px 0px 255px ;
	width: 710px;
	height: auto;
}
#container {
	float: left;
	width: 720px;
	height: 100%;
	min-height: 350px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #666666;
	background-color: transparent;
	z-index: 100;
}
/*------------ main content ------------------ */
#sidebar {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
}
#body_text{
	float: left;
	border: 0px solid #eeeeee;
	width: auto;
	height: auto;
	padding: 10px;
}
#menu_bar {
	position: absolute;
	left: 255px;
	top: 159px;
	*top: 160px;
	height: 28px;
	padding: 2px 0px 0px 0px;
	
}
#footer {
	float: left;
	margin: 10px 0px 0px 0px;
	width: 100%;
	height: 35px;
	background-image: url(../../images/bg_footer.gif);
	background-repeat: no-repeat;
	padding: 12px 0px 0px 23px;
	font-size: 12px;
	color: #777777;
	word-spacing: 3px;
}
#footer a{
	color: #777777;
	text-decoration: none;
	}
#footer a:hover {
	color: #FFFF99;
}	
img.floatleft {
	float: left;
	padding: 4px; 
}
img.floatright {
	float: right;
	padding: 4px; 
	
}
