/* CSS Document */

body {
	background-image:url(/images/bgpurple.jpg);
	background-repeat:repeat-x;
	font: Arial, Helvetica,Verdana, sans-serif;
	margin: 30px auto 30px auto;
	width:975px;
}

h1-h6 a:link, a:hover, a:active, a {
	color: #981B1E;
}

a:hover img{
border: 2px solid #981B1E;

}

a img {
border: 2px solid #3A3A3A;

}


a, a:link a:visited{
	text-decoration: none;
	color:#3A3A3A;
}


h1 {
	font-size:130%;
	color:#981B1E;
	margin-top:0px;
}

h2 {
	font-size:120%;
	color:#3A3A3A;
}


#template{
	width: 975px;
	height:auto;
}


#splashTemplate{

	width: 700px;
	margin:0px 100px 0px 100px;
}

#header{
	height:60px;
	width:975px;
}

#navigation{
	margin: 0px;
	padding: 0px;
	text-align:left;
}

#navigation a:link, #navigation a:visited {
	display:block;
	/*border-bottom: 2px solid #ffffff;*/
	font-size:75%;
	font-weight:bold;
	padding: 3px 0px 3px 10px;
	color: #3A3A3A;
}


#navigation a:hover {
/*	border-bottom: 2px solid #cccccc;
	text-decoration: none;*/
	color:#981B1E;
}

#content{
	padding: 0px 10px 10px 10px;
	text-align:left;
	font-size:80%;
}

.firstLetter{
font-size:150%;
font-weight:bold;
font-family:"Times New Roman", Times, serif;
}

.quotes{
color:#7c6289;
}

#footer{
	width: 975px;
	padding: 10px 0px 20px 0px;
	font-size:80%;
	font-weight:bold;
	color: #3A3A3A;
}

#splashFooter{
	width: 795px;
	padding: 10px 0px 20px 0px;
	margin:0px 100px 0px 100px;
	font-size:80%;
	font-weight:bold;
	color: #3A3A3A;
}
