body 
{ 
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	background-color: #dcbb6b;
	font-family: Arial;
}

#container
{
	position: relative;
	background-color: #ede8af;
	height: 700px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

#header
{
	height: 60px;
	top: 0px;
}

#footer
{
	display: block;
	position: relative;
	top: 650px;	
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-style: italic;
	font-size: 12px;
	line-height: normal;
}

*.menu   
{ 
	position: absolute;
	background-color: #ede8af;
	padding: 10px; 
	top: 60px;
	left: 0px;
	bottom: 50px;
	width: 90px;
	height: auto;
}

*.content 
{ 
	position: absolute; 
	background-color: #f7f2b9;
	padding: 10px;
	font-size: 12px; 
	top: 60px;
	bottom: 50px;	
	left: 110px;
	right: 0px;
}

*.content a 
{ 
	text-decoration: none;
	color: #0000ff;
}

*.content a:hover
{
	color: #6666ff;
}

*.menu ul
{
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0;
   	display: inline;
}

*.menu li
{
	height: 40px;
}

*.menu a 
{ 
	margin-left: 0px;
	margin-right: 0px;
	display: block;
	font-weight: bold;
	font-size: 16px; 
	text-decoration: none;
	color: #c62232;
	line-height: 150%;
}

*.menu a:hover
{
	background-color: #c62232;
	color: #fffcde;
}


#sectionheader
{
	display: block;
	left: 0;
	right: 0;
	width: auto;
	background-image: url("../images/h3background.jpg");
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}