/* CSS Document */

#container{
	max-width:900px;
	margin:0px auto;
}
#smallcontainer{
	max-width:900px;
	margin:0px auto;
}
#banner2 {
	position:absolute;
	z-index:1;
	width:900px;
	height:160px;
	margin-left:50%;
	left:-450px;
	top:0px;
	color:#000000;
}
#vertnav{
	position:absolute;
	width:150px;
	top:163px;
	left:2px;
	z-index:5;
}
#workdammit{
width:expression( 
    document.body.clientWidth > (500/12) * 
    parseInt(document.body.currentStyle.fontSize)?
        "30em":
        "auto" );
}
#main2{
	position:absolute;
	z-index:4;
	width:700px;
	height:370px;
	margin-left:50%;
	left:-253px;
	top:188px;
	color:#000000;
	padding:0px;
	overflow-y:auto;
}
#footer {
	position:absolute;
	z-index:4;
	width:900px;
	height:30px;
	margin-left:50%;
	left:-450px;
	top:563px;
	color:#000000;
	background-image:url(../Images/footer2.gif);
}
