/* CSS Document */

* { margin: 0; padding: 0;
}

html { height: 100%;
} 

body {
	background:#574b4b url(../images/backline.jpg) top center repeat;	
}


 /*** Wrapper ***/

#wrapper { 
     margin: 0 auto;
     width: 900px;
     padding: 0px;
	 background: #5f1926;
}

 /*** Header ***/

#header {
     width: 100%;
     background:#83293a url(../images/banner.jpg) top center no-repeat;
     height: 430px;
}
 
 /*** Navigation ***/
 
#navigation {
     font: 14px Arial, Helvetica, sans-serif;
	 width: 900px;
     text-align: center;
     padding:15px 0 0 0;
     margin: 0 auto;
     height: 30px;
     background: #262424;
}

 #navigation p {
	color: #f8e4ed;
}

#navigation a:link, #navigation a:visited, #navigation a:active {
	
	margin:0 auto;
	color: #f8e4ed;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}

#navigation a:hover {
	
	margin:0 auto;
	color: #af6875;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}


 /*** Content ***/

#content { 
     width: 775px;
	 padding: 0px;
     margin: 0 auto;
     background: #5f1926;
    }

#content p {
	margin:20px auto 20px auto;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 2em;
	word-spacing: 1px;
	color: #f8e4ed;
	font-weight: normal;
	margin-bottom: 20px;
}

#content ul {
	margin-left:30px;
	list-style-type: square;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 2em;
	word-spacing: 1px;
	color: #f8e4ed;
	font-weight: normal;
	margin-bottom: 20px;
	color: #f8e4ed;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	color: #af6875;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: normal;
	}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 4px;
	color: #af6875;
	text-align:right;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: normal;
	}
	
	#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 4px;
	color: #c47080;
	text-align:left;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: normal;
	}
	
#content a:link, a:visited, a:active {
	color: #d49494;
	text-decoration:underline;
}
	
#content a:hover {
	color: #d49494;
	text-decoration:underline;
}


/*** PoodleFooter ***/

#poodlefooter { 
     width: 900px;
     color: #fff;
     height: 155px;
     background: #5f1926 url(../images/bottom.jpg) bottom center no-repeat;
 }


/*** Footer ***/

#footer { 
     width: 900px;
     color: #fff;
	 text-align: center;
     padding:15px 0 0 0;
     margin: 0 auto;
     height: 30px;
     background: #372B27 url(../images/backline.jpg) top center repeat;;
 }
 

/*** Classes ***/

.center {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f8e4ed;
	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;
	}
	
.picborder {
	border: 1px solid #af4e5f;
	}

.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;
}
