body
{
	text-align:center;
	font-family : Arial,Helvetica,sans-serif;
	font-size:0.9em;
}

#content
{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
}

#header
{
	color:white;
	position:relative;
}

#header img.title
{
	position:absolute;
	left:435px;
	top:91px;
}

#header img.rss
{
	position:absolute;
	left:703px;
	top:152px;
	border:none;
}

#header div.email
{
	position:absolute;
	left:435px;
	top:150px;
}

#header a:link,
#header a:visited
{
	text-decoration:none;
	color:#EEEEEE;
}

#header a:link:hover,
#header a:visited:hover
{
	color:#9999FF;
}

a:link,
a:visited
{
	text-decoration:none;
	color:#0000FF;
}

a:link:hover,
a:visited:hover
{
	color:#AA99FF;
}

#menuwrapper
{
	float:left;
	margin:10px 0px 0px 0px;
	padding:0px;
}

ul.menu
{
	font-size:0.8em;
	width:150px;
	background:url('../images/menu-top.gif') no-repeat top left;
	color:#333399;/*#FFFFFF;*/
	list-style:none;
	margin:0px;
	padding:10px 0px 0px 0px;
}

ul.menu li
{
	margin-left: 0px;
	padding:0px 5px 2px 5px;
	background:url('../images/menu-item-bg.gif'); /* no-repeat bottom center;*/
	font-weight:normal;
}

ul.menu li.last
{
	padding:0px 5px 15px 5px;
	background:url('../images/menu-bottom.gif') no-repeat bottom left;
	font-weight:normal;
}

#pagecontent
{
	float:left;
	width:430px;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
}

#pagecontent h1
{
	font-size:1.4em;
	margin:10px 0px 0px 0px;
	padding:0px;
	color:#0000AA;
}

#pagecontent h2
{
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#AAAAAA;
	font-size:1.2em;
	font-weight:normal;
}

#photos
{
	background:url('../images/photo-bg.jpg') no-repeat top center;
	background-color:#9D9EEE;
	text-align:center;
	float:left;
	width:150px;
	font-size:0.8em;
	padding:20px 0px 10px 0px;
}

#photos p
{
	margin:3px 5px 20px 5px;
}

#photos img
{
	border:none;
}

#photos ul
{
	list-style:square;
	margin-left:-15px;
	text-align:left;
}



