@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* ---------------------- The Main Container ---------------------- */

.northernrockies #container {
	width: 979px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 3px solid #752011;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

/* ---------------------- The Header Area ---------------------- */

.northernrockies #headerContainer {
	float: left;
} 

.northernrockies #header {
	float: left;
	width: 959px;
	height: 156px;
	padding-left: 20px;
	padding-top: 5px;
	background-image:url(images/header.jpg);
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	background-position: right top;
}

.northernrockies #menuArea {
	float: left;
	width: 979px;
	height: 40px;
	background-color: #762010;
} 

.northernrockies #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* ---------------------- Main Content Region ---------------------- */

.northernrockies #contentContainer {
	float: left;
	width: 979px;
	background-image: url(images/container_background.jpg);
	background-repeat: repeat;
}

.northernrockies #contentContainer h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #001536;	
}

.northernrockies #leftSideContent {
	float: left;
	width: 616px;
}

.northernrockies #rightSideContent {
	float:right;
	width: 320px;
	padding: 0 20px;
}

.northernrockies #rightSideContent a:link, .northernrockies #rightSideContent a:visited{
	color: #85110E;
	text-decoration:none;
}

.northernrockies #homePageRight {
	float:right;
	width: 355px;
	padding-top: 10px;
} 

.northernrockies #tickets {
	float: left;
	width: 939px;
	padding: 20px;
}

.northernrockies #ticketPricing {
	float: left;
	width: 400px;
	margin-left: 230px;
	padding-left: 10px;
	background-color: #981618;
	border: medium solid #000;
	color: #FFF;
} 



/* ---------------------- Bands and Sponsors Page ---------------------- */

.northernrockies #leftSideContent2 {
	float: left;
	width: 468px;
	padding: 10px 10px;
	text-align: center;
}

.northernrockies #rightSideContent2 {
	float:right;
	width: 468px;
	padding: 10px 10px;
	text-align: center;
}

.northernrockies #sponsors {
	float: right;
	width: 979px;
	padding-top: 10px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
}

.northernrockies #emptysponsors {
	float: left;
	width: 955px;
	text-align: center;
}

.northernrockies #donate {
	float: left;
	width: 900px;
	padding: 10px;
	text-align: center;
}

.northernrockies #band {
	float: left;
	width: 460px;
	margin-bottom: 4px;
	border: thin solid #8C7C59;
	background-color: #000;
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.northernrockies #band2 {
	float: left;
	width: 445px;
	margin-bottom: 4px;
}

.northernrockies #band a:link, .northernrockies #band a:visited{
	color: #D1B983;
	text-decoration:none;
}

.northernrockies #band2 a:link, .northernrockies #band2 a:visited{
	color: #D1B983;
	text-decoration:none;
}

/* ---------------------- Lodging Page ---------------------- */

.northernrockies #lodging {
	float: left;
	width: 300px;
	padding: 10px 10px;
	text-align: left;
}

.northernrockies #lodging a:link, .northernrockies #lodging a:visited{
	color: #006;
	text-decoration:none;
}

/* ---------------------- Footer ---------------------- */

.northernrockies #footer {
	height: 38px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
} 

.northernrockies #footer p {
	margin: 0; 
	padding: 10px 0;
}

.northernrockies #footer a:link, .northernrockies #footer a:visited{
	color: #fff;
	text-decoration:none;
}

.northernrockies #footerLeft {
	float: left;
	padding: 3px 10px 0 20px;
}

.northernrockies #footerRight {
	float: right;
	padding: 0 10px 0 20px;
	text-align: right;
}

.northernrockies #footerBottom {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	margin-bottom: 20px;
} 

.northernrockies #footerBottom a:link, .northernrockies #footerBottom a:visited{
	color: #FFC;
	text-decoration:none;
}

/* ---------------------- Image Floats ---------------------- */

.fltrt {
	float: right;
	margin-left: 8px;
	padding: 2px;
	border: 1px solid #fff;	
}

.fltlft { 
	float: left;
	margin-right: 8px;
	padding: 2px;
	border: 1px solid #fff;
}

.flttop { 
	float: left;
	margin-top: 15px;
}

.fltrt2 {
	float: right;
	margin-left: 30px;
	padding: 2px;
	border: 1px solid #fff;	
}

.sponsorsfloat { 
	float: left;
	padding: 25px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

