* {
margin: 0;
padding: 0;
}

body {
background: #333 url("images/back.gif") repeat;
text-align: center;
font: normal 12px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
padding-bottom: 40px;
}

a {
color: #666;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #ccc;
}

#header {
width: 950px;
height: 210px;
background: #000 url("images/title.gif") no-repeat;
background-position: center left;
}

#wrapper {
width: 950px;
background: #fff url("images/sidebar.gif") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

#bar {
width: 940px;
height: 10px;
background-color: #333;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

#ad1 {
margin:13px;
}

#nav {
list-style: none;
z-index: 2;
border: 2px solid #fff;
margin-top: 0px;
width: 950px;
}

#nav li {
 display:inline
 }

#nav li a {
color: #fff;
font: normal 12px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 116px;
height: 24px;
background-color: #000;
border: 1px solid #fff;
padding: 0px;
text-decoration: none;
float:left;
text-align:center;
}

#nav li a:hover {
background-color: #333;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: right center;
}


#sidebar {
width: 150px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: 5px;
font: normal 12px/18px verdana, arial, tahoma, sans-serif;
padding: 15px;
}

#ad_bar {
width: 175px;
height: 625px;
float: right;
position: relative;
right: -0px;
margin: 20px;
line-height:100%;
}

#jones {
width:150;
float:left;
margin:25px 25px 0px 10px;
padding:0px;
line-height:100%;
}

img {
border: 2px solid #000;
}

a img {
margin: 0px;
padding:0px;
border: 2px solid #fff;
}

a:hover img {
border-color: #ccc;
}


#content, #content2 {
float: left;
width: 650px;
margin: 20px 10px 20px 30px;
}

#content3 {
float: left;
width: 500px;
margin: 20px 20px 0px 20px;
}


#red{
color:red;
}

#program1 {
padding: 15px;
font: normal 14px/16px verdana, arial, tahoma, sans-serif;
display:block;
text-align:left;
width:600px;
background-color:#eee;
color:#000; 
border:2px solid #000;
line-height:150%;
} 

#program1:first-line {
font-family: papyrus, verdana, sans-serif;
font-weight:bold;
font-size:18px;
color:#000;
}

#events{
list-style-type:none;
padding: 15px;
font: normal 14px/18px verdana, arial, tahoma, sans-serif;
line-height:200%;
display:block;
}

#summer_hours {
	width: 600px;
	border:2px solid #000;
}

table, tr, td {
font: normal 14px/18px verdana, arial, tahoma, sans-serif;
padding:10px;
line-height:15px;
}

img.right { 
float:left;
margin: 20px 20px 0px 20px;
} 
 
#facebook_link {
width:100%;
padding:0px;
margin:0px;
border:0px;
}

#facebook_link td {
font-size:1em;
font: verdana, arial, tahoma, sans-serif;
text-align:center;
border:0px;
padding:0px;
padding:0px;
}
 
 
 #nav2 li a{
 font: normal 12px/24px verdana, arial, tahoma, sans-serif;
 text-decoration: none;
 color: white;
 padding: 5px 10px;
 background-color: #000; }
 

 #nav2 li a:visited{
 color: white;
 }
 
 #nav2 li a:hover, nav2 li .current{
 color: #fff;    
 background-color:#0b75b2;
 }

#nav2 li {
 display:inline
 }

p {
margin-bottom: 20px;
font: normal 14px/18px verdana, arial, tahoma, sans-serif;
}

.bold:first-line {
font-weight: bold;
}

#footer {
text-align: center;
clear: both;
width: 600px;
margin-left: 163px;
}

<!--light box-->

.LB-black-overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
.LB-white-content {
    display: none;
    position: fixed;
    width: 50%;
    height: 200px;
    padding: 20px;
    margin: 20% 25%;
    border: 1px solid #666;
    background-color: #fff;
    z-index:1002;
}
a#close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(images/close.png) 0 0;
}
a#close:hover {
    background: url(images/close.png) 0 -30px;
} 


