/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 15pt;
	background:#44231e url(../images/canyonlands_bg.jpg) top center repeat;	
}

hr {
	border: none;
	background-color: #ccc;
	color: #ccc;
	height: 1px; 
	width: 60%;
}  


 /*** Wrapper ***/

#wrapper { 
     margin: 0 auto;
     width: 900px;
     padding: 0px;
	 background: #381928;
}

 /*** Header ***/

#header {
     width: 100%;
     background:#381928 url(../images/banner_final.jpg) top center no-repeat;
     height: 490px;
}
 
 /*** Navigation ***/
 
#navigation {
     width: 900px;
     text-align: center;
     padding:17px 0 0 0;
     margin: 0 auto;
     height: 34px;
     background: #381928;
}

 #navigation p {
	color: #fff;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	
	margin:0 auto;
	color: #dcbccb;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

#navigation a:hover {
	
	margin:0 auto;
	color: #c46666;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}


 /*** Content ***/

#content { 
     width: 775px;
	 padding: 0px;
     margin: 0 auto;
     background: #381928;
}

#content p {
	margin:20px auto 20px auto;
	padding: 0px;
}

#content a:link, a:visited, a:active {
	color: #d49494;
	text-decoration:underline;
}
	
#content a:hover {
	color: #d49494;
	text-decoration:underline;
}

#content ul {
	margin-left:30px;
	list-style-type: square;
}


/*** Phrase ***/

#phrase { 
     width: 900px;
     height: 80px;
     background: #381928 url(../images/text.gif) center no-repeat;
 }


/*** Footer ***/

#footer { 
     width: 900px;
     color: #fff;
     height: 250px;
     background: #381928 url(../images/bottom_new.jpg) bottom center no-repeat;
 }


/*** Classes ***/

.center {
	color: #fff;
	text-align:center;
}

.left {
	color: #fff;
	text-align:left;
}

.right {
	text-align:right;
}

.justify {
	text-align:justify;
}	

.headingright {
	text-align: right;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #F2E8D7;
	font-weight: normal;
}

.picfloatright {
	float: right;
	margin: 0px 6px 10px 10px;
} 

div.picfloatright img {
	border: 1px solid #666;
	}
	
.albumborder {
	border: 1px solid #666;
	}

.clear {
	clear: both;
}

.caption {
	text-align: justify;
	padding: 0px 30px 10px 40px;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color:#808080;
}

.captioncenter {
	text-align: center;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color:#808080;
}

 
.pedigree {
	text-align: left;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color:#000;
}

.copyright {
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif; 
	color: #fff;
	font-weight: normal;
}