body {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}
#container {
	margin: 0 auto;
	padding: 0;
	border: 1px solid #636363;
	width: 950px;
	background: #ededed; 
}
.fullwidthimg {
	display: block;
	clear: both;
}
a, a:visited {
	color: red;
}
img {
	border: 0;
}
#tabrow {
	background: url('../../images/tabrow_bg.gif');
	height: 32px;
}
#tabrow ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#tabrow li {
	float: left;
	margin: 0;
	margin-left: 0px;
	background: url('../../images/tab_bg.gif') center top repeat-x;
}
#tabrow li#active {	
	background: url('../../images/tab_bg_selected.gif') center top repeat-x;
}
#tabrow img {
	vertical-align: bottom;
//	vertical-align: middle;
	position: relative;
	top: 4px;
//	top: -3px;
}
#tabrow a {
	position: relative;
	top: -4px;
//	top: 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	display: block:
}
#tabrow a:hover {
	text-decoration: underline;
}
#content {
	text-align: left;
	padding: 0px 10px;
	padding-top: 10px;
}
#col_left {
	width: 670px;
	float: left;
}
#col_right {
	float: left;
	width: 230px;
	margin-left: 30px;
	padding-top: 10px;
//	padding-top: 0px;
}
.clearblock {
	font-size: 1px;
	clear: both;
}
.smallnews a:hover {
	background: #EDEDED;
}
.smallnews a {
	display: block;
	width: 130px;
	height: 60px;
	padding-top: 15px;
	border: 1px solid #2f352f;
	text-align: center;
	margin: 5px;
	background: #E1E1E1;
	float: left;
	text-decoration: none;
}
.smallnews h1 {
	font-size: 14px;
	color: #333333;
}
.news {
	clear: both;
	margin-bottom: 5px;
}
.news h1 {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #2f352f;
	color: #333333;
}
.news img {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.news h1 span {
	float: right;
	font-size: 9px;
	font-family: Verdana;
	font-weight: normal;
	position: relative;
	top: 4px;
	text-transform: none;
	color: #838383;
}

.rightbox {
	border: 1px solid #d8d8d8;
	background: White;
	padding: 7px;
	margin-bottom: 10px;
}
.rightbox h1, .rightbox p {
	padding: 0;
	margin: 0;
}
.rightbox h1 {
	margin-bottom: 5px;
	color: #838383;
	font-size: 14px;
}
.rightbox p {
	font-size: 12px;
}
.rightbox .lesmer {
	margin-top: 10px;
}
.numberbox {
	text-align: center;
}
.numberbox div {
	color: #838383;
}
.largenumber {
	font-size: 22pt;
	font-family: Verdana;
}
