body
{
margin: 0;
padding: 0;
}

#wrapper
{
margin: 0 auto;
width: 800px;
background: url(images/Template1/Background.jpg) no-repeat;
font-family: arial, helvatica, sans-serif;
font-size: 13px;
}

#header
{
width: 800px;
/*background: url(images/Template1Header.jpg);*/
}

#nspc
{
padding-top: 3px;
margin-left: 300px;
font-size: 18px;
font-weight: bold;
padding-bottom: 18px;
}

#title
{
font-size: 40px;
text-align: right;
font-weight: bold;
padding: 10px;
padding-right: 50px;
}

/* NAVBAR */

#blurb
{
text-align: right;
}

#content
{
margin-top: -25px;
width: 800px;
}

h1
{
position: relative;
z-index: 1;
background: #96cf63;
width: 300px;
margin: 0px;
padding: 5px;
padding-right: 20px;
color: #000000;
font-size: 24px;
text-align: right;
font-weight: bold;
}

h2
{
position: relative;
z-index: 1;
background: #e3dbe3;
width: 300px;
margin: 0px;
padding: 5px;
padding-right: 20px;
color: #000000;
font-size: 24px;
text-align: right;
font-weight: bold;
}

#contentbox
{
position: relative;
z-index: 0;
margin-top: -20px;
padding: 5px;
padding-top: 25px;
width: 600px;
margin-left: 100px;
background: url(images/Template1/Content-trans.png);
margin-bottom: 25px;
}

#contentbox2
{
position: relative;
z-index: 0;
margin-top: -20px;
padding: 5px;
padding-top: 25px;
width: 600px;
margin-left: 100px;
background: url(images/Template1/Content2-trans.png);
margin-bottom: 25px;
}

#footerspacer
{
width: 800px;
height: 25px;
}

#footer
{
position: relative;
bottom: 25px;
background: #96cf63;
width: 800px;
padding: 7px;
text-align: center;
color: #ffffff;
font-weight: bold;
font-size: 16px;
}



/* ================================================================================================== */
/* =============================Navigation Section=================================================== */
/* ================================================================================================== */
#navbar
{
/*background: #96cf63;*/
margin-top: 30px;
margin-left: 225px;
}
#nav, #nav ul {
padding: 0px;
margin: 0px;
list-style: none;
font-family: arial, sans-serif;
font-size: 16px;
}

#nav li
{
display: inline;
float: left;
}

#nav a 
{
font-weight: bold;
display: block;
color:#ffffff;
text-decoration: none;
width: 97px;
text-align: center;
margin-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
} 

#nav a:hover
{ /*background: #ffccff;*/
text-decoration: underline;}
/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */

a:link
{ 
color: #996699; 
font-weight: bold;
text-decoration: none;
}
a:visited
{ 
color: #996699; 
font-weight: bold;
text-decoration: none;
}
a:hover
{
color: #996699; 
font-weight: bold;
text-decoration: none;
}
a:active
{ 
color: #996699; 
font-weight: bold;
text-decoration: none;
}
