﻿/* CSS layout */
body {
	background-color: #E3E1E2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;];
	color: #333333;
}
h1{
	font-size: x-large;
	color: #A44B87;
	font-family: Arial, Helvetica, sans-serif;
}
h2{
	font-size: large;
	color: #A44B87;
	font-family: Arial, Helvetica, sans-serif;
}
.picture_frame {
	border: 1px solid #A44B87;
	padding: 4px;
	text-align: center;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
.story_frame {
	border: 1px solid #A44B87;
	padding: 4px;
	text-align: justify;
	font-size: medium;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.picture_frame_large_text {
	border: 1px solid #A44B87;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
blockquote {
	border-left-color: #A44B87;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 16px;
	border-right-color: #A44B87;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 16px;
	color: #7D3967;
	font-style:italic;
}
.SidebarLink {
}
.FirstLine {
}
#cmsContent {
	text-align:center;
}
#sidebar {
	background-position: right top;
	padding: 16px 8px 16px 8px;
	float: right;
	border-style: dashed;
	border-width: 0px 0px 0px 1px;
	border-color: #A6B8C2;
	width: 135px;
	margin: 0px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images/masthead_4x2.gif');
	background-repeat: no-repeat;
}
#wrapper {
	width: 775px;
	margin: 0 auto;
	background-color: white;
/*	background-image: url('images/masthead.png');  */
	background-repeat: no-repeat;
}
#masthead {
}
#container {
	margin: 0px;
	background-position: left bottom;
	background-image: url('images/masthead_5x2.gif');
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #A9B5C4;
	border-width: 0px 1px 0px 1px;
}
#top_nav {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #A6B8C2;
	height: 27px;
	background-color: #b34390;
	margin:0px;
	padding:0px;
}
#page_content {
	width: 587px; /* so that the content, the sidebar and all the padding fit */;
	float: left;
	margin: 0px;
	padding: 16px;
	position: relative;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
	position: relative;
	margin: 0px;
	padding: 4px;
	line-height:24px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #A6B8C2;
	text-align:center;
	font-size:x-small;
	
}
.donateButton {
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
}
#pc_tagline {
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	margin: 0px;
	padding: 8px;
	height: 18px;
	text-align:center;
	font-size:x-small;
	line-height:18px;
	color:gray;	
}
#pc_tagline a {
	color: #4FA7FF;
}
