@charset "utf-8";
/* CSS Document */
html,body{
	height:100%;
}

body{
	background-color:#CCCCCC;
	margin:0px;
}


#outer{
	width:775px;
	position:absolute;
	left:50%;
	margin-left:-387.5px;
	background-image:url(../images/MainBg.gif);
}

#header{
	position:relative;
	background-image:url(../images/HeaderBg.jpg);
	height:153px;
	margin:0px;
	z-index:100;
}

#container{
	margin:0px;
	margin-top:0px;
	width:775px;
	min-height:100%;
	margin-bottom:-168px;

}
#content{
	margin-left:135px;
	margin-right:203px;
	background-image:url(../images/ContentBg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:10px;
	z-index:2;
}

#contentText{
	position:relative;
	top:10px;
	margin:5px;
	margin-top:30px;
	margin-bottom:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	z-index:1;
}
#leftbar{
	position:relative;
	float:left;
	width:135px;
	margin-left:-134px;
	left:-1px;
}
#leftbar img{
	margin-top:0px;
}

#rightbar{
	position:relative;
	float:right;
	width:203px;
	margin-right:-202px;
	margin-top:-30px;
	right:-1px;
	background-image:url(../images/RightbarBg.jpg);
	background-repeat:no-repeat;
	text-align:center;
	z-index:3;
}

#clearfooter{
	clear:both;
	height:10px;
	width:775px;
}

#footer{
	margin-top:10px;
	position:relative;
	clear:both;
	height:158px;
	background-image:url(../images/FooterBg.jpg);
}

#footermenu{
	float:right;
}

#footermenu ul{
	list-style:none;
	margin:0px;
	float:left;
}

