﻿body 
{
	text-align: center;
	margin: 0;
	padding: 0;
	/*
	background-color: #EAE3D7;
*/
}

/* The main container */
#container 
{
	clear: both;
	padding: 0 19px;
	/*background: white;*/
	margin: 0 auto 0 auto;
	width: 930px;
	text-align: left;
	height: auto;
	background-color: White;
	/*
	background-image: url('../images/content_background_ie5.png');
	background-repeat: repeat-y;
*/
} 


/*************************************************
* Main Menu 
*************************************************/ 
#mainmenu
{
/*
	background:#E3EAEB;
	background:#999966;
	background:#efefef;
	background:#66674C;
*/
	clear: both;
	/*margin: 5px;*/
	padding: 5px;
	background: white;
	width: 920px;
	/*
	height: 40px;
*/
	border-bottom: solid 1px #66674C;
	border-top: solid 1px #66674C;
}

#mainmenu ul
{
	margin: 0;
	list-style: none;
	padding: 0;
} 

#mainmenu li
{
float: left;
margin: 0 .2em;
/*
	border-right: 1px solid #66674C;
*/
} 

#mainmenu a, #mainmenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
/*
border-width: 0px 0px 0px 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
*/
margin: 2px 0;
padding: 2px 8px;
}

#mainmenu a {
color: #66674C;
text-decoration: none;
}

#mainmenu a:hover {
color: #a00;
background: #fff;
}

/*************************************************
* Content Section 
*************************************************/ 
#content
{
	clear: both;
	margin: 0 1em;
	/*
	font: 75% georgia, sans-serif;
*/
	font: 85% georgia, sans-serif;
}

#content h2
{
	font: italic normal 2em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 1em; 
	border-bottom: solid 1px #7D775C;
	color: #7D775C;
	width: 50%;
}

#content h3
{
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
}

#content a {
	color: #66674C;
	/*text-decoration: none;*/
}

#content a:hover {
	color: #a00;
}

/*************************************************
* Header 
*************************************************/ 
#header
{
	text-align: left;
	padding: 0px 0px 10px 0px;
	/*
	height: 150px;
*/
	/*
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
*/
}

#header h1
{
	text-align: center;
	vertical-align: middle;
	color: Navy;
	font-size: 50px;
	font-style: italic;
	/*
	visibility: hidden;
*/
}
