@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 36px;
}

a {
	color: #003;
	text-decoration: none;
}

a:hover
{
	color: #003;
	background-color: #EEE;
	padding: 3px;
}

a:visited
{
	color: #003;
}

a:active
{
	color: #003;
}

#topline
{
	background: #003;
	height: 8px;
}

#header
{
	height: 150px;
	border-bottom: dotted thin #003
}

#logo
{
	padding: 10px;
}

#title
{
	margin-top: 25px;
	text-align: right;
	font-size: 14px;
	color: #999;
}

#subtitle
{
	font-size: 12px;
}

#menu
{
	margin-top: 50px;
	text-align: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30px;
	word-spacing: 0.5em;
}

#menu a
{
	color: #003;
	text-decoration: none;
}

#menu a:hover
{
	color: #003;
	background-color: #EEE;
	padding: 3px;
}

#menu a:visited
{
	color: #003;
}

#menu a:active
{
	color: #003;
}

#content
{
	margin-top: 30px;
}

#main-photo
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	text-align: center;
}