body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D2CBAE;
}

a:link, a:visited 
{ 
	color: #B52C07; 
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

h2
{
	color: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 8px 0;
}

h2 a 
{ 	
	text-decoration: none; 
}

h3
{
	color: #6C764F;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 8px 0;
}

#container
{
	margin: 1em auto;
	width: 799px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 60px;
	width: 100%;
	background-image: url(images/GTGHeader.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1px solid #fff;
	position: relative;	
	text-align: right;
}

#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: 140px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }

.blogentry 
{ 
	border-bottom: 0px solid #C5C877; 
}

.imagefloat { float: right; }

.imagefloatleft { float: left; }

#footer
{
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 90%;
}



