* {margin: 0;}

#container {
	width: 980px;
	margin: 0px auto;
	background-color: #fff;
	position: relative;
}

#header {
	position: relative;
	background-color: #fff;
	height: 129px;
	width: 980px;
	z-index: 11;
}

#logoposition {
	position: absolute;
	width: 542px;
	height: 271px;
	float: right;
	z-index: 100;
	top: 0px;
	right: 0px;
}

#breadcrumbnav {
	position: relative;
	background-color: #ffffff;
	height: 20px;
	width: 970px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	line-height: 24px;
	font-weight:normal;
	text-align:left;
	padding-left: 10px;
}


#wraptop {
	background: url(../images/main/wraptop.jpg) no-repeat left top;
	height: 14px;
	width: 980px;
	z-index: 3;

}
#contentwrap{
	width: 980px;
	background: url(../images/main/wrapmiddle.jpg) repeat-y left top;
	z-index: 4;
	float: left;
	
}
#wrapbottom {
	background: url(../images/main/wrapbottom.jpg) no-repeat left top;
	height: 14px;
	width: 980px;
	float: left;
	z-index: 5;
}

#leftmenu {
	width: 150px;
	float: left;
	min-height: 410px;
	z-index: 50;
}


#bodycontent {
	width: 810px;
	float: right;
	min-height: 410px;
	z-index: 2;
	padding-top: 20px;
}

#footer {

	height: 20px;
	width: 970px;
 	font-family:Arial, Helvetica, sans-serif;
  	font-size:8pt;
	line-height: 20px;
  	font-weight:normal;
  	text-align:left;
  	padding-left: 10px;
	float: left;
	z-index: 6;
	clear: both;
	margin-top: 10px;
}
