body {
	margin: 20px;
	padding: 0;
	background: #305E82;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #9E6813;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #6F4503;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

 #page {
   position: relative;
 	margin-left: auto;
 	margin-right: auto;
 	width: 648px;
 	text-align: left;
   }
    #header {
 	margin-left: auto;
 	margin-right: auto;
 	width: 648px;
 	text-align: left;
 	}
    #border {
 	margin-left: auto;
 	margin-right: auto;
 	width: 648px;
        background-color:#897E67;
	border: 6px solid #897E67;
 	}
    #breaker {
 	margin-left: auto;
 	margin-right: auto;
 	width: 648px;
        height: 25px;
 	text-align: left;
	background-color:#999281;
 	}
     #body {
 	margin-left: auto;
 	margin-right: auto;
 	width: 648px;
 	text-align: left;
	background-color:#897E67
	background-attachment: fixed;
	background-repeat: no-repeat;
	position:relative;
	background-position:center top;
 	}

#menu {
	width: 490px;
	margin: 0 auto;
	padding: 0;
	background: #999281;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 25px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	background: #897E67;
	color: #FFFFFF;
}
