body { 
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: "Avant Garde BT", geneva, arial, helvetica;
	background: url(images/background.jpg);
	background-repeat: repeat;
	background-postion: center;
	color: #000000;
	background-color: #ffffff;
	}

a:link {  
	font-style: normal; 
	color: #000000;
	text-decoration: underline;
	}

a:visited {
	font-style: normal; 
	color: #000000;
	text-decoration: underline;
	}	

a:hover, a:active {
	color: #675B44;
	}

td.left ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

td.left ul li { 
	margin-top: 0px; 
	}

td.left ul li a {
	display: block;
	width: 100%;
	padding: 0px 0px 0px 18px;
	text-decoration: none;
	color: #000000;
	background-image: url(images/menubackground.gif);
	background-repeat: repeat-y;
	}

td.left ul li a:hover {
	display: block;
	width: 100%;
	padding: 0px 0px 0px 18px;
	text-decoration: none;
	background-image: url(images/menubackground_over.jpg);
	background-repeat: no-repeat;
	background-postion: left center;
	}

td.right ul {
	padding: 0;
	margin: 0 0 0 20px;
	list-style-type: none;
	font-size: 11px;
	}

td.right ul li {
	display: block;
	font-size: 11px;
	text-align: left;
	}	

td.right h3 {
	font-variant: small-caps;
	padding: 0px 0px 0px 20px;
	}

td.content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right: solid #DDDDDD 1px;
	border-left: solid #DDDDDD 1px;
	}

td.descript {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	}
