body {
	margin:0px;
 	padding:0px;
	background-color:#eee;
	background-image: url("images/bluesky.jpg");
  	background-position: 50% 50%;
  	background-repeat: repeat;
  	font-family: Arial;
	}

#wrapper-top {
	position:relative;
	width:892px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("images/topshadow.png");
	background-position:top;
	height:36px;
	}
#wrapper {
	position:relative;
	width:892px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	background-image:url("images/sideshadows.png");
	background-repeat: repeat-y;	
	}

#wrapper-bottom {
	position:relative;
	width:892px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	background-image:url("images/bottomshadow.png");
	background-position:bottom;
	height:36px;
	z-index:-1;
	}	

#Content {
	position:relative;
	width:820px;
	margin-top:-20px; 
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-15px;
	padding:15px;
	border:0px solid #000;
	background-color:#eee;
	background-image:url("images/housepicweb.jpg");	
	height: 900px;
	}

#Logo {
	position:relative;
	margin-top:0px;
	}

#orange-border {
	text-align: center;
	}

#orange-border img {
	border: 2px solid #ff6600;
	text-align: center;
	}

#textarea
	{
	position:relative;
	margin-top:-320px;
	margin-left: 16em;
	width:35em;
	padding:0px;
	background-image:url("images/white.gif");
	color: #ffffff;
	}

#navcontainer ul
	{
	margin-left: -15px;
	margin-top:30px;
	padding: 0;
	list-style-type: none;
	}

#navcontainer li a
	{
	width: 9em;
	font-weight: bold;
	color: #ffffff;
	margin-bottom:8px;
	margin-top:8px; 
	padding:10px;
	}

#navcontainer li li a
	{
	width: 9em;
	margin: .2em 0 .2em 0;
	font-weight: normal;
	}

#navcontainer ul ul 
	{ 
	margin-left: 1em;
	}

#navcontainer a
	{
	text-decoration: none;
	background-color: #ff6600;
	display: block;
	}

#navcontainer li a:hover
	{
	background-color: #ffaa33;
	margin-top:8px;
	width: 9em;
	
	}

#navcontainer li li a:hover
	{
	background-color: #ffaa33;
	}

#navcontainer li a#current 
	{ 
	background-color: #ffaa33;
	width: 9em; 
	}
#navcontainer li a#blue
	{
	background-color: #74B5CA;
	}

#navcontainer li li a#subcurrent 
	{ 
	background-color: #ffaa33; 
	}
