/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 15pt;
	background:#5781ae url(../images/bg.jpg) top center repeat-y;	
}

 /*** Wrapper ***/

#wrapper { 
     margin: 0 auto;
     width: 900px;
     padding: 0px;
	 background: #152429;
}

 /*** Header ***/

#header {
     width: 100%;
     background:#152429 url(../images/banner_caps.jpg) top center no-repeat;
     height: 384px;
}
 
 /*** Navigation ***/
 
#navigation {
     width: 900px;
     text-align: center;
     padding:17px 0 0 0;
     margin: 0 auto;
     height: 20px;
     background: #152429;
}

 #navigation p {
	color: #fff;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	
	margin:0 auto;
	color: #d0dbf4;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

#navigation a:hover {
	
	margin:0 auto;
	color: #9e6c4b;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}


 /*** Content ***/

#content { 
     width: 775px;
	 padding: 0px;
     margin: 0 auto;
     background: #152429;
}

#content p {
	margin:20px auto 20px auto;
	padding: 0px;
}

#content a:link, a:visited, a:active {
	color: #d0dbf4;
	text-decoration:underline;
}
	
#content a:hover {
	color: #9e6c4b;
	text-decoration:underline;
}

#content ul {
	margin-left:30px;
	list-style-type: square;
}

/*** Bottom ***/

#bottom { 
     width: 100%;
	 background:#152429 url(../images/bottom_2010.jpg);
     height: 300px;  
 }

/*** Footer ***/

#footer { 
     width: 900px;
	 padding:0px 0 0 0;
     color: #fff;
     height: 30px;
     background: #311307;
 }


/*** Classes ***/

.center {
	color: #fff;
	text-align:center;
}

.left {
	color: #fff;
	text-align:left;
}

.right {
	text-align:right;
}

.justify {
	text-align:justify;
}	

.ltbrownboldleft {	
	text-align:left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #baa57f;
	font-weight: bold;
}

.headingright {
	text-align: right;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #f2e8d7;
	font-weight: normal;
}

.centerblue {
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	color: #95bde3;
	font-weight: normal;
}

.picfloatright {
	float: right;
	margin: 0px 0px 20px 30px;
	border: 6px solid #2a4d58;
} 

div.picfloatright img {
	border: 1px solid #666;
	}
	
.albumborder {
	border: 6px solid #2a4d58;
	}

.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;
}
