body
{
	margin: 0;
	padding: 0;
	font: 85% times, "times new roman", serif;
	text-align: center;
	color: #333;
	background-color: #AABBCC;
	background-image: url(back.png);
}

a:link { color: #213744; }
a:visited { color: #213744; }

a:hover, a:active
{
	color: #fff;
	background-color: #C4D4C7;
}

h2
{
	color: #759B7C;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #759B7C;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

.pt8            { line-height: 100%; color: #999999; font-size: 8pt ;  color: #000000; font-weight: normal;}
.pt9            { line-height: 120%; font-size: 9pt ; color: #000000; font-weight: normal; }
.pt10            { font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #000000; font-weight: normal; font-size: 10pt ;  }
.pt14            { font-family: Verdana, Arial, Helvetica, Sans-Serif; color: #759B7C; font-weight: bold; font-size: 14pt ;  }

PRE         { font-family: Courier, monospace; } 

#container
{
	margin: 1em auto;
	width: 762px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 80px;
	width: 100%;
	background-image: url(header_01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu
{
	float: right;
	width: 165px;
	border-left: 1px solid #759B7C;
	padding-left: 15px;
}

#contents { margin: 0 40px 40px 20px; }
#contents p { line-height: 120%; }
.blogentry { border-bottom: 1px solid #759B7C; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #555555;
	text-align: right;
	font-size: 90%;
}

