/* Global Styles */	a {	color: #993300;	text-decoration: none;	}	a:hover {	color: #5C743D;	}/* Class Styles */.body {	font-family: Arial;	background-color: #dad5d2;	background-image: url(/images/bg_main_page.gif);	background-repeat: no-repeat;	}.leftTextBox {	font-size: 12px;	font-style: normal;	color: #000000;	text-align:left;	position: absolute;	top: 10px;	left: 10px;	width: 180px;	height: 600px;		}.rightTextBox {	font-size: 12px;	font-style: normal;	color: #000000;	text-align:left;	position: absolute;	top: 10px;	left: 210px;	width: 590px;	height: 430px;	}	.bottomLinksBox {	font-size: 10px;	font-style: normal;	text-align: center;	font-weight: bold;	color: #000000;	position: absolute;	top: 515px;	left: 350px;	width: 450px;	height: 30px;	}	.bottomLinksBoxGal {	font-size: 10px;	font-style: normal;	text-align: center;	font-weight: bold;	color: #000000;	position: absolute;	top: 560px;	left: 350px;	width: 450px;	height: 30px;	}			.navPageLinks {	font-size: 14px;	font-style: normal;	font-weight: bold;	color: #000000;		}