﻿html, body 
{
	font-family: Arial, Verdana, Sans-Serif;
    background: #CAC39F;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
#main 
{
	min-height: 100%;
	position: relative;
    margin: 0px;
}
.header 
{
    height: 242px;
    background: url('../images/header_background.jpg') repeat-x #455A34;
    text-align: center;
}
#headerImg
{
    height: 242px;
    width: 766px;
    background: url('../images/header_background2.jpg') no-repeat;	
    text-align: left;
}
.menu, .footer
{
    background: url('../images/menu_background.gif') #000000;
    height: 62px;
    width:100%;
    text-align: center;
    padding: 20px;
}
.menu 
{
	font-size: 10pt;
}
#content 
{
	width:100%;
	text-align:center;
}
#actualContent 
{
	text-align: left;
	padding: 10px;
}
.footer 
{
	font-size: 9pt;
}
.menuTextNormal
{
	 text-transform: uppercase;
	 color: #FFFFFF;
	 margin: 5px;
}
.menuTextSelected
{
	font-weight: bold;
	 text-transform: uppercase;
	 color: #FFFFFF;
	 margin: 5px;
}
.menuTextHover
{
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    color: #FFFFFF;
    margin: 5px;
}

h3
{
	font-family: 'Comic Sans MS', Textile, cursive;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}