#site_center {
	text-align:center;
}
#main {
	width:900px;
	margin:0 auto;
	text-align:left;
}
#header {
	height:150px;
}
.col_1, .col_2, .col_3, .column1, .column2, .column3 {
	float:left;
}
.c {
	width: 900px;
	margin: 0 auto;
}
#nav {
	width: 100%;
	margin: 5px 0 7px 0;
	border: 1px solid #A58B30;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	float: left;
	padding: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A58B30;
}
#nav li a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #5e4f1d;
	height: 1.8em;
	padding: 7px 7px 0 7px;
	font-size: 0.7em;
}
#nav li a:hover {
	background: #a58b30;
	color: #FFF;
}
#nav li a.active {
	color: #FFF;
	background-color: #a58b30;
}
#nav li.usr a {
	color: #A1A1A1;
}
#nav li.usr a:hover {
	background: #999999;
	color: #FFF;
}
#nav li.usr a.saved {
}
#nav li.usr a.saved span {
	display: block;
	height: 16px;
	padding-left: 20px;
	background: url(../img/icon_save.gif) no-repeat top left !important;
}
#nav li.usr a.saved span span {
	display: inline;
	background-image: none !important;
	padding-left: 0;
}
#nav li.usr a.saved.active {
	color: #FFF;
}
#nav li.usr a.saved.active:hover {
	background: #BEB183;
}
#nav .rf {
	width: auto;
	padding-right: 5px;
}
#nav .rss a {
	font-weight: bold;
	color: #FF7700;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.7em;
	float: right;
	position: relative;
	top: 7px;
	display: block;
	height: 15px;
	padding-right: 5px;
	background-color: transparent;
	background-image: url(../images/icon_rss.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav .rss a:hover {
	color: #008EFF;
}
#nav .rss a span {
	padding-right: 18px;
	position: relative;
	top: 2px;
}
/*======= index-2.html =======*/
#page3 #content .col_1 {
	width:240px;
}
#page3 #content .col_2 {
	width:660px;
}
#page3 #content .col_3full {
	width: 880px;
}
/*=========================*/


#footer {
	height:70px;
	background: #dedede url(../images/footerbar.gif) left top repeat-x;
}

