@charset "UTF-8";
/* CSS Document */

/* Positioning Divs */

html, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #3b0706;
	background-image: url(../Images/Elements/Background.gif);
	background-repeat: repeat-x;
}

#wrapper {
	width: 782px;
	margin-top: 54px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#banner {
	width: 782px;
	height: 127px;
}

#nav {
	width: 782px;
	height: 59px;
}

#content {
	width: 782px;
	min-height: 585px;
	background-color: #FFF;
	background-image: url(../Images/Elements/Content.jpg);
	background-repeat: no-repeat;
}

#tail {
	width: 782px;
	height: 86px;
	clear: both;
	text-align: center;
	background-image: url(../Images/Elements/Tail.gif);
	background-repeat: no-repeat;
}

/* External Footer */

.footer {
	width: 750px;
	font-size: 90%;
	line-height: 110%;
	letter-spacing: .04em;
	text-align: center;
}

.footer ul li {
	display: inline;
	list-style-type: none;
	padding: 0px 10px 0px;
}

/* Links */

a {
	text-decoration: none;
	color: #066; 
}

a:link {
	color: #066; 
}

a:visited {
	color: #066;
}

a:hover {
	color: #099;
}

/* Classes, Etc. */

#content p {
	padding: 50px 50px 50px;
	font-size: 110%;
	line-height: 130%;
	text-align:justify;
}

.quote {
	padding-left: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.breaker {
	text-align: center;
	color: #900;
	padding: 0px 50px 0px;
	font-size: 115%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
}

.links {
	padding: 50px 50px 50px;
	font-size: 110%;
	line-height: 130%;
}

img {
	text-decoration: none;
}

/* Bibliography Org */

.biblio {
	height: 300px;
	margin: 50px 20px 20px 50px;
}

.bibliotext{
	font-size: 110%;
	line-height: 130%;
	padding-top: 100px;
}

/* Pic Floats */

.leftpic {
	padding: 0px 15px 10px 0px;
	float: left;
}

.rightpic {
	padding: 0px 0px 10px 15px;
	float: right;
}
