
body {
	margin: 20px 0;
	padding: 0;
	background: #3F3F3F url(images/tile.jpg);
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #333;
}

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

h2
{
	font-size:1.5em;
	line-height:1.5em;
}
h3 
{
	font-size:1.5em;
	line-height:1.2em;
	margin-left: 20px;
}
a:link, a:visited 
{
	color: #003c34;
	text-decoration: none;
}
a:hover, a:active 
{
	color: #900a09;
}

.clear 
{
	clear: both; 
	height: 1px;
}
/* Menu */

#menu {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	background: #EFFCF0;
}

#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-right: 1px solid #996;
	border-bottom:0px;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover, 
#menu a:active
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	background: #daebdb;
}

/* Header */

#header {
	width: 900px;
	height: 180px;
	margin: 0 auto;
	background:#000 url(images/703848.jpg) no-repeat right;	
}

#header h1 {
	padding: 15px 0 0 20px;
	font-size: 1.8em;
	letter-spacing:1px;
	font-variant:small-caps;
}

#header h2 {
	padding: 5px 0 0 20px;
	font-size: 0.9em;
}

#header a {
	text-decoration: none;
}
#header * 
{
	color: #DAEBDB;
}

/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: #ffffff;
	padding-top:10px;
}

/* Footer */

#footer {
	width:900px;
	margin:0 auto;
	color: #FFF;
}
#footer p {
	margin:10px 0;
}
