#left {
	float: left;
	width: 250px;
}
#left h1 {
	float: left;
}
#left h1 a {
	display: block;
	width: 250px;
	height: 343px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	outline: none;
}
#left h1 a span {
	display: none;
}
#left #partners {
	float: left;
	width: 100%;
	border: none;	
	margin-top: 12px;
	padding-bottom: 9px;
	background-image: url(images/menu-separator.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#left #partners img {
	float: left;
}
#left #partners img.junta {
	margin-right: 50px;
	
}
#left #partners img.zem {
	margin-top: 3px;
}
#left #partners img.ars {
	margin-bottom: 9px;
	margin-left: 122px;
}

/* content */
#content-wrapper {
	background-image: url(images/content-separator.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	float: right;
	width: 480px;
}
#content {
	background-image: url(images/content-separator.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-left: 20px;
	
	float: right;
	width: 480px;
	
	padding: 10px 0px 10px 0px;
}

/* news list */
#news {
}
#news div.news-block {
	padding-bottom: 18px;
	margin-bottom: 18px;
	background-image: url(images/content-separator.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#news div.view-news {
	background-image: none;
}
#news div.news-block h2 {
	font: normal bold 13px Georgia, Arial;
	color: #dd291e;
}
#news div.news-block h3 {
	font: normal normal 10px Georgia, Arial;
	color: #dd291e;
}
#news div.news-block p {
	font: normal normal 12px Georgia, Arial;
	color: #000;
	width: 457px;
}
#news div.news-block a {
	font: normal normal 11px Georgia, Arial;
	color: #dd291e;
	text-transform: uppercase;
	display: block;
	text-align: right;
	margin-right: 26px;
}
#news div.news-block a.next {
	display: inherit;
	text-align: inherit;
	margin-top: 21px;
	text-transform: none;
}
#news div.news-block img {
	margin: 16px 0px 22px 0px;
}

/* downloads */
#downloads {
}
#downloads div.download-block {
	padding-bottom: 18px;
	margin-bottom: 18px;
	background-image: url(images/content-separator.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#downloads div.download-block h2 {
	font: normal bold 13px Georgia, Arial;
	color: #dd291e;
}
#downloads div.download-block p {
	font: normal normal 12px Georgia, Arial;
	color: #000;
}
#downloads div.download-block a {
	font: normal normal 11px Georgia, Arial;
	color: #dd291e;
	text-transform: uppercase;
	text-align: left;
}

/* media */
#media {
}
#media div.media-block {
	padding-bottom: 18px;
	margin-bottom: 18px;
	background-image: url(images/content-separator.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#media div.media-block h2 {
	font: normal bold 13px Georgia, Arial;
	color: #dd291e;
}
#media div.media-block p {
	font: normal normal 12px Georgia, Arial;
	color: #000;
}
#media div.media-block a {
	font: normal normal 11px Georgia, Arial;
	color: #dd291e;
	text-transform: uppercase;
	text-align: left;
	margin-right: 26px;
}

/* staff */
#staff {
}
#staff h2 {
	font: normal bold 13px Georgia, Arial;
	color: #dd291e;
	border-bottom: 17px;
}
#staff p {
	font: normal normal 12px Georgia, Arial;
	color: #000;
	margin-bottom: 16px;
}
#staff div.staff-block {
	width: 230px;	
	float: left;
}
#staff div.block-1 {
	width: 230px;	
	float: left;
	margin-right: 20px;
}

/* pagination */
#pagination {
	font: normal normal 11px Georgia, Arial;
	color: #dd291e;
	text-align: right;
	margin-bottom: 11px;
}
#pagination a {
	color: #dd291e;
}




