/* body, header and container
--------------------------------------------------*/
body {
	background-color: #f5cfb5;
	margin: 0px;
	text-align: center;
}
#header {
	margin-top: 0px;
	width: 100%;
	text-align: center;
	background-color: #f5cfb5;

}
#container {
	width: 506px;
	background-color: #501d2f;
	color: #f5cfb5;
	font-family: arial;
	font-size: 11px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* navigation
--------------------------------------------------*/

#nav {

width: 506px;

height: 40px;

margin: 0;

text-transform: uppercase;

font-size: 0.9em;

text-align: center;

letter-spacing: 1px;
}



#nav a {

margin: 0;	

color: #f5cfb5;

height: 30px;

line-height: 30px;

font-weight: normal;

text-decoration: none;

text-align: center;

padding: 5px 20px 5px 20px;}



#nav a:hover {

margin: 0px;

font-weight: normal;

background: #f5cfb5;

text-decoration: none;

color: #501d2f;}

/* content
--------------------------------------------------*/
#content
{
	float: left;
	width: 500px;
	padding-top: 2pt;
	padding: 2pt;
	text-align: left;
	background-color: #501d2f;
}
/* footer
--------------------------------------------------*/
#footer
{
	clear: both;
	width: 506px;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #f5cfb5;
	font-size: 10px;
	text-align: center;
	background-color: #713536;
	}

#footer a:link {
	color: #ffffff;
	}
#footer a:visited {
	color: #000000;
	}
#footer a:hover, a:active {
	color: #000000;
	}


a, a:visited {
	text-decoration: none;
font-style: normal;
	color: #000000;
	}
a:hover, a:active {
	text-decoration: none;
font-style: normal;
	color: #501d2f;
	background-color: #f5cfb5;
	}

textarea, input, option, select {
	background-color: #f5cfb5;
	color: #501d2f;
}
