body {
	background-color: #0076C0;
	color: #fff;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 105%;
	margin: 0;
	padding: 0;
	min-width: 730px;
	background-repeat: repeat-x;
} 
h1 {
	margin: 0;
	clear: both;
} 
#wrapper { 
	margin: 0 auto;
	width: 740px;
	background-image:url(images/title.png);
	background-repeat: no-repeat;
} 
#sidebar {
	width: 218px;
	float: left;
	padding-top:.5em;
} 
h2 {
	margin: 0;
	color:#FFFF66;
} 
#maincontent h3 {
	margin: 0;
	color:#FFFF66;
	font-weight:lighter;
	text-transform: lowercase;
	font-size:1.1em;
} 
#maincontent h4 {
	margin: 0;
	color:#FFFF66;
	font-weight:lighter;
	text-transform: lowercase;
	font-size:1em;
} 
#maincontent {
	font-size:.8em;
	line-height: 1.5em;
	padding: 16px 30px;
	width: 460px;
	float: right; 
} 
#maincontent h2 {
	font-size: large;
	text-transform: lowercase;
	line-height: 1.5em;
}
#footer {
	font-size:.7em;
	margin:0px 0px 1em 0px;
	padding-top: .5em;
	clear: both;
	text-align: left;
	color:#66ccff;
}
#footer p {
	margin: 0px 0px 1em 0px;
}

/*NAVIGATION BAR*/
#navbar {
	margin: 0;
	padding: 0px 1em 0px 1em;
	text-align:center;
	font-size:small;
	text-transform: lowercase;
}
#navbar li {
	list-style-type: none;
	width:95%;
	margin: 0 0 6px 0;
}
#navbar a {
	display: block;
	padding: 3px 6px;
	color: #f7faff;
	font-weight:bold;
	text-decoration:none;
}
#navbar a:hover, #navbar a:active, #navbar a:focus, #navbar a.selected {
	color:#000066;
	background-color:#FFFFCC;
}
#uberlink {
	color: #333333 !important;
	font-weight: bold;
	background-color: #FFFFFF !important;
}

/*HYPERLINKS*/
a:link {
	color: #CCFFFF;
	text-decoration:underline;
	padding:1px;
	}
a:visited {
	color:#99ccff;
	text-decoration:underline;
	}

a:active, a.selected {
	color: #660000;
	}

a:hover {
	text-decoration:none;
	color:#ffffcc;
	}

/*HEADER IMAGES*/

#house_home {
	background: url(images/house_home.jpg);
	width:460px;
	height:256px;
	}

#house_about {
	background: url(images/house_about.jpg);
	width:460px;
	height:256px;
	}

#house_box {
	background: url(images/house_box.jpg);
	width:460px;
	height:256px;
	}

#house_compass {
	background: url(images/house_compass.jpg);
	width:460px;
	height:256px;
	}
	
#house_give {
	background: url(images/house_give.jpg);
	width:460px;
	height:256px;
	}

#house_note {
	background: url(images/house_note.jpg);
	width:460px;
	height:256px;
	}
#house_tour {
	background: url(images/house_tour.jpg);
	width:460px;
	height:256px;
	}	
img {
	border : 0; 
	margin:0;
	padding:0;
	}