
html {min-height: 100%;}

p,code,ul {padding-bottom: 1.2em;}

.container {
	background:  url(../images/repeater.gif);
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 0px 25px;
	width: 1029px;
}

.header {
	background:  url(../images/header.gif) no-repeat;
	height: 141px;
	margin: 75px auto 0px auto;
	padding:35px 0px 0px 0px;
	width: 1029px;
}
#headerwrap {
	width: 949px;
	margin: auto;
}
.header .right {
	float: right;
	width: 446px;

}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 116px;	
}
.header .left {
	background: #FFF url(../images/header2.gif) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 150px;
	text-align: center;	
	width: 478px;
	float:left;

}

.header .right .moduletable{
        padding: 0 0px 0px 0px;
}

/* $5 - Main
----------------------------------------------------------------------------*/
.main {
  border-top: 0px solid #FFF;
  background: #fff repeat-y;
  padding: 0 0 0;
  width: 949px;
  margin: auto;
}



.containerfooter {
	width: 1029px;
	height: 36px;
	padding: 0px 0px 25px;
	background: url(../images/footer.gif) repeat-x;
	margin: 0 auto;

}


