/* Back Pew Greetings CSS document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
	background-color: #4278D3;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 125%;
}
.mainpageimage {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
.colorimage {
	border: thin solid #000000;
}
#surround {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	border: thin solid #000000;
}
#header {
	width: 800px;
}
#content {
	width: 800px;
}
#leftcontent {
	float: left;
	width: 150px;
	padding-top: 50px;
	padding-right: 10px;
	padding-left: 20px;
	background-image: url(../images/leftscratch.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 644px;
	color: #999999;
}
#leftcontent a {
	color: #D8001D;
}
#rightcontent {
	float: right;
	width: 590px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 10px;
}
#homepageimage {
	text-align: center;
	width: 580px;
	border: thin solid #D5011E;
	margin-bottom: 20px;
	margin-top: 20px;
}
#aboutpageimages {
	text-align: center;
	float: right;
	width: 250px;
	border: thin solid #D5011E;
	margin-bottom: 20px;
	margin-left: 20px;
}
#copyright {
	clear: both;
	width: 760px;
	text-align: center;
	padding: 20px;
}
#credits {
	width: 760px;
	color: #CCCCCC;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#credits a {
	color: #CCCCCC;
}
