/***********************************************/
/* design                           */
/*        							 */
/***********************************************/

body{
	background-color: #FFC8FF;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(../image/wall.gif);
	background-repeat:repeat-x;
}

#cover{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0%;
	width:862px;
	height: 1000px;
	margin-left:auto;
	margin-right:auto;
	background-color: #3C8C7D;
}

#main{
	position: absolute;
	top: 0px;
	left: 0px;
	width:850px;
	right: 0%;
	height: 970px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#top{
	position: absolute;
	top: 0px;
	left: 0px;
	width:850px;
	height: 66px;
	background-color: #3C8C7D;
}

#bottommenu{
	position: absolute;
	top: 981px;
	left: 0px;
	width:850px;
	height: 18px;
	background-color: #3E8E7E;
}

#topmenu{
	position: absolute;
	top: 65px;
	left: 0px;
	width:850px;
	height: 20px;
	background-color: #3C8C7D;
}

#leftmenu{
	position: absolute;
	top: 84px;
	left: 0px;
	width:150px;
	height: 890px;
	background-color: #3C5C3B;
}



#title{
	position: absolute;
	top: 98px;
	left: 280px;
	width:450px;
	height: 48px;
	background-color: #FFFFFF;
}



