* {
margin: 0;
padding: 0;
}

html, body {
	height:100%;
	margin: 0;
	padding: 0;	
	}

#container{
	min-height:100%;
	height:auto;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;	
	position:relative;
	background-image: url(../images/sides.gif);
	background-repeat: repeat-y;
	}

* html #container{
	height:100%;
	}
	
#header {
	height: 101px;
	width:920px;
	position:absolute;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;	
	margin-left:40px;
	}

#logo { 
	height: 80px; 
	width: 280px; 
	left: 0px; 
	top: 10px; 
	position: absolute; 
	visibility: visible;
	}

#clearheader {
	clear:both;
	height:101px;
	width:100%
	}

#logospacer { 
	position: absolute; 
	height: 124px; 
	width: 286px; 
	left: 20px; 
	top: 20px; 
	visibility: visible; 
	}

#wrapper {
	margin: 0px 51px 0px 0px;
	}

#content {
	float: right;
	width: 712px;
	text-align: justify;
	background-color: #f9f9f9;
	border: 1px solid #c3c3c3;
	margin: 11px 0px 12px 0px;;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#leftcolumn {
	float left;
	width: 153px;
	padding:0px 0px 0px 0px;
	display:inline;	
	}
	
#clearfooter {
	clear:both;
	height:33px;
	width:100%
	}

#footer {
	position:absolute;
	width:920px;
	bottom:0;
	left:40px;
	height:33px;
	background-color: #f9f9f9;
	border-top: 1px solid #a5a5a5;
	}
