
 
/********************************************************************************
 * Div Tags
 ********************************************************************************/
 


/* CSS Document */

#main_page{
  width:1020px;
  margin: auto;
}

#header {
	height: 107px;
	width:940px;
	background-image:url(/images/elements/header_back.jpg);
  	background-repeat:no-repeat;
	text-align: right;
	padding-top: 13px;
	padding-right: 80px;
}

#header_dark {
	position: relative;
	left:0px;
	top: 0px;
	margin-top: -32px;
	margin-left: -1px;
	padding-top: 13px;
	padding-right: 80px;
	text-align:right;
	width:940px
}

#navigation {
	width:960px;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

.meta_item{
	
	}
#content {
	widht:866px;
	margin-left: 63px;
}
	
#footer_nav {
	width:940px;
	text-align: right;
	padding-top: 13px;
	padding-right: 80px;
	margin-bottom:5px;
}

.clear_both{
	clear:both;
}

#logo_left {
	float:left;
	margin-left:40px;
}

#logo_right {
	float:right;
	margin-right:40px;
}

#style_image{
	width:1020px;
	height: 185px;
}
