body {
	background-color: #eff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	line-height: 1.4em;
	font-weight: normal;
}

div#newwrap {
	text align: center;
	position: absolute;
	top:100px;
	width: 100%;
	min-width: 600px;
	max-width: 1024px;
}
div#headpic {
	text-align:left;
	position: absolute;
	background: #eff url(../images/dogsbg.jpg) repeat-x;
	line-height:0;
	margin-top:0;
	width:100%;
}

div#headpic img {
	margin-left:250px;
}

div#dogslinks a {
	background: #0ff;
	}
#middle {
	position: absolute;
	background: #000;
	color: #eee;
	border: 2px solid #eee;
	right: 0;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left:225px;
	margin-right:5px;
	padding-left: 10px;
	padding-right: 0px;
	max-width:1000px;
	min-width:400px;
	min-height: 300px;
	width: 77%;
	}
#docpic {
	text-align:left;
	float: right;
	}
#controls {
	text-align: right;
	padding-top: 0;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	}
#controls img {
	padding-left:10px;
	padding-right:10px;
	}

#section h1 {
	margin-top:0;
	margin-bottom:3px;
}
p {
	text-align:left;
	font-size:1em;
	line-height:1.5em;
	font-weight: bold;
}
h1 {
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	font-weight: bold;
	margin-top:3px;
	margin-bottom:0px;
}
.clearall p {
	text-align:left;
	font-size:1em;
	line-height:1em;
	font-weight: bold;
}



