body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FF9006;
	text-align: center;
	background-image: url(blue.gif);
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 122px 0 0 0;
	background-image: url(photo3_banner_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}
#content {
	width: 700px;
	float: left;
	padding: 20px 10px 0 50px;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #339999;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}
#side2 {
	padding: 2px 1px 0 0px;
	float: left;
	padding: 10px 10px 0 0;
	border-left: 1px solid #722100;
	border-top: 1px solid #722100;
	border-right: 1px solid #722100;
	border-bottom: 1px solid #722100;
}

#side2 p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#navigation {
	padding-top:10px;
	width: 180px;
	float:left;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #ED9F9F;
	margin: 0;
	padding: 0;
	font-size: 70%;
	vertical-align: bottom;
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #663399;
	border-right: 1px solid #722100;
	background-color: #6699CC;
	color: #000000;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #722100;
	color: #FFFFFF;
}
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #722100;
	width: 168px;
}
#navigation .subnav a:link, #navigation ul.subnav a:visited {
	background-color: #CC6666;
	color: #722100;
}
#footer {
	clear: both;
	padding: 0 0 10px 25px;
	font-size: 70%;
	text-align:center;
	color: #000000;
	background-color: #AAAAAA;
	border-top: 2px solid #722100;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
}
#albumlist {
	list-style-type: none;
	width: 500px;
}
#albumlist li {
	float: left;
	margin-right: 6px;
	margin-bottom: 10px;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #333333;
}
#albumlist img {
	display: block;
	border: 1px solid #333300;
}
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 80%;
}
.datatable td {
	font: bold 0.8em Arial, Helvetica, sans-serif;
	border: 1px solid #D6DDE6;	
	padding: 4px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}