body {
	font: 13px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #F0F0CA;
}
#main {
	position: relative;
	width: 700px;
	text-align: left;
	border: 1px solid #003300;
}
#top {
	background: url(images/topbg.gif) repeat-x;
}
#topflash {
	float: left;
	position: relative;
}
#topill {
	text-align: center;
}
#bottom {
	background: #003300;
	color: #F0F0CA;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	font-size: 12px;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 25px;
}
#content {
	background: #FFFFFF;
	padding: 10px;
}
a:link, a:visited, a:active {
	color: #009933;
	text-decoration: none;
}
#menyen {
	border-bottom: 1px solid #003300;
	height: 15px;
	padding-top: 8px;
	background-color: #F8F8E7;
}
#menyen a:link, #menyen a:visited, #menyen a:active {
	color: #003333;
	text-decoration: none;
}
#bottom a:link, #bottom a:visited, #bottom a:active {
	color: #DADA7A;
}
#bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
