body {
   	background-image: url(/static/images/bg_gold.gif); 
	background-repeat: repeat-y; 
	background-position: center;
	}

.left {
	background: #ebebdc;
	}
	
#container {	
	background: #97976f;
	color: #ebebdc;
	}
	
#container a, #container a.visited {
	text-decoration : none;
	color: #ebebdc;
	}
	
h2{
	color: #97976f;
	}

a:link, a:visited {
	color: #97976f;
	}

a:hover {
	color: #ebebdc;
	}

a:active {
	color: #ebebdc;
	}	
