body
{
	background-color: #ffffff;
	color: #555555;
}

/* 
:hover	{ color: #ff5555; }
:active	{ color: #ff5555; }
:link	{ color: #ff5555; }
*/

#titlebar
{
	text-align: center;
	padding: 5px;
}

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	width: 45em;
	position: relative;
}

#menu
{
	width: 36px;
	border-width: 0px;
	margin: 0px;
	padding: 2px;
	display: inline;
	position: absolute;
	top: 0px;
	left: 0px;
}

#submenu
{
	width: 36px;
	border-width: 0px;
	margin: 0px;
	padding: 2px;
	top: 0px;
	left: 0px;
	position: absolute;
}

#content
{
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	padding: 0.5em;
	min-height: 440px;
}

#copyright
{
	text-align: center;
	color: #888888;
	margin-top: 3em;
}

.menuitem
{
	display: list-item;
	list-style-type: none;
}

.menuitem img
{
	border-width: 0px;
}

h2
{
	font-size: 140%;
	font-variant: small-caps;
	text-align: center;
	text-decoration: underline;
}

h3
{
	font-size: 120%;
}

li.q
{
	list-style-image: url("camera.png");
	font-size: 120%;
	font-weight: bold;
}

li.a
{
	list-style-image: url("photostack.png");
	padding-bottom: 1em;
	border-width: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	border-bottom-style: solid;
}

.button
{
	border-width: 0px;
}

