
body{
	background-color: #eee;
}

#doc{
	
}

#hd{
	border-right: 3px solid #388c74;
	border-top: 2px solid #388c74;
	border-bottom: 2px solid #388c74;
	margin-top: 20px;
	height: 49px;
	background-color: #388c74;
}

#bd{
	border-right: 2px solid #388c74;
	border-left: 2px solid #388c74;
	/*min-height: 600px;*/
	background-color: #fff;
	background-image: url("../images/logo_watermark.gif");
	background-repeat: no-repeat;
	background-position: center;	
	background-attachment: scroll;
}
#ft{
	border-right: 3px solid #388c74;
	height: 46px;
	background-color: #388c74;
}

#content{
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	/*background-color: #fff;*/
	width: 570px;
}

#menubar{
	margin-left: 10px;
	margin-top: 100px;
	min-width: 120px;
}

#home a{
	display: block;
	height: 20px;
	color: #388c74;
	width: 180px;
	text-decoration: none;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 10px;
}

#home a:hover{
	font-weight: bold;
}