#container { 	position: absolute; 
				width: 1024px; 
				left: 50%; 
				margin-left: -490px; 
				margin-top: 0px; }
				
body {
	background-image: url(images/bg_slice.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e18e26;
}
#nav {
	position:absolute;
	left:0px;
	top:115px;
	width:955px;
	height:50px;
	z-index:1;
}
#top {
	position:absolute;
	left:0px;
	top:0px;
	width:955px;
	height:115px;
	z-index:2;
}
#top_break {
	position:absolute;
	left:0px;
	top:165px;
	width:955px;
	height:9px;
	z-index:3;
}
#image_header {
	position:absolute;
	left:0px;
	top:174px;
	width:955px;
	height:280px;
	z-index:4;
}
#brown_block {
	position:absolute;
	left:17px;
	top:454px;
	width:13px;
	height:70px;
	z-index:6;
	background-color: #B08A5F;
}
#vert_line {
	position:absolute;
	left:30px;
	top:454px;
	width:1px;
	height:290px;
	z-index:7;
	background-image: url(images/vert_line.gif);
}
#content {
	position: relative;
	left:0px;
	top:454px;
	width:610px;
	z-index:5;
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-right: 285px;
	padding-bottom: 50px;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}

#footer {
	position: relative;
	left:0px;
	top:455px;
	width:920px;
	height:10px;
	z-index:8;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 5px;
}
.heading {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.link_text {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

