/*
html, body {
	position:relative;
	height:100%;
	width:100%;
}
*/

body {
	position:relative;
	height:100%;
	width:100%;
}

body {
	font-size: 10pt;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000 url(../../../img/hardrockBG.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
}

a {
	position: relative;
	color:#FFB900;
	text-decoration:underline;
}

a:hover {
	color:#FFFFFF;
}

h1 {
	color:#FFB900;
	font-size:20px;
	padding:0px;
	margin:0px;
}

h2 {
	color:#FFB900;
	font-size:18px;
	padding:0px;
	margin:0px;
}

h3 {
	color:#FFFFFF;
	font-size:16px;
	padding:0px;
	margin:0px;
}

p {
	padding: 8px 0px 24px 0px;
}

.clearBoth {
	display:block;
	clear:both;
}

#wrapper {
	margin: 20px auto;
	width: 898px;
}

/* header and nav elements */

#header {
	background: url('../../../img/topBG.png') repeat-x 0 bottom;
	width: 100%;
	height: 242px;
}
	
#headerLeft {
	float:left;
	width:216px;
	text-align:center;
}

#headerRight {
	float:left;
	height:240px;
	width:680px;
	overflow:hidden;
}

#mainLogo {
	margin-top:100px;
}

#horizDivider {
	clear:both;
	background-image: url('../../../img/beadStrip.gif');
	width: 100%;
	height: 22px;
}

/* content elements */

#content {
	background: url(../../../img/contentBG.png) repeat;
	min-height: 100px;
	height:auto !important;
	height:100px;
	width:100%;
}

#contentLeftHolder {
	background: url('../../../img/sliver.png') right 10px no-repeat;
	float:left;
	width:216px;
	text-align:center;
}

#contentLeft {
	width:160px;
	margin:28px auto 0px auto;
	text-align:left;
}

#contentRightHolder {
	float:left;
	width:682px;
	text-align:center;
}

#contentRight {
	width:626px;
	margin:28px auto 0px auto;
	text-align:left;
}

#contentRight .title {
	size:18px;
	display:inline;
	padding-right: 10px;
}

#contentRight .subTitle {
	size:18px;
	display:inline;
}

#contentRight .mainContent {
	clear:both;
	/* margin-top:28px; */
}

/* footer */

#footer {
	clear:both;
	background: url('../../../img/footerBG.png') repeat-x top;
	width: 100%;
	height:106px !important ;
	font-size: 8pt;
	text-align: center;
	color: #FFB900;
	position:relative;
}

#footerContent {
	padding-top:80px;
	width:98%;
	text-align:right;
}

#footer a {
	text-decoration: none;
}

#bottomGlobal {
	text-align:center;
	width:100%;
	margin-top:18px;
	font-size: 8pt;
}

#bottomGlobal a {
	color: #FFF;
}

#bottomGlobal .pad {
	padding:0px 15px;
}
