/* CSS Document */
/*--- Main Page Styles ---*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #FFE7A0;
	margin-top: 25px;
	background-image: url(../images/back_site.png);
	background-repeat: repeat-x;
}
#container {
	width: 760px;
	margin: auto;
}
/*--- Header ---*/
#header {
	background-color: #FFFFFF;
	background-image: url(../images/back_header.jpg);
	background-repeat: no-repeat;
	padding: 5px;
	border: 5px solid #FFFFFF;
	text-align: right;
}
#header img {
	float: left;
}
#header h1 {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	width: 150px;
	color: #721414;
	text-align: center;
	font-weight: normal;
	font-size: 24pt;
	line-height: 22pt;
}
/*--- Navigation ---*/
#navigation {
	border: 5px solid #FFFFFF;
	border-top-width: 0px;
	background-color: #721414;
	padding: 5px;
}
#navigation ul {
}
#navigation li {
	display: inline;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #FFFFFF;
}
#navigation li:first-child {
	border: none;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFCC99;
}
/*--- Content ---*/
#pagecontainer {
	background-image: url(../images/back_content.gif);
	background-repeat:repeat-y;
	border-bottom: 5px solid #FFFFFF;
	padding: 20px 5px 20px 5px;
}
#poinavi {
	float: left;
	width: 165px;
	text-align: left;
	color: #FFFFFF;
}
#poinavi ul {
	margin-left: 20px;
}
#poinavi li {
	list-style-type: square;
	margin-bottom: 15px;
}
#poinavi a {
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	float: right;
	width: 560px;
	color: #721414;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
#content h1 {
	text-align: center;
}
#content p {
	padding: 10px;
}
#content ul {
	margin-left: 20px;
}
/*--- Footer ---*/
#copy {
	float: left;
	color: #721414;
}
#bydrew {
	float: right;
}
#bydrew a {
	color: #721414;
}
/*--- Formatting Classes ---*/
.clears {
	clear: both;
	height: 0px;
}
img.gallery {
	border: 5px solid #FFFFFF;
}
div.gallery {
	margin-top: 10px;
	text-align: center;
}