@charset "utf-8";
/* CSS Document */

body {
	background-color: #181818;
	background-image: url("images/darkrockbackground.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #EEEEEE;
	font-size: 12px;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #CC0033;
	text-decoration: none;
}

em {
	color:#939393;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

p {
	font-size: 12px;
	margin: 0px;
	padding: 12px;
	line-height: 18px;
}

ul {
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 20px;
	margin: 0px;
	padding: 12px 12px 10px 12px;
	font-weight: normal;
	color: #d7d7d7;
	background-image:url(images/h1Gradient.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

h2 {
	font-size: 16px;
	margin: 0px;
	padding: 12px;
	color: #e86041;
}

h3 {
	font-size: 14px;
	margin: 0px;
	padding: 2px 12px 2px 12px;
	color: #e3e3e3;
}

img {
	border: none;
}

input, select, textarea {
	font-family: Arial;
	font-size: 11px;
}

textarea {
	width: 220px;
	height: 120px;
}

.fineprint {
	font-size: 9px;
	color: #b2b2b2;
}

#BHR-PageContainer {
	width: 835px;
	height: auto;
	margin: 0px auto 0px auto;
}

.Header {
	height: 307px;
	width: 100%;
}

.PageContentContainer {
	background-image: url("images/pageBodyBackground.gif");
	background-repeat: repeat-y;
	padding-left: 18px;
	padding-right: 18px;
}

.Footer {
	height: 41px;
	width: 100%;
	background-image: url(images/footerBackground.gif);
	background-repeat: no-repeat;
	font-size: 9px;
	color: #666666;
	padding-top: 5px;
	text-align: center;
}
		.Footer a {
			color: #999999;
		}
		.Footer a:hover {
			color: #CC0033;
			text-decoration: none;
		}
		
.contactbox {
	background-color: #363636;
	margin: 12px;
	padding: 16px;
	border: 1px solid #232323;
}

.databox {
	background-color: #333333;
	border: 1px solid #232323;
	margin: 12px;
}

.databoxHeader {
	background-color: #232323;
	padding: 8px;
	font-weight: bold;
	font-size: 14px;
	color: #999999;
}

.databoxContent p {
	font-size: 11px;
}

table.btmBorder {
	border-bottom: solid 1px #444444;
	padding-top: 12px;
}

#vgallery {
	padding: 12px 0px 12px 0px;
}