@charset "utf-8";
/* CSS Document */

	h1
	{
	font-family:Arial;
	font-size:28px;
	font-weight:bold;
	color: #8B6B0C;
	}
	h2
	{
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	color:#B80;
	}
#content
{
	width:700px;
	float:right;
	font-variant: normal;
	font-family:Arial;
	color: #876603;
	font-size: 15px;
	text-align:left;
	margin-top: 10px;
}
#footer
{
	clear:both;
	text-align: right;
}
#menu
{
	background-image:url(pics/menu_bkg.png);
	background-repeat:no-repeat;
	width:250px;
	top:180px;
	float: left;
	text-align:left;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 32px;
}
#logo
{
	
	width:166 px;
	

	margin-top: 0px;

}
#myContent
{
	position:relative;
	left:0px;
	width:950px;
}
#page
{
	background-image:url(../pics/help_bkg.jpg);
	background-repeat:no-repeat;
	background-color:#FADA7A;
	width:957px;
	position:relative;
	text-align: left;
	display: block;
	margin-top:0 px;
	margin-left: auto;
	margin-right: auto;
	
}
.menu0 {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	left: 30px;
	text-decoration: none;
	color: #960;
}
.menu1 {
	font-size: 11px;
	position: absolute;
	left: 50px;
	color: #666;
	text-decoration: none;
}
.tbold {
	font-weight: bold;
}
