body
{
	margin: 0;
	padding: 0;
	font: 85% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #333;
	background-color: #fff;
	background-image:url(images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

a:link { color: #369; }
a:visited { color: #600; }

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

h1
{
	color: #369;
	font: 120% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h1 a { text-decoration: none; }

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

h3
{
	color: #666;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0;
}
	
.caption {
	color: #999;
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 20px;
}
.ImageRight {
	float: right;
	padding-left: 25px;
}
#container
{
	margin: 1em auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 216px;
	width: 100%;
	/*background-image: url(images/banners/clouds.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;
}


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

#menu
{
	float: right;
	width: 200px;
	border-left: 1px solid #a1c3c9;
	padding-left: 15px;
}

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

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

#footer a
{
	text-decoration: none;
	color: #333;
	background-color: none;
}


#nameplate
{
	position: absolute;
	left: 50px;
	top: 72px;
	width: 745px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #fff;
	font-weight: lighter;
	text-transform: uppercase;
}

#nameplate a
{
	color: #fff;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #333;
	text-transform: none;
}

#nameplate a:hover
{
	color: #fff;
	/*background-color: #666;*/
	text-decoration: none;
}

#nameplate a:visited
{
	color: #fff;
	/*background-color: #666;*/
	text-decoration: none;
}
.calendar_month {
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 110%;
	font-weight: bold;
	color: #333;
	background-color: #a1c3c9;
	border-top: #e3e1c1 1px solid; 
	border-bottom: #e3e1c1 1px solid;
	padding: 2px 0 2px 20px;
}
.calendar_date {
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 110%;
	font-weight: bold;
	color: #666666;
	/*background-color: #e3e1c1;*/
    /*border-top: #cccc99 1px solid;*/
	border-bottom: #cccc99 1px dashed;
	padding: 20px 0 2px 10px;
	width: 75%;
}
.calendar_event {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
	padding-bottom: 0px;
}
