﻿* {
	margin: 0;
	padding: 0;
	
	/* border:1px solid #f00; */
}
body {
	background: #000;
	
	
	color: #666;

	font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua",Georgia,serif;
	font-style: italic;
	font-weight: normal;

}

#content dl { padding-bottom: 20px;  text-align:center;}
#content dt { font-size:124%; font-weight:bold;color:#333;}
#content dd { font-size:94%; font-weight: normal; color:#df502f;}


/*---- Header ----*/

#head {
	width: 806px;
	height: 363px;
	margin: auto;
		
	position: relative;	
	background: #333 url(../img/head.gif);

	}
	#head h1 a {
		position :absolute;
		display: block;
		Width: 400px;
		height: 130px;
		
	}
	#head span { display: none; }
	
	#head #cover {
		height: 12em;
		margin-top: -26px;
		padding:0;
		z-index: 5;
		
	}
	#head #cover h2 { display: none; }	
	#head #cover p { padding-top: 9em; font-size:94%; line-height: 1.4em; }
	
/*---- Nav ----*/	
	
	#head #nav {
		float: right;
		list-style: none;
		margin: 0 73px 0 0;
		padding: 0;
	
	}
		#head #nav li {
			float: left;
			margin: 0;
			padding: 0px 0 0 16px;
			font: bold 94% "Lucida Grande", sans-serif;
			
		}
		
		#head #nav a {
			float: left;
			display: block;
			margin: 0;
			padding: 3px 6px;
			text-decoration: none;
			color: #cfcfcf;
			
			background: #df502f url(../img/nav.gif) repeat-x top left;
			
			border-right: 1px solid #9f3b27;
			border-bottom: 1px solid #9f3b27;
			border-left: 1px solid #ef654a;
			
		}
		#head #nav a:hover, 
		#head #nav a.active { padding-top: 9px; color: #fff; }


/*---- Content ----*/	
	
#content {
	width: 806px;
	margin: auto;
	position: relative;
	background: #333 url(../img/cont.gif);
	
	font-size:94%;

}

	#head #cover,
	#content .main { 
		width: 395px;
		margin: 0 15px 0 75px;
		
		border-right: 1px solid #ddd;
			
	}
	#content #gallery a img{ border: none; }
	
	
	#head #cover { top: 160px; position: relative; }
	
	#head #cover #direc { font-size:110%; line-height: 1.5em; }
	
	
	#content #dog {
		position: absolute;
		left: 524px;
		top: -222px; 
	
	}
	#content #glass {
		position: absolute;
		left: 398px;
		top: -215px; 
	
	}
	#content #splash {
		position: absolute;
		left: 398px;
		top: -315px; 
	
	}
	#content #shoutbox {
		position: absolute;
		left: 480px;
		top: 50px; 
	
	}
	#content #shoutbox #top,
	#content #shoutbox #bot { 
		border: 3px solid #ccc; 
		width: 235px; 
		font: normal 80% "Lucida Grande", sans-serif;
		
		background-color: #eee;
		
	}	
	#content #shoutbox #top { height: 150px; overflow: auto; }
	#content #shoutbox #top p { padding: 3px;}
	#content #shoutbox #bot{ border-top: 0px solid #000000;	text-align: center; }
		
		
	
	
	#foot #credits { 
		width: 645px;
		margin: 0 15px 0 75px;
		padding-top: 20px;
		
		font: normal 80% Arial, sans-serif;
	
	}
	
	#foot #credits {
		 color:#888;
		 font-size: 10px;
	
	}
	#foot #credits a{
		 color:#888;
		 text-decoration:none;
		 padding-left:20px;
	
	}
	#foot #credits a:hover{
		 color:#8FD400;
		 text-decoration:none;

	}

	

/*---- Footer ----*/

#foot {
	width: 806px;
	height: 49px;
	margin: auto;
	
	background: #333 url(../img/foot.gif);

}
