html
{
	background: #CCCCCC;
}

body
{
	color: black;
	background: #FFFFF7;
	font-size: 14px;
    font-weight: normal;
	margin:50px 20px 20px 20px;
}

#header
{
	margin: 20px; 	
	padding: 80px 0px 40px 0px;
	border-bottom: 1px solid black;
}

#header h1
{	
	font-size: 26px;
    font-weight: normal;
	letter-spacing: -1px;
 	color: #000000;
	cursor: default;
}

#header h2
{	
	font-size: 16px;
    font-weight: normal;
    font-style: italic;
}

#header a
{	
	color: black;
}

.section
{
	margin: 20px;
}

.section p
{
	line-height: 1.25em;
}


h3    /* section headers */
{
 	margin: 0px 0px 0px 0px; 	
 	padding-top:10px;
	font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
	letter-spacing: 0px;
 	color: #000000;
	cursor: default;

}

#footer
	{
	margin: 20px; 
	position: relative;
	display: inline-block; /* Fixes nasty Opera7 scrolling bug */
	}
#footer:after
	{
	display: block; 
	clear: both; 
	visibility: hidden;
	}

.spacer
{
	clear: both;
}

.imgleft
{
	float:left;
}

.imgleft a img
{
	margin: 10px 10px 10px 0px;
	border:0px solid black;
}

.imgright
{
	float:right;
}

.imgright a img
{
	margin: 10px 0px 10px 10px;
	border:0px solid black;
}

