/************* GENERAL CSS ************/
body 
{
 margin: 0px;
 padding: 0px;
 background-image: url("images/backAgainPurpleStars.png");
 background-color: #6BC067;
 background-repeat: repeat-y;
 background-position: center top;
 text-align: justify;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #333333;
}

h1, h2, h3, h4, h5, h6 
{
 font-family: Georgia, "Times New Roman", Times, serif;
 color: #3399FF;
}

a 
{
 font-weight: bold;
 text-decoration: none;
 color: #33CCFF;
}

a:hover 
{
 text-decoration: underline;
 color: #33CCFF;
}

/************* HEADER STUFF ************/
#header 
{
 width: 770px;
 height: 120px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 padding-top: 10px;
 padding-right: 0px;
 padding-bottom: 10px;
 padding-left: 0px;
 background-image: url("images/Highlands_panorama2.jpg");
 background-color: #FFFBFD;
}

#header h1 
{
 margin: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 10px;
 text-align: left;
 color: maroon;
 font-size: 2em;
 text-transform: uppercase;
}

#header h2 
{
 margin: 0px;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 20px;
 text-align: left;
 font-size: 1.5em;
 text-transform: uppercase;
}

/************* MENU ************/
#menu 
{
 width: 770px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 padding-top: 5px;
 padding-right: 0px;
 padding-bottom: 5px;
 padding-left: 0px;
 background-color: #000000;
}

#menu ul 
{
 margin: 0px;
 padding: 0px;
 list-style: none;
 text-align: center;
}

#menu li 
{
 display: inline;
}

#menu a 
{
 padding-top: 5px;
 padding-right: 15px;
 padding-bottom: 5px;
 padding-left: 15px;
 text-transform: uppercase;
 text-decoration: none;
 font-size: 12px;
 font-weight: bold;
 color: #FFFFFF;
}

#menu a:hover 
{
 background-color: #333333;
}

/************* CONTENT ************/
#content 
{
 width: 770px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 padding-top: 20px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 
{
 font-weight: normal;
}

#content p, #content ul, #content ol 
{
 line-height: 150%;
}

#left 
{
 float: left;
 width: 480px;
 padding-top: 0px;
 padding-right: 20px;
 padding-bottom: 40px;
 padding-left: 20px;
}

#right 
{
 float: right;
 width: 210px;
 padding-top: 0px;
 padding-right: 20px;
 padding-bottom: 40px;
 padding-left: 20px;
 color: #99ccff;
}

/************* FOOTER ************/
#footer 
{
 clear: both;
 width: 771px;
 margin-top: 0px;
 margin-right: auto;
 margin-bottom: 0px;
 margin-left: auto;
 border-top-color: #666666;
 border-top-width: 1px;
 border-top-style: solid;
 background-image: url("images/back-footerAgain.png");
 background-repeat: repeat-y;
 background-position: center top;
 font-size: 9px;
 text-align: center;
 padding: 2px;
 color: #333333;
}