body {
	background:#000;
	color: #bfaf5a;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13pt;
}

a {
	color: #bfaf5a;
	}
	
a:hover {
	text-decoration:underline;
	}

#container {
	background: #272727;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}

h1 {
	font-family: 'Cantana One', serif;
	font-size:46pt;
	font-weight:normal;
	text-transform:uppercase;
	text-align:center;
}

h2 {
	font-family: 'Parisienne', serif;
	font-size:28pt;
	font-weight:400;
	text-align:center;
}

#content {
	padding-left:65px;
	padding-right:65px;
}

#navbar {
    background: #151515;
	text-align: center;
    font-family: 'Cantana One';
    font-size: 18pt;
	border-top:1px solid #948a54;
	border-bottom:1px solid #948a54;
	text-transform:uppercase;
	margin-top:35px;
	margin-bottom:10px;
	padding:10px;
}

a.navbar_item {
    text-decoration:none;
    color:#bfaf5a;
    padding-left:15px;
    padding-right:15px;
}

a.navbar_item:hover {
    text-decoration:underline;
}

.center {
	margin-left: auto;
	margin-right: auto;
}