body
{
margin: 0;
padding: 0;
}

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

#header
{
width: 800px;
margin: 0px;
padding: 0px;
/*background: url(images/HomePage/Header.jpg);*/
}

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

/* NAVBAR */

#blurb
{
text-align: right;
}

#content
{
margin: 0px;
padding-top: 100px;
width: 800px;
height: 500px;
}


#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;
}

#subfooter /* To display author info */
{
position: relative;
bottom: 10px;
width: 800px;
padding: 5px;
text-align: right;
}



/* ================================================================================================== */
/* =============================Navigation Section=================================================== */
/* ================================================================================================== */
#navbar
{
/*background: #96cf63;*/
padding-top: 140px;
margin: 0px;
margin-left: 225px;
height: 20px; /* Adding the height will make sure that FF and IE display the same */
}

#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;}
/* ================================================================================================== */
/* ===================Home page specific content positioning========================================= */
/* ================================================================================================== */
#exhibit
{
position: relative;
z-index: 1;
left: 250px;
top: -75px;
}

#about
{
position: relative;
left: 215px;
top: -75px;
display: block;
}

#schedule
{
position: relative;
left: 150px;
top: -65px;
}

#education
{
position: relative;
left: 125px;
top: -50px;
}

#events
{
position: relative;
left: 175px;
top: -40px;
}

#directions
{
position: relative;
left: 295px;
top: -25px;
}

#photo
{
position: absolute;
z-index: 0;
left: 50%;
top: 200px;
}


/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */






/* ================================================================================================== */
/* ================================================================================================== */
/* ================================================================================================== */

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;
}




#subfooter a:link
{ 
color: #000000; 
font-weight: normal;
text-decoration: none;
}
#subfooter a:visited
{ 
color: #000000; 
font-weight: normal;
text-decoration: none;
}
#subfooter a:hover
{
color: #000000; 
font-weight: normal;
text-decoration: none;
}
#subfooter a:active
{ 
color: #000000; 
font-weight: normal;
text-decoration: none;
}