.widgetdiv1 {
	font-size: 80%;
	width: auto; /* CORRECT BASE */
}
.Content .widgetdiv1 {
	background: url(../images/widget_bg.jpg) repeat-y;
}
.Content .widgetdiv3 {
	background: url(../images/widget_top.jpg) top no-repeat;	
}
.Content .widgetdiv4 {
    padding: 25px 15px;
    background: url(../images/widget_bottom.jpg) bottom no-repeat;	
}
.widgetdiv4 div {
	padding: 0px; /* CORRECT BASE */
}
/* Menu */
.TopMenu .menu_primary  ul {
	float: left;
	left: 50%;
	position: relative;
}
.TopMenu .menu_primary  ul li {
	float: left;
	position: relative;
	right: 50%;
}
.TopMenu .menu_primary a {
	border-top: 1px solid #EFE9B9;
	background: url(../images/menulinkbg.jpg) top repeat-x;
	height: 35px;
	color: #5c430c;
	padding: 0 15px;
	line-height: 35px;
	display: block;
	float: left;
	text-decoration: none;
	text-align: center;
}
.TopMenu .menu_primary a:hover {
	background: url(../images/menulinkbg.jpg) top repeat-x;
	background-position: 0 -35px;
}
.TopMenu .menu_primary ul {
	list-style: none !Important;
	margin: 0px;
}
h3.widgettitle {
	color: #586226;
	font-weight: bold;
	margin-bottom: 0; /* CORRECT BASE */
	padding: 5px 0;
	font-family: times;
}
/* Center */
.Right .widgetdiv1 {
	margin: 20px 0 0 0;
}
.Banner	h3.widgettitle {
	display: none;
}
.Banner .widgetdiv1 {
	font-size: 100%;
}