@import "nav.css";

body { background: url("images/bg.jpg") no-repeat; background-color: #000; margin: 0; }

.wrapper { width: 898px; position: relative; top: 92px; } 
.nav { background: url("images/nav_bg.gif") repeat-x; width: 474px; height: 80px; float: left; }
.logo { width: 424px; float: right; }
.content { color: #FFF; font-size: 15px; font-family: Arial, Helvetica, sans-serif; padding: 10px 20px 10px 10px; }

a:link,a:active,a:visited { color: #99CC33; }
a:hover	{ color: #D34747; text-decoration: underline; }

h3 { color: #666; margin: 1px 0 15px 0; font-size: 15px; }

.event_ttl { color: #CBBFA7; font-size: 12px; font-weight: bold; }
h4.names { color: #CBBFA7; font-size: 14px; font-weight: bold; margin: 0 0 7px 0; }

#gallery img { width: 115px; height: 176px; margin: 7px; border: 5px solid; }
#gallery a img,#gallery a:link img,#gallery a:active img,#gallery a:visited img { border-color: #000; }
#gallery a:hover img { border-color: #EAEAEA; }

#gallery2 img { width: 132px; height: 88px; margin: 7px; border: 5px solid; }
#gallery2 a img,#gallery2 a:link img,#gallery2 a:active img,#gallery2 a:visited img { border-color: #000; }
#gallery2 a:hover img { border-color: #EAEAEA; }

.image { margin: 19px 15px 15px 25px; }
.image img { border: solid 10px #000; }

/* ---------- Add New Styles After Here ---------- */

