* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #f5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
h1 {
	color: #961911;
	font-weight: bold;
	font-size: 12px;	
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;	
}
a {
	color: #961911;
	font-weight: bold;
	text-decoration: underline;
}
#container {
	width: 700px;
	background: #fff;
	margin: 0 auto;
}
#header {
	width: 700px;
	height: 110px;
	background-image:url(img/header.jpg);
	background-repeat: no-repeat;
}

#navigation ul {
    width: 595px;
    height: 24px;
	float: right;
    background: url(img/navigation_new.gif) no-repeat 0 0;
    list-style: none;
    margin: 6px 0 0 0 ; 
	padding: 0;
}
#navigation li {
    display: inline;
}
#navigation li a:link, #navigation li a:visited {
    border: none;
    display: block;
    text-indent: -7000px;
    outline: none;
	height: 24px;
	float: left;
}
#navigation li.navhome a:link, #navigation li.navhome a:visited {
	width: 70px;
	margin-right: 2px;	
}
#navigation li.navprogram a:link, #navigation li.navprogram a:visited {
	width: 75px;
	margin-right: 2px;
}
#navigation li.navcosts a:link, #navigation li.navcosts a:visited {
	width: 60px;
	margin-right: 2px;
}
#navigation li.navschedule a:link, #navigation li.navschedule a:visited {
	width: 75px;
	margin-right: 2px;
}
#navigation li.navgallery a:link, #navigation li.navgallery a:visited {
	width: 75px;
	margin-right: 2px;
}
#navigation li.navmedia a:link, #navigation li.navmedia a:visited {
	width: 66px;
	margin-right: 2px;
}
#navigation li.navstaff a:link, #navigation li.navstaff a:visited {
	width: 90px;
	margin-right: 2px;
}
#navigation li.navcontact a:link, #navigation li.navcontact a:visited {
	width: 70px;
}

#navigation li.navhome a:hover {
    background: url(img/navigation_new.gif) no-repeat 0 -24px;
}
#navigation li.navprogram a:hover {
    background: url(img/navigation_new.gif) no-repeat -72px -24px;
}
#navigation li.navcosts a:hover {
    background: url(img/navigation_new.gif) no-repeat -149px -24px;
}
#navigation li.navschedule a:hover {
    background: url(img/navigation_new.gif) no-repeat -211px -24px;
}
#navigation li.navgallery a:hover {
    background: url(img/navigation_new.gif) no-repeat -288px -24px;
}
#navigation li.navmedia a:hover {
    background: url(img/navigation_new.gif) no-repeat -365px -24px;
}
#navigation li.navstaff a:hover {
    background: url(img/navigation_new.gif) no-repeat -433px -24px;
}
#navigation li.navcontact a:hover {
    background: url(img/navigation_new.gif) no-repeat -525px -24px;
}
#content {
	width: 640px;
	margin: 20px;
	overflow: auto;
}
#gallery {
	width: 200px;
	float: left;
	margin: 0 13px 20px 0;
	text-align: center;
}
#gallery p{
	font-weight: bold;
	margin-top: 5px;
}
#gallery img{
	border: 1px solid #B6B6B6;
}
#footer {
	background-color: #961911;
	width: 700px;
	height: 45px;
}
#footer p{
	color: #fff;
	line-height: 28px;
	margin-left: 15px;
}

/* Testimonials */

#testimonial {
	width: 150px;
	height: 240px;
	text-align: center;
	float: left;
	margin: 0 9px 0 0;
}
.test_heading {
	font-size: 12px;
	font-weight: bold;
}

/* Staff */

#staff_details {
	width: 640px;
	margin: 13px 0;
	overflow: auto;
}
#staff_photo {
	width: 130px;
	float: left;
}
#staff_copy {
	width: 510px;
	float: left;
}


.staff_img {
	margin: 0 10px 10px 0;
}