@charset "utf-8";
#outerWrapper {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background-image: url(../images/elizabeth_background.gif);
	background-repeat: no-repeat;
	height: 800px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height:160px;
	margin:0px;
	padding:0px;
	
}

a:link {color:#FFFFFF; text-decoration:none;}      /* unvisited link */
 a:visited {color:#FFFFFF; text-decoration:none;}  /* visited link */
 a:hover {color:#FFFFFF; text-decoration:none; font-weight:bold;}  /* mouse over link */
 a:active {color:#FFFFFF; text-decoration:none;}  /* selected link */

#navlist
{
float:right;
margin-top:86px;
margin-right:80px;
color:#FFFFFF;
font-size:24px;
}

#navlist li
 {
 display: inline;
 list-style-type: none;
 padding-right: 20px;
 }
 

 
#content_box {
	 width:440px;
	 margin:0px 0px 0px 95px;
	padding:0px;
	 /* Fallback for web browsers that doesn't support RGBa */

background: rgb(208, 186, 152);

/* RGBa with 0.6 opacity */

background: rgba(208, 186, 152, 0.6);

/* For IE 5.5 - 7*/

filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99d0ba98, endColorstr=#99d0ba98);

/* For IE 8*/

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99d0ba98, endColorstr=#99d0ba98)";
 }
 
 p
 {
	margin:0px;
	padding:10px;
 }

