body 
        {background-color:#333333;
	color:#000000;
	font-family: Georgia, Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 8px 10px;
	padding: 0px;}

.clear{clear:both;}
*       {margin: 0px;
	padding: 0px;}

#container
        {margin: 0px auto;
	text-align: left;
	width: 880px;}

p{margin: 8px 0px;}


/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(header.jpg);
	width:910px;
	height:150px;
	position:relative;
}
#header ul{
	background-color:#85a157;
	width:906px;
	border: 2px solid #FFFFFF;
	display:block;
	top:150px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 12px;
}
#header ul a:hover{
	text-decoration:none;
	color:#28556b;
}


/********************** Content ***************************/
#content {
	background-image:url(content.jpg);
	width:910px;
}
img{
	border-width:0px;
}
#left {
	float:left;
	width:600px;
	margin-left:15px;
	padding: 20px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#85a157;}

#photos a{
	margin-right:10px;
}
#right {
	float:right;
	width:255px;
	padding: 12px 10px 0px 12px;
	margin-top:15px;
	border-left: #FFF 4px solid;
}
#right a{
	color:#28556b;
        font-weight: bold 
}
#right a:hover{
	color:#85a157;
}
.floatleft
{
float: left;
margin: 0 0 0px 0px;
border: 0px solid #666;
padding: 4px;
}
.floatright
{
float: right;
margin: 0 0 0px 0px;
border: 0px solid #666;
padding: 4px;
}

.style1
       {
           color: #CCCCCC;
       }
           a { text-decoration:none }
.style2
       {
           color: #FFFFFF;
           font-weight: bold;
       }

/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(footer.gif);
font-size:1px;
height:10px;
}
#footer {
	width:910px;
	text-align:center;
	padding: 10px 0px;
}
