body{
	color:#333;
	font-size: 12px;
	background: #c8ab81 url(images/bg_body.jpg) repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	}

#container{
	margin:0 auto;
	text-align:center;
	width: 995px;
	}
	
#header td{
	vertical-align:top;
	}

#header img{
	border: 0;	
	}

#nav{
	background: url(images/bg_nav.jpg) no-repeat left top;
	height: 50px;
	}
	
#nav img{
	border:0;
	}
	
#content{
	background: url(images/bg_content.jpg) repeat-y;
	text-align:left;
	padding: 10px 20px 20px 20px;
	float:left;
	width: 955px;
	
	}

a:link, a:visited{
	color:#069;
	text-decoration:none;
	}
	
a:hover{
	color:#0a4a7a;
	}
	
h1{
	color: #8a4a16;
	background: url(images/bg_h1.jpg) no-repeat bottom left;
	font-size: 22px;
	padding-bottom: 4px;
	}

h2{
	color:#cb9b53;
	background: url(images/bg_h2.jpg) no-repeat bottom left;
	font-size: 18px;
	padding-bottom:4px;
	}
	
.pic{
	float:left;
	text-align:center;
	color:#a4581a;
	font-weight:bold;
	}

.pic img{
		border:1px solid #a4581a;}
.lineage{
	width: 500px;
	float:right;
	font-weight:bold;
	}

.left{
	color: #5e320f;
	}
	
.center_bot_angle{
	padding-left:110px;
	background: url(images/bg_bot_angle.gif) no-repeat;
	background-position:90px 2px;
	color: #8a4a16;
	}
	
.center_top_angle{
	padding-left:110px;
	background: url(images/bg_top_angle.gif) no-repeat;
	background-position:90px 2px;
	color: #8a4a16;
	}


.right_top_angle{
	background: url(images/bg_top_angle.gif) no-repeat;
	background-position:220px 2px;
	padding-left: 240px;
	color:#a4581a;
	}
	
.right_bot_angle{
	background: url(images/bg_bot_angle.gif) no-repeat;
	background-position: 220px 2px;
	padding-left: 240px;
	color:#a4581a;
	}

.description{
	clear:both;
	padding: 10px 0;
	}

.hr{
	margin: 0 0 15px 250px;
	}
	
#footer{
	color:#fff;
	background:url(images/bg_footer.jpg) no-repeat;
	padding:12px 0 9px;
	width:995px;
	float:left;
	}

#footer a:link, #footer a:visited{
	color:#f1bd70;
	}

#footer a:hover{
	color:#F90;
	}