@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-size: 80%;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #73123d;
}
.saffron #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/contentbg.jpg);
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
} 
.saffron #top {
	background-image: url(images/top.jpg);
	height: 19px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.saffron #header {
	background-image: url(images/header.jpg);
	height: 206px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.saffron #underheader {
	background-image: url(images/underheader.jpg);
	height: 35px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.saffron #pagetitle {
	background-image: url(images/pagetitle.jpg);
	height: 45px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.toptitle {
	font-family: Georgia;
	font-size: 20px;
	font-style: italic;
	padding-left: 65px;
	padding-top: 2px;
}
.saffron #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.saffron #mainContent {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #863f5b;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.saffron #footer {
	background-image: url(images/footer.jpg);
	height: 79px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.saffron #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#topspace {
	background-image: url(images/contentbg.jpg);
	height: 5px;
}
#navcontainer {
	width: 200px;
	margin-left: 10px;
 }
#navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 200px;
}

#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #863f5b;
}
#navlist li a { 
text-decoration: none;
font-weight: bold;
color:#5e0844; 
}
#navlist  a:link, .navlist2 a:visited {
font-weight: bold;
color: #5e0844;
}
#navlist a:hover {
color: #000;
font-weight: bold;
text-decoration: none;
}
.lillink {
	color: #500038;
	text-decoration: underline;
}
.blklink {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.fade {
	color: #500038
}
.saffron #slideshowholder {
	float: right;
	height: 206px;
	width: 527px;
}
.contenttitle {
	font-size: 14px;
	font-weight: bold;
}
#gallery {
	height: 300px;
	width: 400px;
	border: 2px solid #000000;	
}
