a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
.main_div {
	background-repeat: no-repeat;
	background-image: url(images/background.jpg);
	width: 681px;
}
.content_div {
	padding: 5px;
	margin: 5px;
}
.bevelmenu{
font: bold 14px arial;
padding: 6px 0;
margin: 0;
width: 100%;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 4px 0.5em;
text-decoration: none;
color: #ffffff;
background-color: #382513;
border: 1px solid #231e25;
}

.bevelmenu li a:hover{
color: #382513;
background-color: #D8CAA8;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
