#page
{
	width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;

}
#top
{
	position: relative;
	background-color: #e6bF22;
	left: 0;
	top: 0;
	height: 110px;
	width: 100%;
}
#mid
{
	position: absolute;
	top: 110px;
	left: 160px;
	/*position: relative;
	top: 0;
	left: 0;*/
	width: 200px;
}
#sidemenu
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 160px;
	height: 100%;
	z-index: 10;
}
#title
{
	background-image: url(../images/titlebg.jpg);
	background-position: left;
	background-repeat:no-repeat;
	background-color: #910058;
	position: absolute;
	/*left: 160px;*/
	top: 0px;
	height: 20px;
	width: 730px;
}
#main
{
	
	/*overflow-y:scroll;
	position: absolute;
	left:160px;*/
	top: 20px;
	height: 100%;
	scrollbar-face-color: #e6bf22;
	scrollbar-arrow-color: #910058;
	scrollbar-base-color: #e6bf22;
	scrollbar-shadow-color: #910058;
	scrollbar-darkshadow-color: #e6bf22;
	scrollbar-3dlight-color: #e6bf22;
	scrollbar-track-color: #e6bf22;
	background-color: #ffffcc;
	padding: 0 20 0 20;
	border-left: solid 10 #e6bf22;
	border-right: 0;
	border-top: solid 2 #e6bf22;
	background-repeat: no-repeat;
	width: 730px;
}

#content
{
	padding:15px;
	}


