
#wrapper
	{
		display:block;
		float:left;
		width:996px;
		margin:21px 0px 0px 0px;
	}
	
#first_layer
	{
		display:block;
		float:left;
		width:996px;
		height:30px;
	}
	
#first_layer_left_side
	{
		float:left;
		width:200px;
		margin:10px 0px 0px 29px;
		position: relative;
		display: inline;
	}

#first_layer_right_side 
	{
		float:right;
		display: inline;
		width:130px;
		margin:10px 36px 0px 0px;
		font-size:11px;
		color:#fff;
	}	

#intermediate_layer_full
	{
		display:block;
		float:left;
		width:935px;
		height:1px;	
		border-bottom:1px solid #f90;
		margin:0px 0px 0px 30px;
	}	
	
* html #intermediate_layer_full
	{
		display:block;
		float:left;
		width:935px;
		height:1px;	
		border-bottom:1px solid #f90;
		margin:-17px 0px 0px 15px;
	}

#index_logo
	{
		width:455px;
		height:95px;		
		position: absolute;
		top: 175px;	
		left: 30px;
	}
	
#index_content
	{
		width:935px;
		height:355px;	
		position: absolute;
		top: 295px;
		left:0px;
		margin-left:30px;	
	}