body {
	background-color: #FD6500;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
body a:link, body a:visited {
	color:#000000;
}
#header {
	text-align: center;
	background-image: url(images/awlogo2.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 99px;
	width: auto;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nest {
	background-image: url(images/watermark2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 445px;
	width: 628px;
	margin-right: auto;
	margin-left: auto;
	
}
#content {
	padding-top: 5px;
	padding-left: 10px;
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 4px 0 4px;
	text-align: center;
}
#nav li {
	display: inline;
	font-size: small;
}
#nav a:link, #nav a:visited {
	padding: 2px;
	color:#000000;
	text-decoration: none;
	border: 1px solid #FF9900;
}
#nav a:hover {
	color: #FD6500;
	background-color: #000000;
}
#footer {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	clear: both;
}
#pics {
	width: 628px;
	padding-top: 20px;
	text-align:left;
	
}
#album {
	list-style-type: none;
}
#album li{
	margin-right: 6px;
	margin-bottom: 10px;
	float: left;
}
#album img{
	display:block;
	border: 1px solid #000000
}
#thumb {
	list-style-type: none;
}
#thumb li{
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 10px;
	float: right;
	text-align:center;
}
#thumb img{
	display:block;
	border: 1px solid #000000
}
#pics ul {
	list-style: none;
	margin: 0;
	padding: 4px 0 0;
	text-align: center;
	clear: both;
	
}
#pics li{
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 10px;
	text-align:center;
	float: left;
}
#pics img{
	display:block;
	border: 1px solid #000000;
}
.bold {
	font-weight: bold;
}
