@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	}
.background {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: -1;
	background-color: #d7d7d7;
}
#rightSidebar {
	background: url(images/RightSideBlur.png) 100% 0%;
	background-size: 20%;
	background-repeat: repeat-y;
	background-attachment: scroll;
	}

#leftSidebar {
	background: url(images/LeftSideBlur.png) 0% 0%;
	background-size: 20%;
	background-repeat: repeat-y;
	background-attachment: scroll;
	}
	
#container {
	/*width: 720px; 700*/
	margin: 0 auto;
	padding: 0px;
	/*border-right: 2px solid #725972;
	border-bottom: 2px solid #725972;
	border-left: 2px solid #725972;*/
	/*background-color: #d7d7d7;*/
	position:relative;
}
#container table {
	width: 55%;/*700px;*/
	/*border:  2px solid black;*/
	margin: auto;
	}
#container p {
	width: 50%;
	margin: auto;
	}
#masthead {
	text-align:center;
	margin:auto;
	width: 55%;/*700px*/
	/*height:500px;*/
	padding: 0px; 
	/*border: 1px dotted #725972;*/
	/*background-image:url('../images/masthead_region_1.gif');
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position:0 0;
	clear:both;*/
}


#photoContent {
	float:left;
	width: 280px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color:#fff;
}
#storyContent {
	float:right;
	width: 400px;
	margin-top: 0px; /*was 50*/
	margin-bottom: 10px;
	margin-left: 0px;	
	padding-left:10px;
	padding-right:10px;
	background-color:#fff;
}

a {
	color:blue; 
	text-decoration: none;
	font-weight:bold;
}
a:link {
	color:blue; 
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: navy;
	text-decoration: underline;
	font-weight:bold;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: "dark grey";
}
#masthead img {
	display: block;
    	margin: 0 auto;
	width: 70%;
}
/* Container Styles */
#container h1,h2,h3,h4,h5,h6 {
	color: #686164;
	text-align:center;
}
#container h2{
	clear:both;
	margin-top:30px;
}
#container img {
	padding: 5px;
	}
.centeredImage
    {
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    margin-left: 10px;
    position:relative;
    }

