/* CSS Document for Print */
/*--- Main Page Styles ---*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 25px;
}
#container {
	width: 760px;
	margin: auto;
}
/*--- Header ---*/
#header {
	padding: 5px;
	border-bottom: 1px solid #000000;
	text-align: right;
}
#header img {
	float: left;
}
#header h1 {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	width: 150px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	font-size: 24pt;
	line-height: 22pt;
}
/*--- Navigation ---*/
#navigation {
	display: none;
}
/*--- Content ---*/
#pagecontainer {
	border-bottom: 1px solid #000000;
	padding: 20px 5px 20px 5px;
}
#poinavi {
	display: none;
}
#content {
	width: 760px;
	color: #000000;
	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;
}
#bydrew {
	float: right;
}
#bydrew a {
	color: #000000;
}
/*--- Formatting Classes ---*/
.clears {
	clear: both;
	height: 0px;
}
img.gallery {
	border: 1px solid #000000;
}
div.gallery {
	margin-top: 10px;
	text-align: center;
}