body {
  padding: 0px;
	margin: 0px;
	background-color: #eee;
	}

#container {
  width: 800px;
	border-right: 2px solid #601014;
	border-left: 2px solid #601014;
	margin-left: auto;
	margin-right: auto;
	background-color: #aaa;
	}

#header {
  border-top: 3px solid #204065;
	height: 130px;
	padding: 0;
	margin: 0;
	background: #204065 url(header.jpg) no-repeat left;
	color: #fff;
	}

#header h1 {
  display: none;
	}
	
#menu {
  padding: 5px;
	background: #a82223 url(menbak.gif) repeat-x bottom left;
	border-top: 2px solid #bf6452;
	border-bottom: 2px solid #7f1a1a;
	text-align: center;
	}
	
#menu a {
  color: #f6f5ee;
	margin-right: 20px;
	font-family: arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
	
#menu a:hover {
  color: #ffcc00;
	}
	
#body {
  padding: 10px;
	background-color: #fff;
	color: #000;
	font-family: arial, sans-serif;
	}
	
#body p {
  margin-left: 10px;
	}
	
#body p strong {
  font-size: 85%;
	color: #601014;
	}
	
#body h2 {
  color: #204065;
	}
	
#footer {
  height: 75px;
	padding: 5px;
	background: #a82223 url(menbak.gif) repeat-x bottom left;
	border-top: 2px solid #c2858a;
	border-bottom: 2px solid #601014;
	}
	
#footer p {
  color: #fff;
	font-family: arial, sans-serif;
	font-size: 85%;
	}

#footer a {
  color: #fff;
	}
	
#footer a:hover {
  color: #ffcc00;
	}
	
#footer .footright {
  float: right;
	text-align: right;
	margin-top: 15px;
	}

.center {
  text-align: center;
	}
	
.button a {
  padding: 4px 5px 5px 4px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-color: #006199;
	border-top: 2px solid #0081cc;
	border-left: 2px solid #0081cc;
	border-bottom: 2px solid #004166;
	border-right: 2px solid #004166;
	}
	
.button a:hover {
  padding: 5px 4px 4px 5px;
	border-top: 2px solid #006199;
	border-left: 2px solid #006199;
	border-bottom: 2px solid #0081cc;
	border-right: 2px solid #0081cc;
	}