/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 20px 0;
	padding: 0;
	background-color:#666666;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #7c0f12;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #7c0f12;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
	margin-top: 0;
}

blockquote {
}

a {
	color: #235324;
}

a:hover {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
	background: #EFFCF0;
	border: 10px solid #7c0f12;
	border-top: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 20px 0 20px;
	border-left: 1px solid #7c0f12;
	text-decoration: none;
	font-weight: bold;
	color: #7c0f12;
}

#menu a:hover {
	background: #DAEBDB;
}

/* Header */

#header {
	width: 700px;
	height: 375px;
	margin: 0 auto;
	border: 10px solid #7c0f12;

}

/* Content */

#content{
	width: 700px;
	margin: 0 auto;
	border: 10px solid #7c0f12;
	border-top: none;
	background-color:#FFFFFF;
	
}

/* Footer */

#footer {
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
