body
{ 
	font-family: arial, helvetica, sans serif;
	color: #008008;
	font-size: x-small;
	background-image:   url(images/page_background.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
}

table
{
    font-family: arial, helvetica, sans serif;
	font-size: x-small;
	color: #008008;
}

h1
{
	font-family: arial, helvetica, sans serif;
	font-weight: normal;
	font-size: medium;
	color: #008008;
}

h2
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
	color: #ec7c18;
}

#contact
{
    background-image: url(images/header_contact.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 90%;
	padding-top: 5px;
	font-weight: bold;
	color: #008008;
}

#title
{
    background-image: url(images/header_top2.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: bold;
	color: #008008;
}

#menu
{
    background-image:   url(images/header_menu.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 18px;
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: x-small;
}


#menu a
{
	color: #008008;
	text-decoration: none;
}

#menu a:hover
{
    color: #ec7c18;
	text-decoration: underline;
}

#content
{
    background-image: url(images/content_background.gif);
	background-position: top;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-bottom: 10px;
}

#content2
{
    background-image: url(images/content_background2.gif);
	background-position: top;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#photos
{
    background-image:   url(images/photos_background.gif);
	background-position: top;
	background-repeat: repeat-y;
	padding-right: 3px;
}

a
{
	color: #ec7c18; 
	text-decoration: underline;
}

a:visited
{
    color: #ec7c18; 
	text-decoration: none;
}

a:hover
{
    color: #ec7c18;
	text-decoration: none;
}

#footer
{
	font-family: arial, helvetica, sans serif;
	background-image: url(images/footer.gif);
	background-position: top;
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-top: 10px;
	font-size: x-small;
	font-weight: normal;
	color: #008008;
}


.small
{
    font-family: arial, helvetica, sans serif;
	font-weight: normal;
	font-size: xx-small;
}

.orange
{
    color: #ec7c18;
}

.right
{
	float: right;
	margin: 10px;
}

.left
{
	float: left;
	margin: 10px;
}

.large
{
	font-size: small;
}

