//
body {
   text-align: center;
}
div#Layer1 {
	margin: 2px auto 20px auto;
	text-align: left !important;
	width: 820px;
	background: #000000 center center;
}
//body {
	background-color: #000000;
}
body {
	background-color: #000000;
	margin: 2px auto 20px auto;
}
.style1 {color: #EBD69F}
.bevelmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 180px;
	font-size: 15px;
}

.bevelmenu li a{
	display: block;
	width: 100%;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: normal;
	text-decoration:none;
	border-top-width: thin;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #AF854B;
	border-right-color: #AF854B;
	border-bottom-color: #AF854B;
	border-left-color: #AF854B;
}

.bevelmenu li a:hover{
	color: black;
	background-color: #F0D7AE;
	border-style: outset;
	font-size: 16px;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect (non IE browsers only) */
border-style: inset;
}
a:link {
	color: #522D27;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	}
	
