@charset "UTF-8";
body
{
margin:0;
padding:0;
background:url('../../images/body_bg.png') repeat-x #fffdfe;
}

/***** header ******************/
#header_box
{
width:1200px;
height:120px;
}

	#header_left
	{
	float:left;
	height:120px;
	width:170px;
	background:url('../../images/header_left_bg.png');
	}

	#header_center
	{
	float:left;
	height:120px;
	width:802px;
	background:url('../../images/header_center_bg.png');
	}
	
	#header_center img
	{
	vertical-align:middle;
	border:0;
	margin:0;
	}

	#header_center div
	{
	float:left;
	}
	
	#header_right
	{
	float:left;
	height:120px;
	width:228px;
	background:url('../../images/header_right_bg.png');
	}
/***** end of header ******************/
	

/***** content ******************/
#content
{
width:1200px;
height:544px;
}


	#content_left
	{
	float:left;
	width:176px;
	height:544px;
	background:url('../../images/content_left_bg.png');
	}
	
	#content_center
	{
	float:left;
	width:796px;
	height:544px;
	background:url('../../images/content_center_bg.png');
	}	
	
	#content_right
	{
	float:left;
	width:228px;
	height:544px;
	background:url('../../images/content_right_bg.png');
	}	
	
	
	#content_inner_left
	{
	width:213px;
	height:544px;
	float:left;
	}
	
	#content_inner_center
	{
	width:541px;
	height:544px;
	float:left;
	background:url('../../images/content_inner_bg.png');
	}	
	
	#content_inner_right
	{
	width:42px;
	height:544px;
	float:left;
	background:url('../../images/content_inner_right_bg.png');
	}		
	
	#content_inner_right img
	{
		margin-top:10px;
		vertical-align:middle;
		border:0;
	}
	
	
	#content_menu
	{
	width:213px;
	height:300px;
	background:url('../../images/content_menu_bg.png');
	}	
	
	
	#content_newsletter
	{
	width:213px;
	height:244px;
	background:url('../../images/content_newsletter_bg.png');
	}		
	
	#content_newsletter input
	{
	width:129px;
	height:19px;
	border:0;
	background-color:#cddbdf;
	color:#283859;
	padding-top:2px;
	}	
	
	#content_inner_stuff
	{
	width:557px;
	position:absolute;
	background:url('../../images/content_inner_stuf_repeat_bg.png') no-repeat;
	background-position:0 530px;
	
	}
/***** end of content ******************/	
	
	
	
/***** content ******************/
#footer
{
width:1200px;
height:162px;
}


	#footer_left
	{
	float:left;
	width:176px;
	height:162px;
	background:url('../../images/footer_left_bg.png');
	}
	
	#footer_center
	{
	float:left;
	width:796px;
	height:162px;
	background:url('../../images/footer_center_bg.png');
	}	
	
	#footer_right
	{
	float:left;
	width:228px;
	height:162px;
	background:url('../../images/footer_right_bg.png');
	}	
/***** end of content ******************/	


.btn_bg
{
background:url('../../images/btn_bg.png');
width:84px;
height:19px;
text-align:center;
padding-top:3px;
cursor:pointer;
}