* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 background-image:url('../images/background.gif');
}

#wrapper { 
 margin: 0 auto;
 border: 1px solid black;
 width: 922px;
 margin-top: 10px;
 background: #ffffff;
}

#header {
 color: #333;
 width: 922px;
 float: left;
 background-image:url('../images/header.jpg');
 height: 100px;
}

#navigation{
 font-family: "Rockwell";
 width: 922px;
 float: left;
 height: auto;
 color: white;
 font-size: 23px;
}

#navigation a{
 color: white;
 text-decoration: none;
}

#menu{
 margin-left: 140px;
}

#leftcolumn { 
 color: #666666;
 border: none;
 margin-top: 14px;
 min-height: 350px;
 width: 192px;
 float: left;
}

#leftcolumn a{ 
 color: #666666;
 text-decoration: none;
}

#content { 
 float: left;
 color: #333;
 border: none;
 background: white;
 margin-top: 14px;
 min-height: 350px;
 width: 560px;
 display: inline;
}

#rightcolumn { 
 color: #333;
 border: none;
 margin-top: 14px;
 min-height: 350px;
 width: 170px;
 float: right;
}

#footer { 
 width: 900px;
 clear: both;
 color: #333;
 background: white;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#rightcal{
 float: right; text-align: center; 
 margin-top: 0px; 
 margin-right: 14px;
 color: #666666;
 font-size: 11px;
}

#rightcal a{
 color: #666666;
 text-decoration: none;
}

.left-event{
 background-image:url('../images/event_square_light1.jpg');
 background-repeat: no-repeat;
 padding: 8px;
 margin-left: 15px;
 height: 56px;
}

.left-event:hover{
 background-image:url('../images/event_square_dark1.jpg');
 color: white;
}

#front-text{
 margin-left: 20px;
}

#photos_div img
{
 margin-right: 3px;
 margin-bottom: 3px;
}