@charset "UTF-8";
.page {
	width: 803px;
	margin-right: auto;
	margin-left: auto;
	border: 4px solid #FFFFFF;
	background-color: #FFFFFF;
}
.masthead {
	background-color: #CCC0A3;
	height: 195px;
	width: 803px;
	background-image: url(images/banner_4.png);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: hand;
}
.navbar {
	background-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #84042d;
}
.abovefold {
	width: 803px;
	height: 100%;
}
.featured {
	background-color: #84042D;
	width: 180px;
	float: left;
	position: relative;
	color: #CCCCCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 3px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 100%;
}

.maincontent {
	background-color: #F2FDD4;
	width: 579px;
	position: relative;
	float: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	background-image: url(images/rockbkgd1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100%;
}
.testim_entry {
	width: 570px;
}
.gall_maincontent {
	background-color: #F2FDD4;
	height: 580px;
	width: 783px;
	position: relative;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	background-image: url(images/rockbkgd1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.thumbhoriz {
	border: 3px double #FFFFFF;
	margin: 0px;
	padding-right: 0px;
}
.thumbvert {
	border: 3px double #FFFFFF;
	margin: 0px;
	padding-right: 0px;
	height: 175px;
	width: 125px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: lighter;
	font-variant: normal;
	line-height: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: lighter;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: oblique;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: lighter;
}
#navigation {
	display: table;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #84042D;
	padding: 0px;
	white-space: nowrap;
	list-style-type:none;
}
* html #navigation {
  display:inline-block;    /* for IE only */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
  }  

#navigation li {
float:left;
	display:table-cell    /* ignored by IE */
}
* html #navigation li {
  display:inline;          /* for IE only */
  }
#navigation a {
	text-decoration: none;
	color: #84042D;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 16px;
	border-top: 1px #CC9900;
	border-right: 1px #CC9900;
	border-bottom: 1px #CC9900;
	border-left: 1px #CC9900;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	font-weight: bold;
}
* html #navigation a {
  display: inline-block;    /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
  }
#navigation li a:hover {
	color: #666666;
	text-decoration: none;
}
.slideshow {
	height: 400px;
	width: 750px;
}
.gallery_linkleft {
	margin-left: 20px;
	float: left;
}
.gallery_linkright {
	padding-left: 20px;
	width: 305px;
	float: right;
	padding-right: 80px;
}
.mainphoto {
	border: 1px solid #84042D;
	float: left;
}

