/*
light blue	#79a9d2;
dark blue	#283257;
cream		#9f5927;
dirty tan	#85704d;
blackish	#2e2e2e;
whitish		#d1d1d1;

maroon		#621c07;
blue		#283257;
tan 3		#9f5927;
tan 2		#dfac5c;
tan 1		#f1cf8e;



	#040715;
	#000f6b;
	#4a5285;
	#c5b0a8;
	#a29399;



*/

body {
	margin: 0px;
	padding: 0px;
	background: #d1d1d1;
	color: #2e2e2e;
	font: Georgia, "Times New Roman", Times, serif;
}

#page_wrapper {
	margin: auto;
	padding: 0px;
	background: white;
	width: 780px;
}

#header {
	background-image: url('images/header.png');
	background-repeat: no-repeat
}

#logo {
	width: 200px;
	background: #283257;
}


#nav-menu {
	width: 780px;
	background: red;
}
 #nav-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav-menu li {
	float: left;
	margin: 0em;
}

#nav-menu li a {
	height: 2em;
	width: 155px;
	float: left;
	display: block;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	border-left: 1px solid #2e2e2e;
	background: #2e2e2e;
	color: white;
	font-weight: bold;
}
#nav-menu li a:hover {
	background: #9f5927;
}

/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none
}
/* End hide */





















#menu2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu2 li {
	margin: 0px 5px;
	display: inline;
}
#menu2 li a {
	width: 125px;
	display: block;
	float: left;
	font-weight: bold;
	text-decoration: none;
}
#header a:hover {
	color: #79a9d2;
}

#photos {
	width: 220px;
	float: left;
}
#photos img {
	vertical-align: middle;
}
#page_text {
	margin: 25px 0px 0px 200px;
	padding: 10px;
}
#footer {
	margin: 0px;
	padding: 7px;
	background: #2e2e2e;
	color: #d1d1d1;
	clear: both;
	text-align: center;
	font-size: small;
}
