body, html {
	margin: 0;
	padding: 0;
	background-color: #ebe7e0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

/* MAIN STYLES */

div#root {
	width: 100%;
	background-image: url('../images/bg_root.gif');
	background-repeat: repeat-x;
	background-position: top;
}

div#root div#topContainer{
	width: 930px;
	height: 280px;
	margin: 0px auto;
}

div#root div#topContainer div#topAddress{
	width: 890px;
	height: 15px;
	padding: 65px 20px 0px 20px;
	background-image: url('../images/bg_top_address.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

div#root div#topContainer div#topImage{
	width: 930px;
	height: 200px;
}

div#root div#topContainer div#topImage a{
	width: 930px;
	height: 200px;
	display: block;
}

div#root div#centerContainer {
	width: 874px;
	background-color: white;
	margin: 0px auto;
	padding: 15px;
}

div#root div#centerContainer div.cont{
	padding: 10px;
	background-color: #f8f7f4;
}

div#root div#centerContainer div.leftCont{
	width: 233px;
	float: left;
}

div#root div#centerContainer div.centerCont{
	width: 421px;
	padding: 0px 12px;
	float: left;
}

div#root div#centerContainer div.centerCont ul{
	margin: 0px;
	padding: 0px;
	color: black;
}

div#root div#centerContainer div.centerCont ul li{
	list-style: none;
	background-image: url('../images/li.gif');
	background-position: 0px 7px;
	background-repeat: no-repeat;
	padding: 3px 0px 3px 15px;
}

div#root div#centerContainer div.rightCont{
	width: 193px;
	float: left;
}

/* UNIVERSAL CLASSES */

.clearBoth {
	clear: both;
}

.brown {
	color: #6e0000;
}

.alignCenter {
	text-align: center; 
}

.noDecoration:hover {
  text-decoration: none;
}

