#page
{
	position: absolute;
	display: none;
}
#top
{
	position: relative;
	left: 0;
	top: 0;
	height: 164px;
	width: 100%;
}
#mid
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFEFC0;
}
#header
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	padding-top:65px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: hand;
}
#tabs
{
	position: absolute;
	top: 130px;
	left: 0;
	width: 100%;
	height: 34px;
}
#menu
{
	overflow: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 240px;
	height: 100%;
	padding: 10;
}
#search
{
	overflow: auto;
	position: absolute;
	display: none;
	left: 20px;
	width: 200px;
	height: 100px;
}
#main
{
/*	overflow: auto;*/
	position: absolute;
	left:240px;
	top: 0px;
	height: 100%;
	padding: 10;
}
#intro
{
	overflow: auto;
	position: absolute;
	top: 0px;
	padding-top: 10;
	padding-bottom: 10;
	/*height: 100%;*/
	width: 100%;
}

