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

*{
	margin: 0;
	padding: 0;
	}
	
.layout tr {
  vertical-align: top;
}

#titleBar {
  background: white;
  border-right: 3px solid #888;
  border-left: 2px solid #ccc;
  padding: 1px;
 
  height: 190px;
}

ul {
  list-style: none;
  
 margin-top: 1ex;

}

body {
	background: #dddddd;
}

#contentWrapper {                                                                                                       
  width: 950px;                                                                                                         
  margin: 1ex auto;                                                                                                     
  text-align: left;                                                                                                                                                                   
  background: white url(images/BGrockmountain.jpg) 0 190px no-repeat;
   height: 903px;
  border-top: 2px solid #ccc;
  border-left:2px solid #ccc;
  border-right: 3px solid #888;
  border-bottom: 1px solid #888;
 
}

#bodyContents {
	height: 713px;
	
	}

#contactInfo {
	margin-top: 4ex;
	}

/* {{{ */

a, a.visited {
	color: black;
	text-decoration: none;
	}
	
#links {
	margin-top: 4ex;
	margin-left: 1ex;
	margin-right: 1ex;
	
}

#links a {
	display: block;
	}

#links li {
	padding-left: 1ex;
	padding-top: 1ex;
	padding-bottom: 4px;
	border: 1px solid #888;
	background: url(images/link_img.gif) repeat-x;
	
	}
	
#links ul li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: black;
	}

#links ul li:hover {
	
	font-size: 16px strong;
	color: #FFFFFF;
	background: url(images/linkhover_img.gif) repeat-x;
	
}

#links ul li a:hover {
	color:#CCCCCC;
}
	
#linktable {
	margin-top: 4ex;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}
#linktable a {
	text-decoration: underline;
}

#photos {
	margin-top: 4ex;
	align: center;
}
#photos p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	line-height: 2;
	text-align: center;
}
#content {
		margin-top: 1ex;
		padding-right: 1ex;
		
}

#copyright p {
	margin-top: 32ex;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;	
	}