@charset "utf-8";
/* CSS Document */

body
{
	background-color:#87926a;
	margin:0px;
	overflow:scroll;
}

#header
{
	height:180px;
	width:100%;
	background-image:url(../images/layout/BACKGROUND_top.png);
	background-repeat:repeat;
}

	#header_content
	{
		width:783px;
		height:100px;
		margin:auto;
		padding-top:80px;
	}
	
	#header_logo
	{
		width:322px;
		height:69px;
		float:left;
		margin-top:31px;
	}
	
	#header_navigation
	{
		width:461px;
		height:30px;
		float:right;
		margin-top:70px;
		text-align:right;
	}
	
#splitter
{
background-image:url(../images/layout/splitter.png);
background-repeat:repeat-x;
width:100%;
height:51px;
}

#main_background
{
	width:100%;
	height:100%;
	margin:auto;
	background-color:#241e1e;
}

#main
{
	width:783px;
	height:100%;
	margin:auto;
	padding-bottom:25px;
	

}

#splitter_grey
{
	width:100%;
	height:15px;
	background-color:#312d2d;
	margin-top:0px;
}	


#lower
{
	width:100%;
		
}


			#lower_content
			{
				width:783px;
				
				background-image:url(../images/layout/background_lower.png);
				background-repeat:repeat-y;
				margin: 0 auto;
			}
			
			
			
			#lower_content_left
			{
				width:261px;
				float:right;
				
			}
			
		#lower_content_right
			{
				width:261px;
				float:right;
			}
			
			
			...
			#lower_content_center
			{
				width:261px;
				float:left;
			}
			
			
#footer
{
	width:100%;
	height:43px;
	background-image:url(../images/layout/background_footer.png);
	background-repeat:repeat-x;
	
	
}

#footer_content
{
	width:783px;
	margin:auto;
	padding-top:10px;
	height:43px;
	text-align:right;
}

.float_left
{
	float:left;
	border:solid;
	margin-right:22px;
	
}

.float_right
{
	float:right;
	border:solid;
	margin-left:22px;
}

hr
{

	color:#333;
	
	border-color:#333;
	margin-bottom:20px;
	margin-top:20px;

}

#columns
{
	width:783px;
	height:100%;
	
}

#col_left1
{
	width:335px;
	float:left;
}
...
#col_right1
{
	width:448px;
	float:right;
	text-align:left;
	
}

#col_left2
{
	width:335px;
	float:left;
}
...
#col_right2
{
	width:448px;
	float:right;
	text-align:left;
	
}

#col_left3
{
	width:335px;
	float:left;
}
...
#col_right3
{
	width:448px;
	float:right;
	text-align:left;
	
}

#col_left4
{
	width:335px;
	float:left;
}
...
#col_right4
{
	width:448px;
	float:right;
	text-align:left;
	
}

#col_left5
{
	width:335px;
	float:left;
}
...
#col_right5
{
	width:448px;
	float:right;
	text-align:left;
	
}

#col_left6
{
	width:335px;
	float:left;
}
...
#col_right6
{
	width:448px;
	float:right;
	text-align:left;
	
}

#col_left7
{
	width:335px;
	float:left;
}
...
#col_right7
{
	width:448px;
	float:right;
	text-align:left;
	
}

#col_left8
{
	width:335px;
	float:left;
}
...
#col_right8
{
	width:448px;
	float:right;
	text-align:left;
	
}

#col_left9
{
	width:335px;
	float:left;
}
...
#col_right9
{
	width:448px;
	float:right;
	text-align:left;
	
}
.img
{
	border:px;
	color:#999;
}

