body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0B0B0D;
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #A9A8A8;
	text-align: justify;
	padding: 0px;
	margin: 0px;
}


table, tr, td {
	border: none;
	font-family: georgia, serif;
	font-size: 13px;
	line-height: 22px;
	color: #A9A8A8;
	text-align: justify;
}


a:link, a:visited {
	font-style: normal;
	color: #7E2526;
	text-decoration: none;
}


a:hover {
	font-style: italic;
	color: #7E2526;
	text-decoration: none;
}


a:active {
	font-style: normal;
	color: #7E2526;
	text-decoration: none;
}


img {
	border: 0;
}


p, li { 
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}


b, i {
	color: #F4B23C;
}


input, textarea, option, select {
	background-color: #0B0B0D;
	font-family: georgia, serif;
	font-size: 13px;
	color: #A9A8A8;
	border: 1px solid #A9A8A8;
	padding: 1px;
}


h1 {
	font-family: georgia, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 5px;
	color: #5C5B5B;
	text-align: left;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}


.menu {
	font-family: georgia, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	letter-spacing: 5px;
	color: #5C5B5B;
	text-align: center;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
}


.navcontainer {
	width: 150px;
}


.nav {
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 5px;
	text-align: center;
	text-transform: uppercase;
}


.nav a, .nav a:visited {
	font-style: normal;
	color: #5C5B5B;
	display: block;
	background-color: #101010;
	margin: 8px 0px 8px 0px;
	border-bottom: 1px dotted #5C5B5B;
}


.nav a:hover {
	font-style: normal;
	color: #A9A8A8;
	display: block;
	background-color: #101010;
	margin: 8px 0px 8px 0px;
	border-bottom: 1px dotted #5C5B5B;
}


.nav a:active {
	font-style: normal;
	color: #5C5B5B;
	display: block;
	background-color: #101010;
	border-bottom: 1px dotted #5C5B5B;
	margin: 8px 0px 8px 0px;
}