@charset "UTF-8";
/* CSS Document */

body {
	margin: 30px 0 0 35px;
	pading: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing: 0em;
	
	}
	
#header {
	width: 860px;
	height: 60px;
	background-color: #fff;
	border-bottom: #999999 1px solid;
	
	}
	
#logoblock {
	width: 250px;
	height: 60px;
	background-color: #fff;
	float: left;
	}
	
#contactblock p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	margin: 0;
	padding: 0;
	}
	
#contactblock {
	width: 250px;
	height: 60px;
	background-color: #fff;
	float: left;
	position: relative;
}
	
#textholder {
	position: absolute;
	bottom: 4px;
	}
	
#textholder a:link, #textholder a:active, #textholder a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#textholder a:hover {
	text-decoration: underline;
}

#mainblock {
	height: 400px;
	width: 860px;
	background: #fff;
	margin-top: 30px;
	background-color: #fff;
	}
	
#navblock {
	width: 250px;
	height: 285px;
	background: #fff;
	float:left;
	padding-top: 115px;
	background-image: url(../images/wolf.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	}
	
#imageblock {
	width: 900px;
	height: 400px;
	background-color: #fff;
}

h2 {
	font-style: italic;
	font-size: 24px;
	font-weight: 200;
	margin: 0;
	padding: 0; 
	line-height: 1em;
	}
	
#navblock p {
	margin: .5em 0 0 0;
	padding: 0;
	font-size: 11px;
}

#navblock p a:link, #navblock p a:active, #navblock p a:visited {
	color:#666666;
	}

#navblock p a:hover {
	text-decoration: none;
}

	
#numbers {
	color: #666666;
	margin-top: .7em;
	}