/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(images/bg_site.gif);
	background-repeat: repeat-x;
	background-color: #FA480C;
	margin-top: 128px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #FA480C;
}

p {
	margin-bottom: 15px;
}

#header {
	background-color: #D9D9D9;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	height: 50px;
}

#sitetitle {
	width: 750px;
	margin: auto;
	text-align: left;
	font-size: 40px;
}

#sitetitle a {
	color: #653444;
	text-decoration: none;
}

#container {
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	height: 400px;
	overflow: auto;
	padding-top: 15px;
}

#content {
	width: 750px;
	margin: auto;
	text-align: left;
	padding-bottom: 15px;
}

#toc {
	float: left;
	padding-right: 15px;
}

#toc h1 {
	font-size: 14pt;
	color: #FFFFFF;
	background-color: #FA480C;
}

#toc li {
	list-style-type: none;
}

#pagetitle {
	text-align: center;
}

#quote {
	float: right;
	background-color: #D9D9D9;
	border: 1px solid #000000;
	padding: 10px;
	width: 200px;
	margin-left: 15px;
}

#footer {
	width: 750px;
	margin: auto;
	color: #FFFFFF;
	text-align: left;
}

#bydrew a {
	color: #FFFFFF;
}

/*--- format class ---*/
.clears {
	clear: both;
	height: 0px;
}
