body {
	text-align: center;
}
body {
	background-color: #333333;
}
h1 {
	font-size: 150%;
	color: #CCCCCC;
	text-align: center;
}
h2 {
	color: #CCCCCC;
	font-size: 90%;
	text-align: center;
	font-style: italic;
}
h3	{
	color:#CCCCCC;
	font-size: 65%;
	}
ul {
	list-style-type: none;
	line-height: 30px;
	color: #CCCC99;
	font-size: 125%;
}
a.nav:link {
	text-decoration: none;
	color: #66CCFF;
	font-size: 90%;
	font-weight: bold;
}
a.nav:visited {
	text-decoration: none;
	color: #66CCFF;
	font-size: 90%;
}
a.nav:hover {
	color: #2BAF6E;
}
a.list:link {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}
a.list:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.list:hover {
	color: #2BAF6E;
}
a.text:link {
	text-decoration: underline;
	color: #66CCFF;
}
a.text:visited {
	text-decoration: underline;
	color: #66CCFF;
}
#container {
	height: auto;
	width: 800px;
	left: 50%;
	background-color: #333333;
	position: absolute;
	top: 0px;
	margin-left: -400px;
	font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	color: #CCCCCC;
}
#logo_box {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 14px;

}
#photography_box {
	top: 70px;
	position: absolute;
	left: 50%;
	font-style: italic;
	font-size: medium;
	width: 800px;
	margin-left: -400px;
	text-decoration: underline;
}
#nav_box {
	position: absolute;
	top: 104px;
	width: 800px;
	margin-left: -400px;
	left: 50%;
}
#nav_table {
}
#Content_01 {
	margin-left: -400px;
	width: 800px;
	position: absolute;
	top: 160px;
	left: 50%;
}
#EditRegionLeftA {
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}
#EditRegionCentered {
	text-align: center;
}
#copyright {
	margin-left: -400px;
	color: #CCCC99;
	position: absolute;
	width: 800px;
	left: 50%;
	bottom: 0px;
}
dt {
	font-size: 115%;
	color: #CCCCCC;
}
dl {
}
