@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
	font-size:12px;
	background:black;
}
:focus {
outline:none;
}

.bold{
 font-weight:bold;
}
.italic{

font-style:italic;

}
.alert{
color:#ff002d;
}

body a {
color:#ff002d;
text-decoration:none;
}

body a:hover {
color:#222222;
}

.clear {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}



#bg_wrapper {
width:1000px;
margin:15px auto;
background:black;
}

#wrapper {
	width: 800px;
	margin: auto;
	background:white;
	padding:15px;
	border:5px solid #ff002d;
}

#header {
	width: 800px;
	height:298px;
	margin:auto;
	background-image:url(images/new_logo/new_small.png);
	background-repeat:no-repeat;
}

#maincontent {
width:750px;
margin:0px 25px 10px;
float:left;
}

#maincontent p{
text-align:justify;
line-height:18px;
margin-top:0px;
}
#maincontent a{
color:#222222;
text-decoration:none;
border-bottom:thin solid #222222;

}
#maincontent a:hover{
border-bottom:2px solid #222222;

}

#maincontent table {
margin-top:-13px;
}

.firstletter {
font-size:24px;
font-family:serif;
float:left;
padding-right:1px;
}

#image_container {
float:right;
clear:right;
width:381px;
margin-left:20px;
}


#slideshow {
width:379px;
height:380px;
clear:both;

}

#caption {
font-size:12px;
text-align:left;
padding-top:15px;
}

#slideshow a {
text-decoration:none;
color:#ff002d;
}

#slideshow a:hover {
text-decoration:none;
font-weight:normal;
color:#222222;
}

.photo_credit {
font-size:12px;
color:#ff002d;
text-align:left;
}



.caption {
font-style:italic;
font-size:12px;
line-height:16px;
text-align:left;
font-weight:bold;
}


#navigation {
	width: 800px;
	margin:auto;
	padding-top:135px;
	height: 116px;
}

a#home,a#director,a#schedule,a#contact {
display: block;
text-indent:-9999px;
background-position:bottom center;
height:116px;
}

a#home,a#director {
float:left;
}

a#schedule,a#contact {
float:right;
}

a#home {
background-image:url(images/home.png);
width:119px;
}

a#director {
background-image:url(images/director.png);
width:241px;
}

a#schedule {
background-image:url(images/schedule.png);
width:170px;
}

a#contact {
background-image:url(images/contact.png);
width:158px;
}

a:hover#home,a:hover#director,a:hover#schedule,a:hover#contact {
background-position:top center;
}

body#home a#home {
background-position:top center;
}

body#director a#director {
background-position:top center;
}

body#schedule a#schedule {
background-position:top center;
}

body#contact a#contact {
background-position:top center;
}

#footer {
	width:750px;
	margin:25px auto 15px;
	padding:15px 0px 15px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border:thin solid #222222;
}
#footer h1 {
font-size:18px;
font-weight:normal;
color:#222222;
}

#footer .links {
	font-size:12px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#page_credit {
margin:15px auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-size:12px;
width:800px;
color:#7F7F80;

}
#footer a{
color:#7f7f80;
}

#page_credit a {
text-decoration:none;
}
#footer a:hover, #page_credit a:hover {
text-decoration:none;
color:#222222;
}
