body	{
	background: #000000;
	}

#area 	{
	position: absolute;
	top: 26px;
	left: 155px;
	z-index: 2;
	background-color: #333333;
	width: 800px;
	height: 581px;
	border: 1px solid #CCCCCC;
	}

#banner	{
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 8;
	background-color: #333333;
	width: 800px;
	height: 95px;
	}

#bannerbackground {
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 3;
	background-color: #003300;
	width: 799px;
	height: 120px;
	}

#title	{
	position:absolute;
	top: 4px;
	left: 305px;
	z-index 4;
	width: 500px
	height: 80px;
	}

#address{
	position: absolute;
	top: 60px;
	left: 300px;
	z-index: 5;
	width: 500px;
	height: 53px;
	}


#sidebar{
	position: absolute;
	top: 121px;
	left: 0px;
	z-index: 3;
	width: 100px;
	height: 500px;
	background: #333333;
	}

#bottom{
	position: absolute;
	bottom: 4px;
	left: 5px; 
	z-index: 4;
	width: 360px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	color: #003300;
	font-weight: bold;
	
	}

#horizontalmenu{
	position: absolute;
	top: 0px;
	left: 415px;
	z-index: 4;
	width: 380px;
	height: 22px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	}



















































	
