body{
	margin:0;
	padding:0;
	background-color:#999999;
}
#main{
	margin-top: 10px;
	margin-bottom:40px;
	width:725px;
	border: 1px solid black;
	margin-left:auto;
	margin-right:auto;
}
#header{
	background-color:white;
	width: 725px;
	height: 80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
}
#header_left_block{
	border-right:1px solid black;
	height:70px;
	width:169px;
	float:left;
	padding:5px;
}
#header_right_block{
	height:80px;
	width:545px;
	float:left;
}
#header_right_block img{
	float: right;
}
#header_right_block span{
	padding-left: 5px;
	padding-top: 5px;
	float: left;
}
#nav_band{
	width: 725px;
	height: 20px;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
#nav_band_left{
	width:179px;
	height: 20px;
	background-color:black;
	float:left;
	border-right:1px solid black;
}
#nav_band_right{
	width:545px;
	height: 20px;
	background-color:white;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	line-height:20px;
	font-weight:bold;
	text-align:right;
	font-size:14px;
}
#nav_band_right a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background-color:gray;
}
#nav_band_right a:hover{
	background-color:#000000;
	color:white;
}
#nav_band_right img{
	float:right;
}
#bar{
	width:272px;
	height:20px;
	border-right:1px solid black;
	float:left;
}
#steel{
	width:272px;
	height:20px;
	float:left;
}
#light_box{
	width:725px;
	height:150px;
	border-bottom:1px solid black;
}
#footer{
	border-top:1px solid black;
	background-image: url(../images/content_bg.gif);
	width:725px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
}
#footer a{
	color:black;
	text-decoration:none;
	margin-left: 5px;
	margin-right: 5px;
}
#footer a:hover{
	text-decoration: underline;
}
#footer_left{
	width: 180px;
	height:20px;
	float:left;
}
#footer_right{
	width: 535px;
	float:left;
	padding: 5px;
}
.float_fix{
	clear:both;
}