body 
{
font-family: Times, "Times New Roman", serif;
/*background-color: #cccc99;*/
margin: 0px; 
}

.nobullets {
list-style: none;
}

#header {
background-image: url(images/clouds.jpg);
background-repeat: repeat-x;
height: 128px;
}

#windmill {
float: left; 
width: 215px;
}

.spacer
{
height: 500px;
}

#main-body 
{
text-align: center;
margin-left: 150px;
/*width: 500px;
*/
margin-right: 30px; 
}

.location
{
text-align: left;
}

.main-event
{
text-align: left;
}

#navbar 
{
text-align: left;
margin-bottom: 20px; 
float: left;
font-weight: bold;
text-decoration: none; 
width: 9em;
}

.indent {
text-indent: 1em; 
}

#navbar a:link, #navbar a:visited
{
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 5px;
display: block;
}

#navbar a:hover
{
background-image: url(images/tinywindmill.gif);
background-repeat: no-repeat;
background-position: left center;
display: block; 
}

.day-header
{
font-weight: bold;
font-size: 1.5em; 
}

#sat
{
text-align: left;
float: left;
width: 45%;
padding-left: 100px;
padding-bottom: 20px;
border: 1px white solid;
line-height: 0em; }

#sun
{
text-align: left;
border: 1px white solid;
line-height: 0em; }

#events {
}

#events table {
font-family: Verdana, Helvetica, Arial, sans-serif; 
}

.event 
{
padding-left: 20px;
padding-right:20px;
}

.event-time
{
width: 8em;
}

.event-name
{
width: 400px;
}

.event-loc
{
width: 400px;
}

.event-info
{
font-style: italic; 
}

.center
{
text-align: center;
}

#footer
{
background-image: url(images/grass.jpg);
background-repeat: repeat-x;
background-position: bottom;
height: 160px;
text-align: center;
font-style: italic;
}

#current
{
background-color: #9999ff; 
}

/* Slideshow page styles */

#ss_img_div
{
margin: 20px;
}

#ss_text
{
margin-bottom: 20px;
}

