
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	background-color:#e7e7e7;
	color:#1b0500;
}

h1 {

	font-size: 3em;
	font-weight: bold;
	text-align: center;
	color:#f9961f;
}	

h2 {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color:#03aaf1;
	padding-top:1em;
	width:100%;
}

h3 {
	font-size:1em;
	font-weight:bold;
	text-align: left;
	color:#1b0500;
	}
	
#container {
	background:#fff bottom left url('/images/dog-words-watermark.png') no-repeat;
	max-width:800px;
	margin:10px auto 2px auto;
	border-left:10px solid #d6df20;
	border-top:0px;
	text-align:left;
}

#content {
	padding:8px;
	margin-left:70px;
	max-width:800px;
	float: left;
	display: block;
}

#header {
	display:block;
	width:100%;
	height:135px;
	border-bottom:8px solid #03aaf1;
	background:#fff left bottom url('/images/banner.png') no-repeat;
	overflow: hidden;
}

div#header h1 {
	display:none;
}

#nav {

	padding:2px;
	float:left;
	margin-left:66px;
	line-height:50px;
}
#nav a {
	vertical-align:bottom;
	margin:2px;
	display:block;
	float:left;
	font-size:1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#004b67;
	background-color: #f9961f;
	text-align: center;
	width: 116px;
	line-height: 30px;
	font-weight: normal;
}
#nav a:hover {
	text-decoration:none;
	color:#d6df20;
}
#nav a.selected {
	color:black;
	text-decoration:none;
	font-weight:bold;
	background-color:#FCB056;
}
#footer {
	clear:both;
	background-color:#03aaf1;
	height:30px;
	padding:10px;
	font-size:0.7em;
}
img {
	margin:4px;
	vertical-align:bottom;
}