body {
	width: 750px;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFF;
}
a {
	text-decoration: none;
	color: #FF0;
}
p {
	font-size: 12px;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

p.caption {
	margin-top: 14px;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	text-align: center;
	font-weight: normal;
}
h1.caption {
	margin-top: 28px;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

#headerimg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

ul#topnav {
	color: #ffffff;
	font-size: 10px;
	list-style: none;
	padding: 6px 0px 12px 0px;
	margin: 0px;
	text-align: center;
}
ul#topnav li {
	display: inline;
}
#topnav a:link  { color: yellow; text-decoration: none }
#topnav a:hover  { color: orange; text-decoration: underline }
#topnav a:visited { color: white; text-decoration: none }


ul#homeimg {
	list-style: none;
	width: 720px;
	padding: 0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}
ul#homeimg li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	width: 355px;
	height: 257px;
}

#footer {
	margin-top: 10px;
	clear: both;
}
#footer p {
	font-size: 10px;
	color: white;
	text-align: center;
}

#content {
	width: 720px;
	border-top: 23px solid #000066;
	display: block;
	background-color: #FFFF66;
	float: left;
}
#content #bio {
	width: 510px; /* 485px; */
	/* margin: 20px 10px 20px 15px; */
	float: left;
	background-color: white;
	border-right: 1px solid black;
}
#content #bio img {
	float: left;
	margin: 12px 10px 4px 12px;
}
#content #bio p {
	margin: 12px;
}
#clientlist {
	background-color: #FFFF66;
	width: 209px;
	float: right;
}
#clientlist h2 {
	font-weight: bold;
	color: #990000;
	font-size: 12px;
}
#clientlist h2, #clientlist p {
	margin-left: 10px;
}

ul#thumbs {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	list-style: none;
}
ul#thumbs li {
	float: left;
	margin: 0px;
	padding: 5px;
}
