﻿body
{
    margin: 0;
    font-family: Verdana, Arial, sans-serif;
    /*background-color: #feff86; */
    
    background-image: url(images/hsbackground2.jpg);
   /* background-color: #0f0c06; */
   background-color: #ec9b16;
    /*background-image: url(images/RedGradientBackground.JPG);*/
    background-repeat: repeat-x; 
    /*color: #000000; */
    
}



#wrapper
{
	width: 790px;
	margin: 0 auto;
}

#header
{
    background-color: #0000cc;
    height: 100px;
    border-bottom: #ff6600 thick solid;
}
#leftheader
{
    width: 390px;
    background-color: #0000cc;
    float: left;
    height: 100px;
    font-size: 24px;
    color: #ffffff;
    font-family: 'Missy BT';
}

.left-containerheader
{
	margin: 20px;
	margin-bottom: 0;	/* IE6 pushes footer down without this */
}

#rightheader
{
    width: 400px;
    background-color: #0000cc;
    float: left;
    height: 61px;
    color: #ffffff;
}

.right-containerheader
{
	margin: 20px;
	margin-bottom: 0;	/* IE6 pushes footer down without this */
}

a
{
    text-decoration: none;
    color: #ff6600;
}

a:visited {
	color: #C19B28;
}

a:hover {
	text-decoration: underline;
	color: #ff6600;
}

a:active {
	color: #C19B28;
} 

.menua
{
    right: 10px;
    margin-top: 40px;
    float:right;    
    width: 241px;
    text-transform: uppercase;
    font-size: 10px;
    color: #ffffff;
    background-color: transparent;
    text-decoration: underline;
    /*style="right: 21px; top: 68px" Width="241px" */
}

#content
{

}

#left
{
    width: 790px;
    background: #ffffff;
    float: left;
    height: 400px;
    font-size: 0.7em;
    color: #000000;
}

.left-container
{
	margin: 0 20px 0 20px;
	margin-bottom: 0;	/* IE6 pushes footer down without this */
}

.page
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #000000;
}

#home {
	position: relative;
	width: 686px;
	height: 400px;
	padding: 0px 37px;
	background-color: White;
	padding-top: 1px; /* Weird Mozilla Bug */
	padding-bottom: 40px; /* Weird Mozilla Bug */
	color: Black;
}

#contact
{
    color: black;
    text-align: center;
    position: relative;
    font-size: 12px;
}

#footer
{
    padding: 10px;
    background-color: #0000cc;
    text-align: center;
    font-size: 0.6em;
  
}
 #footer p
{
    color: #ffffff;
    background-color: transparent;
}
 
 #footer a
{
    color: #ffffff;
    background-color: transparent;
}

.clear
{
	clear: left;
}












