#visitor_column {
width: 252px;
margin: 0px;
padding: 0px;
}
#visitor_info {
 width: 252px;
	height: 142px;
	padding: 8px 0px 6px 8px;
	background: url(../images/visitor_box.gif) no-repeat left top;
}
.contentstyle{
 width: 243px;
	height: 142px;
}
/* Tabs
----------------------------------------------------- */
.shadetabs{
	padding: 0px;
	margin: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;
	width: 260px;
	background: url(../images/tab_top.gif) no-repeat left top;
}
.shadetabs li{
 display: inline;
 margin: 0;
}
.shadetabs li a {
	text-decoration: none;
	color: #544c3e;
 height: 18px;
	padding: 7px 0px 3px 0px;
	display: block;
	outline: none;
	text-align: center;
}

.shadetabs li a.welc { /* Welcome Tab - Inactive */
	background: #fffbf3 url(../images/tab_inactive_welc.gif) repeat-x left top;
	float: left;
	width: 67px;
}
.shadetabs li a.times { /* Worship Times Tab - Inactive */
	background: #fffbf3 url(../images/tab_inactive_times.gif) repeat-x left top;
	float: left;
	width: 94px;
}
.shadetabs li a.loc {  /* Our Location Tab - Inactive */
	background: #fffbf3 url(../images/tab_inactive_loc.gif) repeat-x left top;
	float: left;
	width: 89px;
}
.shadetabs li a:visited{
 color: #544c3e;
}
.shadetabs li a:hover{
 text-decoration: none;
 color: #a23827;
}
.shadetabs li.selected a{
	color: #a23827;
}
.shadetabs li.selected a.welc { /* Welcome Tab - Active */
 background-image: url(../images/tab_active_welc.gif);
}
.shadetabs li.selected a.times { /* Welcome Tab - Active */
 background-image: url(../images/tab_active_times.gif);
}
.shadetabs li.selected a.loc { /* Welcome Tab - Active */
 background-image: url(../images/tab_active_loc.gif);
}
.shadetabs li.selected a:hover{ /*selected main tab style */
 text-decoration: none;
}