body {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-image: url(images/background2.jpg)}
.td-bg-side {  background-color: #D0D79F}
.td-bg-main { background-color: #E8EBCF}

#sidebar {
	float: left;
	width: 200px;
	background-color: #D0D79F;
	padding-top: 15px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	display: inline;
	text-decoration: none;
	list-style-type: none;
}
#sidebar ul li a {
	text-decoration: none;
	color: #333;
	font-size: 1.5em;
	letter-spacing: .2em;
}
#sidebar ul li a:hover {
	background-image: url(images/sidebar_hover.jpg);
	color: #D0D79F;
}
.text-main {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-weight: lighter;
	font-size: 1.2em;
}
.text-headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.1em;
; font-size: 20pt
}
