/* CSS Document */

#nav{
	display:none;
	width:0px;
}

#contentInner{
	width:960px;
	background-color:#fff;

}

#contentInner h3{
	color:#B09968;
}

#contentInner a:hover{
	color:#B09968;
	text-decoration:underline;
} 