@charset "utf-8";
/* CSS Document memories page only*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cb352D;
}
#wrapper {
 position: relative;
 text-align: left;
 width: 910px;
 height:100px;
 margin-right: auto;
 margin-left: auto;
 
 border-bottom:double;
}
#wrapper1 { 
	position: relative;
	  text-align: left;
	  width: 890px;
	  margin-right: auto;
	 margin-left: auto;
	  border-bottom: 1px solid #ececec;
	 }
#header {
  height: 150px;
 position: relative;
 border-bottom: 1px solid #ececec;
}
#header h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #cb352d;
	font-size: 190%;
	font-weight:500;
	
}
#content {
	float: left;
	width: 875px;
	padding: 20px 10px 0 0;
	margin-top: 20px;
	}
	
#content h3 {
 font-size: 100%;
 line-height: 1em;
 padding-top:0px;
 color:#CB352D;
}
#content p {
 line-height: 1.0em;
 padding-top:0px;
}

#latestnews {
background-color:#66CC33;
padding-left:20px;
}

#navigation {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding: 1px;
	background-color: #CCFF66;
}
#navigation h1 {
 list-style: none;
 margin: 1em 0 0 0;
 padding: 0;
 border: none;
 text-align:center;
 font-size:20px;
 color:#000000
}
#navigation h2 {
 list-style: none;
 margin: 1em 0 0 0;;
 padding: 0;
 border: none;
 text-align:center;
 font-size:16px;
}
#navigation ul {
 list-style: none;
 margin: 1em 0 0 0;
 padding: 0;
 border: none;
 text-align:center;
}
#navigation li {
 font-size: 90%;
}
#navigation p {
 font-size: 90%;
 color:#000000;
}

#navigation a:link, #navigation a:visited {
	color: #cb352d;
	background-color: transparent;
	display: block;
	border-bottom: 1px solid #999;
	padding: 1em 0 0.2em 0;
	text-decoration: none;
	text-align: center;
}
#navigation a:hover {
 color: #999;
}
#actions {
	position:absolute;
	width:215px;
	height:460px;
	z-index:5;
	left: -1px;
	top: 720px;
	layer-background-color: #FFCC66;
	margin: 1em 0 0 0;
	visibility: visible;
}

#latestnews p {
 font-color;
 text-align:left;
 line-height:1em;
 font-size:16px;
 color:#333333; 
 margin: 1em 1em 1em 1em;
}
#latestnews li {
 text-align:left;
 line-height:1em;
 font-size:16px;
 color:#333333; 
}
#latestnews h2 {
	text-align:left;
 line-height:1em;
 font-size:20px;
 color:#333333; 
}
#latestnews h3 {
 text-align:left;
 line-height:1em;
 font-size:16px;
 color:#333333; 
}

#footer {
 clear: both;
 font-size: 80%;
 padding-top: 1em;
 text-align: right;
 color: #999;
 background-color: transparent;
}
.featureimage {
	float:right;
	margin:30;
}
