
#navbar:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
#navbar
{
	display: inline-block;
	
	margin-top: 4px;
}

#container
{	
	margin: 0 auto;
	width: 780 px;
	
}
BODY
{
	background-image: url('images/woodsintheeveing.jpg');
	background-repeat: repeat-n;
	
	font-family: Cambria;
	text-align: center;
	margin: 0 auto;
	
	
}
H1
{
	font-size: 16pt;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}
H2
{
	font-size: 14pt;
	text-decoration: inherit;
	margin-left: 7px;
	text-align: justify;
}
H3
{
	font-size: 12pt;
	text-decoration: inherit;
	margin-left: 7px;
	text-align: justify;
}
P
{
	margin: 7px;
	font-size: 1em;
	text-align: left;
	line-height: 1.6em;
}
A:link
{
	color: #000000;
	box-sizing: border-box;
	position: relative;
	
}
A:visited
{
	color: #000000;
}
A:hover
{
	color: #909090
	
}
A:active
{
	
}
#main
{
	
	margin: 0 auto;
	width: 780px;
	
	
	
}
#logo
{
	
	position: inherit;
	width: 780px;



	
	
}
#content
{
	
	position: relative;
	width: 780px;
	text-align: left;
	margin: 0 auto;
	
}

#navbar A
{
	
	
	
}
HTML
{
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	
}
#navbar A:hover
{
	color: #909090;
}
#main-text
{   
    opacity: .83;
    -moz-opacity: .83;
    filter: alpha(opacity=83); 
	border: 0px solid #ADB955;
	width: 620px;
	margin-left: 160px;
	margin-bottom: 40px;
	margin-right: auto;
	background-color: #ffffff;
	position: absolute;
	left: 0px;
	top: 4px;
}
#main-text IMG
{
	margin: 2px;
	border-bottom-color: inherit;
	
}

.whitetext 
{
	color:#FFF;
}