#leftSide
{
float:left;
width:410px;
padding-right:10px;
}

#rightSide
{
float:right;
width:298px;
padding-right:10px;
}

#slideShow
{
text-align:center;
margin-left:30px;
}

#welcomeMessage
{
}

#nextEventImage
{
text-align:center;
}

.mainEventImage
{
border:1px solid white;
}

.events li
{
list-style:none;
}

#eventsList a
{
color:black;
display:block;
padding:10px;
}

#eventsList a:hover
{
text-decoration:none;
background-color:maroon;
color:white;
}

#eventsList
{
margin-bottom:10px;
}

#eventsList ul
{
margin:0;
list-style:none;
padding:0;
border:1px dotted maroon;
border-bottom:0;
}

#eventsList li
{
border-bottom:1px dotted maroon;
}

.events
{
width:275px;
overflow:visible;
height:300px;
list-style:none;
}

#mainContentArea
{

background-position:right bottom;
background-repeat:no-repeat;
}

#barImageHolder
{
height:425px;
}
