/* CSS Document */

* { padding: 0; margin: 0; }

body {
	font: 15px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 15pt;
	background:#27163d url(../images/bg_1.jpg) repeat-x;	
}

table
	{margin: auto;}
	
 /*** Wrapper ***/

#wrapper { 
     margin: 0 auto;
     width: 900px;
     padding: 0px;
	 background: #432C5F;
}

 /*** Header ***/

#header {
     width: 100%;
     background:#432c5f url(../images/banner-g.jpg) top center no-repeat;
     height: 360px;
}
 
 /*** Navigation ***/
 
#navigation {
     width: 900px;
     display: block;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 16px;
	 font-weight: bold;
	 list-style: none; 
	 text-align: center;
     padding:17px 0 0 0;
     margin: 0 auto;
     height: 20px;
     background: #432C5F;
}

 #navigation p {
	color: #fff;
}

#navigation li {
	display: inline;
	} 

#navigation a:link, #navigation a:visited, #navigation a:active {
	
	margin:0 auto;
	color: #f2e8d7;
	font-weight: bold;
	text-decoration: none;
	padding:8px 20px 0;
	border-bottom: none;
}

#navigation a:hover {
	
	margin:0 auto;
	color:#FFFFFF;
	border-bottom:3px solid #A392B7;    
    
}


 /*** Content ***/

#content { 
     width: 800px;
	 padding: 0px;
     margin: 0 auto;
     background: #432C5F;
}

#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: #fff;
	text-decoration:underline;
}

#content ul {
	margin-left:30px;
	list-style-type: square;
}

/*** Bottom ***/

#bottom { 
     width: 100%;
	 background:#152429 url(../images/bottom.jpg);
     height: 300px;  
 }

/*** Footer ***/

#footer { 
     width: 900px;
	 padding:20px 0 0 0;
     color: #fff;
     height: 30px;
     background: #762924;
 }


/*** Classes ***/

.spacer {
	clear:right;
} 

.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: #d7D0e0;
	font-weight: normal;
}

.headingleft {
	text-align: left;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #d7D0e0;
	font-weight: normal;
}

.headingleftred {
	text-align: left;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #c4696f;
	font-weight: normal;
}

.picfloatright {
	float: right;
	margin: 0px 0px 20px 30px;
	border: 8px solid #F7EFDE;
} 

div.picfloatright img {
	border: 1px solid #666;
	}
	
.albumborder {
	border: 8px solid #F7EFDE;
	}

.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;
}
