body {
	margin: 10px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #AAAAAA;
	text-align: center;	
	background-color: #000000;
}


#container {
	width: 100%;	
}	


#header {
	width: 1000px;
	height: 125px;
}
#header_content {
	float: left;
	width: 250px;
	height: 125px;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
	background-color: #2F2F2F;
	border-right: 1px solid #777777;
}
#header_usercp {
	float: left;
	width: 749px;
	height: 125px;
	background-image: url('images/header_bg.gif');
}
#header_flags {
	float: left;
	text-align: right;
	width:	729px;
	margin: 10px 20px 0px 0px;
}
#header_usercp_form {
	float: right;
	text-align: left;
	color: #BBBBBB;
	width:	290px;
	margin: 10px 20px 0px 0px;
}

#top_line {
	float: left;
	width: 100%;
	font-size: 1px;
	height: 3px;
	background-image:url(images/ln_top.bmp);
	background-repeat: repeat-x;
}

#bottom_line {
	float: left;
	width: 100%;
	font-size: 1px;
	height: 3px;
	background-image:url(images/ln_bottom.bmp);
	background-repeat: repeat-x;
}

#bread_crumb {
	width: 1000px;
	height: 29px;
	padding-top: 10px;
}
#bread_crumb_lside {
	float: left;
	width: 5px;
	height: 29px;
}
#bread_crumb_middle {
	float: left;
	width: 990px;
	height: 29px;
}
#bread_crumb_rside {
	float: left;
	width: 5px;
	height: 29px;
}
#bread_crumb_text {
	margin: 6px 0px 0px 9px;
	float: left;
}

#content_container {
	width: 1000px;
	padding-top: 10px;
}
#content {
	float: left;
	width: 1000px;
	background-image: url('images/content_background.jpg');
}
#content_menu {
	float: left;
	margin: 0px 2px 0px 2px;
	width: 246px;
	min-height: 425px;
}
#content_menu_text {
	float: left;
	width: 240px;
	margin: 10px 0px 0px 0px;
}
#content_content {
	float: left;
	width: 747px;
	margin: 0px 2px 0px 1px;
}
#content_text {
	float: left;
	width: 740px;
	margin: 8px 0px 0px 5px;
	text-align: left;
}
#content_text a {
	color: #65aedb;
}


#pre_footer {
	width: 1000px;
	height: 4px;
}
#pre_footer_middle {
	float: left;
	width: 1000px;
	height: 4px;
}


#footer {
	width: 1000px;
	height: 30px;
}
#footer_lside {
	float: left;
	width: 5px;
	height: 30px;
}
#footer_middle {
	float: left;
	width: 990px;
	height: 30px;
}
#footer_rside {
	float: left;
	width: 5px;
	height: 30px;
}
#footer_text {
	margin: 6px 0px 0px 0px;
	width: 570px;
	float: left;
}
#footer_text_l {
	margin: 6px 0px 0px 9px;
	width: 200px;
	float: left;
}
#footer_text_r {
	margin: 6px 9px 0px 0px;
	width: 200px;
	float: left;
}
#footer_text a, #footer_text_r a {
	color: #65aedb;
}
.clear_cont {
	float: left;
	width: 785px;
	height: 0px;
}
