﻿body
{
	background-color: #eee;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	color: #006600;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}

#main_content
{
	width: 1000px;
	text-align: center;
	border: 1px solid black;
	background-color: white;
}

#main_content2
{
	margin: 0px;
	padding: 0px;
	width: 1000px;
	text-align: left;
	background-color: white;
}

#footer
{
	text-align: center;
}

.pictures
{
	float: left;
}


h1
{
	font-size: 20px;
	margin: 0px 20px 0px 33%;
	padding: 20px 0px 10px 0px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

p
{
	color: #006600;
	margin: 5px 20px 5px 33%;
	padding: 0px 0px 10px 0px;
}


p.footer
{
	font-size: 11px; 
	font-weight: normal;
	color: #666;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

a:link, a:active, a:visited
{
	color: #006600;
}

a:hover
{
	color: #663333;
}
