* {
	margin: 0;
	padding: 0;
}

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

body {
	background-color: #000;
	text-align: center;
	font-size: 84%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0; 
	margin-bottom: 20px;
	color: #fff;
}

a:link, a:visited {
   color: #fff;
   text-decoration: underline;
}

a:hover, a:active {  
  color: #fff;
  text-decoration: underline;
}

#container {
	width: 750px;
	background-color: #000;
	position: relative;
	margin-left: auto;
	margin-right: auto; 
	margin-top: 40px;
	text-align: left;
}

#header {
	height: 40px;
	position: relative;
	border-bottom: 4px solid #fff;
	margin-bottom: 20px;
}

#header h1 {
	font-size: 160%;
	font-weight: normal;
	text-align: center;
}

#content {
  padding: 10px;
}

#content p {
   margin-bottom: 8px;
	line-height: 1.2em;
}

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

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

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

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

table.portfolio {
	margin: 20px auto;  /* use to center table of images */
}

table.portfolio td {
	text-align: center
}

table.portfolio p {
	text-align: center;
	font-weight: bold;
}

img.largeimage {
	border: 2px solid #fff;
}

div.largenav {
	display: block;
	width: 400px; 
	position:relative;
	margin-bottom: 10px; 
	height: 40px; 
	margin: 0 auto;
}