
#page {
	width: 760px;
	text-align: left;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-y;
}

#top_nav {
	height: 36px; 
	background-color: #004f40;
}
#top_nav img {
	margin-left: 16px;
	border: none;
	float: left;
}
#top_divider {
	text-align: right;
}

#left_side {
	width: 168px;
	background-image: url(images/menu_bg.jpg);
	bacground-repeat: repeat-y;
	float: left;
	
	padding-bottom: 20px;
}

#main {
	width: 540px;
	float: left;
	margin-left: 30px;
	padding-bottom: 20px;
}

#col1 {
	width: 260px;
	float: left;
	margin-left: 0px;
	padding-bottom: 20px;
}

#col2 {
	width: 260px;
	float: left;
	margin-left: 20px;
	padding-bottom: 20px;
}

#footer {
	height: auto;
	visibility: visible;
}

.clr {
	display: block;
	content: '.';
	visibility: hidden;
	clear: both;
	height: 0px;
}

#menu_holder {
	margin-left: 10px;
	width: 130px;
}
#menu_holder {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dotted 0px #544525;
}



.navigation   {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	width: 130px;
	list-style-type: none;
}

.navigation li {
	display: inline;	
	width: 100%;
}
.navigation li a{
	display: block;
	width: 100%;
	padding: 4px;
	font-size: 10px;
	color: #544525;
	text-decoration: none;
	background: none;
	text-transform: uppercase;
}

.navigation li a:hover {
	color: #ffffff;
	background-color: #007E72;
	text-decoration: none;

}

#menu_top {
	width: 168px;
	height:41px;
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
	text-align: center;
	border-top: solid 1px #c0b391;
	_border:none;
}