/* COLOR STANDARDS
Green: #677835
Maroon: #71310E
Cream: #F9F5F2

Old BG: #E0D5CE
*/

/* CONTENT COMPONENT STYLES */

body {
	background-image: none;
}
#header {
	height: 138px;
	background: #471202 url(/images/photobar.jpg) no-repeat;
}
#header .logo {
	display: none;
}
ul#nav  {
	font-size: small;
	top: auto;
	bottom: 0;
	/* left: 0;
	margin-top: 50px; */
	border-top: 9px solid #677835;
	background: #71310E;
	width: 955px;
}
#content {
	width: 955px;
	background: #F9F5F2;
	margin: 0 0 0 0;
	/* background-image: url(/images/background.jpg);
	background-repeat: no-repeat; */
}
#welcome {
	padding-top: 50px;
	text-align: center;
}
#welcome img {
	vertical-align: middle;
}
#welcome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	color: #71310E;
	line-height: 1.7em;
	margin: 0;
}
#welcome p.developer_tag {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #71310E;
	font-weight: bold;
}
#welcome p span {
	background: url(/images/bullet_7x7.gif) no-repeat 50% 50%;
}
#copyright {
	text-align: center;
	margin-top: 2em;
}
