.breadcrumb {
	margin: 0 0 -5px 0;
//	margin: -15px 0 -10px 0;
	padding: 0px;
	font-color: #333333;
	font-size: 10px;
	font-family: verdana;
}

.shortcategoryblock {
	display: block;
	width: 300px;
	min-height: 320px;
	height: 320px;
	margin: 0 30px 30px 0;
	float: left;
}

.quicklinks {
	border: 1px solid #624420;
	width: 130px;
}

.quicklinks tr th {
	background-color: #624420;
	color: white;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
}

.quicklinks tr td {
	color: #624420;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
}

.shortcategorytitle {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	font-color: #333333;
}

.shortcategoryexerpt {
	float: left;
	font-family: verdana;
	font-size: 10px;
	font-color: #333333;
	width: 200px;
}

.shortcategoryreadmore, 
.shortcategoryreadmore a {
	color: #663333;
	font-family: verdana;
	font-size: 10px;
}

.shortcategorymorearticle a,
.shortcategorymorearticle {
	color: #663333;
	font-size: 10px;
	font-family: verdana;
}

.shortcategoryolder {
	float: right;
}

.shortcategoryolder a {
	color: #663333;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

.current_category {
	float: left;
	display: block;
	height: 28px;
}

.current_category a {
	padding: 0 10px 0 10px;
	height: 28px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(/images/tab_current_middle.gif);
}

.inactive_category {
	float: left;
	display: block;
	height: 28px;
}

.inactive_category a{
	padding: 0 10px 0 10px;
	height: 28px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(/images/tab_inactive_middle.gif);
}

.article {
	width: 300px;
	padding: 0 10px 0 10px;
}

.articletitle,
.articletitle a {
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
}

.articleexerpt {
	float: left;
	font-family: verdana;
	font-size: 10px;
	font-color: #333333;
	width: 200px;
}

.articlereadmore, 
.articlereadmore a {
	color: #663333;
	font-family: verdana;
	font-size: 10px;
}

.articlehr {
	width: 55%; 
	border: 0px; 
	border-top: 1px gray solid; 
	margin-top: 0px; 
	height: 1px; 
	z-index:5; 
	position:relative;
}

.paginator_selected_page {
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
}

.paginator_active_step {
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
}

.paginator_inactive_step {
	font-weight: bold;
	font-family: verdana;
	font-size: 12px;
	color: #333333;
}

#content { 
	display: block;
	min-height: 500px;
//	height: 500px;
}

#wrapleft {
	float:left;
	clear:left;
	padding: 0 25px 10px 0;
}

.articlebody {
	font-family: arial;
	font-size: 12px;
}

.articlebody img {
	padding: 5px;
}

