body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4F4646;
	background-image:url(../images/bkgd.jpg);
	background-color: #ffec80;
	background-repeat: repeat-x;
}

#container {
	width: 700px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #4F4646;
	background-color: #fff;
}

#masthead {
	text-align: center;
	width: 700px;
}

#masthead img {
	border: 1px solid #4F4646;
}

#content {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	text-align: center;
	clear: both;
	width: 620px;
	border: 1px solid #B5AD88;
}

/* Masthead Styles */

#masthead h1 {
	color: #000E61;
	font-size:31px;
}

#masthead h3 {
	color: #fff;
	font-size:21px;
}

/* Content Styles */

#content h2,h3,h4,h5,h6 {
	color: #4F4646;
}

#content h1   {
	color: #1B3005;
	font-size: 18px;
	text-align: center;
	font-weight:normal;
	letter-spacing: .2em;
}

#content img {
	padding: 5px;
	border: 1px solid #B5AD88;
}

/* Footer Styles */

#footer p {
	color: #9E9191;
	font-size: 0.9em;
}

#footer a {
	color: #4F4646;
	text-decoration: underline;
}

#footer a:hover {
	color: #62101A;
	text-decoration: none;
}

a {
	color: #1B3005;
	text-decoration: underline;
}

a:hover {
	color: #C1B79D;
	text-decoration: underline;
}
