body
{
//	background-image: url(images/06.gif);
//	background-color: #F9F7ED;
	background-color: #EEEEEE;
//	background-color: #C3D9FF;
}

#main
{
	line-height: 1.5;
	text-align: center;
	
}

#menu
{
	float: none;
	width: 450px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
	color: #333333;
	list-style: none;
	border: 1px solid #FC7F01;
//	background-color: #FFFFCC;
	background-color: #F9F7ED;	

	border-top-width: 2px;
}

#menu ul li
{
	padding: 5px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FC7F01;
	/*
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border: 1px solid #FC7F01;
	*/
}

#menu ul li a
{
	display: block;
	color: #333333;
	text-decoration: none;
}

#menu a:hover
{
	color: #3366FF;
}

#content
{
	float: none;
	width: 550px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 30px;
	padding: 15px;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
//	color: #FF7400;
	background-color: #FFFFCC;
//	background-color: #FFFF88;
	border: 2px solid #FC7F01;
	text-align: justify;
}

#content h1
{
	font: bold 20px/1.5 "strong Verdana", Arial, Helvetica, sans-serif;
//	color: #3366FF;
	color: #FF7400;
	text-align: center;
}

#content h2
{
	text-align: center;
	font: bold 16px "strong Verdana", Arial, Helvetica, sans-serif;
//	color: #3366FF;
//	color: #73880A;
	color: #000000;
}

#content h3
{
	font: bold 14px "strong Verdana", Arial, Helvetica, sans-serif;
	color: #3366FF;
}

#content a
{
	color: #008C00;
}

#content a:hover
{
	text-decoration: none;
	background-color: #FFCC66;
//	color: #F9F7ED;
}

#content a:active
{
	text-decoration: none;
	color: #006E2E;
}

#content a:visited
{
	color: #3F4C6B;
}