* {
	margin: 0;
	padding: 0;
}

html, body {
	 min-height:100%; margin-bottom:1px;
}

body {
	background: #E6F4F6 url(images/main-bkg.gif) repeat-x;
	text-align: center; 
	font-size: 82%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0; 
	margin-bottom: 20px;
	color: #000;
}

a:link, a:visited {
	color: #1492A1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #1492A1;
}

#container {
	width: 750px;
	border: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	text-align: left;
}

#header {
	background: #fff url(images/dougpeckheader.jpg) no-repeat;
	height: 129px;
	position:relative;
}

#topnav {
	position: absolute;
	top: 84px;
	right: 20px;
}

#topnav ul {
	margin: 0;
  padding: 0;
}

#topnav li, #topnav ul {
	list-style-type: none;
	display: inline;
}

#topnav li a {
   float: left; 
	color: #fff;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

#topnav li a:hover, #topnav li a:active {
	text-decoration: none;
}

#content {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	width: 500px;
	min-height:400px;
   height:auto !important;
   height:400px;
}

#content.portfolio {
   width: 100%;
}

#content h1 {
	color: #12909F; /* dark Aqua */
	font-weight: bold;
	font-size: 1.2em;
}

#content p {
	line-height: 1.3em;
	margin-bottom: 10px;
}

.frontimg {
	padding-top: 20px; 
	text-align: center;
}

.label {
	font-weight: bold;
}

table.portfolio {
	margin: 0px auto;
}

table.portfolio td {
	text-align: center;	
}

table.portfolio img {
	padding:8px;
	border: none;
}

table.portfolio p {
	padding: 0;
	margin: 0;
}

#footer {
	font-size: .7em;
	text-align: right;
	width: 750px;
	margin-top: 8px;
	 margin-right: auto;
	margin-left: auto; 
	padding-bottom: 10px;
	color: #626262;
	text-align: center;
}

#footer p {
	 margin: 4px 0 0 0;
}

p.copyright {
	padding-top: 8px;
}

/* Portfolio gallery styles */
div.largenav {
	display: block;
	width: 700px; 
	background-color: transparent; 
	position:relative;
	margin-bottom: 10px; 
	height: 40px; 
	text-align: center;
	margin: 0 auto;
}


