* {margin:0;padding:0;} 

html, body, #container {
     height: 100%;
}

body > #container {
     height: auto; 
	 min-height: 100%;
}

body {
     background-color:#988061;
	 background-image: url(../design/bg_page.jpg);
	 background-position:top center;
	 background-repeat: repeat-x;
}

#container {
     width:1000px;
	 margin:auto;
	 background-image: url(../design/bg_main.jpg);
	 background-position:center;
	 background-repeat:repeat-y;
}

#header {
	height:220px;
	background-image:url(../design/banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#menu {
	height:30px;
	width:600px;
	position:relative;
	top:190px;
	left:50px;
}

#breadcrumbs {
    height:28px;
	background-image: url(../design/bg_breadcrumbs.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

#breadtext {
	margin-left:60px;
	padding-top:10px;
	}

#content {
     padding-bottom: 70px;
}

#footer {
	position: relative;
	margin-top: -70px;
	height: 70px;
	clear:both;
	width:1000px;
    margin-left:auto;
	margin-right:auto;
	background-image: url(../design/bg_footer.jpg);
	background-position:center;
	background-repeat: no-repeat;
}

#footertext {
	position:relative;
	width:800px;
	height:20px;
	margin:auto;
	top: 28px;
}

#cmslink {
	position:relative;
	width:30px;
	height:30px;
	top: 9px;
	left: 930px;
}
	
.clearfix:after {
     content: ".";
	 display: block;
	 height: 0;
	 clear: both;
	 visibility: hidden;
}

.clearfix {
     display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

