#mainpage {
position:relative;
left:0px;
top: 174px;
width: 100%;
height:100%
}

#content {
	position:absolute;
	top:60px;
	left:250px;
	width: 70%;
	height: 80%;
}
#nav {

postion: relative;
top:0px;
height: 225px;
width: 70%;
z-index: 4;
background-repeat: repeat-x;
background-image: url(img/banner.gif);
layer-background-image: url(img/banner.gif);
border: 1px none #000000;
}

#leftnav {

position:relative;
height:100%;
width:185px; 
 
z-index:5; 
left: 0px; 
top: 0px; 
background-repeat:repeat-y;
background-image: url(img/bar.png); 
layer-background-image: url(img/bar.png); 
border: 1px none #000000;
}

body {
margin: 0px 0px 0px 0px;
height: 100%;
}

 
