	A:link {text-decoration: none; color: #000}
	A:visited {text-decoration: none; color: #000}
	A:active {text-decoration: none; color: #000}
	A:hover {text-decoration: underline; color: #000}
body
{
	background-image:			url("./../../_images/bgBackground.png");
	color:						#000;
	font-family:				verdana,arial,helvetica,sans-serif;
	font-size:					9pt;
	line-height:				14pt;
}

#header
{
	background-image:			url("./../../_images/bgHeader.png");
	width: 						668px;
	height: 					64px;
	margin: 					34px auto;

}

#nav
{
	width: 						668px;
	margin: 					0px auto;
	text-align:					right;
	color:						#8c563c;
}

#nav a
{
	color:						#8c563c;
}

#main
{
	background-image:			url("./../../_images/bgMain.png");
	width:						668px;
	height:						418px;
	margin:						0px auto;
}
#main2
{
	background-image:			url("./../../_images/bgMain2.png");
	width:						668px;
	height:						418px;
	margin:						0px auto;
}
#main #info
{
	background-image:			url("./../../_images/bgInfo.png");
	width:						191px; /*  -40 for padding */
	height:						313px; /*  -40 for padding */
	margin:						13px 13px 0px 0px;
	float:						right;
	padding:					20px 24px 20px 20px;
}
#main2 #info
{
	background-image:			url("./../../_images/bgInfo.png");
	width:						191px; /*  -40 for padding */
	height:						313px; /*  -40 for padding */
	margin:						13px 13px 0px 0px;
	float:						right;
	padding:					20px 24px 20px 20px;
}
#main #subline
{
	width:						100%;
	float:						right;
	font-weight:				bold;
	margin-top:					13px;
	text-align:					center;
	font-size:					10pt;
}

#copyright
{
	width:						668px;
	height:						418px;
	margin:						15px auto;
	font-size:					8pt;
	color:						#AAB7B8;
	text-align:					center;
}