h1#title {
	background-image:url(logo-small.png);
	background-repeat:no-repeat;
	background-position:left; 

	height: 86px;
	font-size: 80px;
	margin: 10px;
	padding-left: 160px;
	text-align: center;
}

body {
	font:11px verdana, arial, helvetica, sans-serif;
	background-color:white;
    margin:0;
    padding:0;
	color:#000;
	min-width:750px;
}

div#wrap {
	margin:0 auto;
	width: 750px;
}

div#navigation {
	float: left;
	
	width: 150px;
}

div#navigation ul {
	margin: 0px;
	padding: 0px;
}

div#navigation ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#content {
	float: right;
	width: 600px;
}

div#spider {
	text-align: center;
}

div#spider img {
	border: none;
}

div#footer {
	clear:both;
	font-size: 8px;
	padding-top: 32px;
	padding-bottom: 32px;
	text-align: center;
	font-style: italic;
}

dl {
}

dt {
	font-size: 22px;
	font-style: italic;
}

dd {
	font-size: 14px;
	margin-bottom: 14px;
}