body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
/*	background-color: #dadada;*/
	background-color: #dadada;
}

a:link {
	color: #0a5585;
	text-decoration: none;
}
a:hover {
	color: #0a5585;
	text-decoration: underline;
}
a:visited {
	color: #0a5585;
	text-decoration: none;
}

#base {
	margin: 0 auto;
	position: relative;
	width: 997px;
	background-color: #ffffff;
	padding: 0px 7px 0px 0px;
}

#header {
	width: 997px;
	height: 156px;
	margin: 0 auto;
	position: relative;
	background-image: url('header.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
#header .logo {
	float: left;
	padding: 23px 0px 0px 65px;
}
#header .logo a img {
	border: 0px;
}

#top {
	width: 997px;
	height: 30px;
	background-color: #6f7b89;
}
#langs {
	width: 187px;
	height: 30px;
	padding: 0px 0px 0px 55px;
	float: left;
}
#langs ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#langs ul li {
	display: block;
	float: left;
	padding: 8px 9px 8px 9px;
	margin: 0;
}
#langs ul li a {
	color: #ffffff;
	margin: 0;
	display: block;
	text-decoration: none;
	font-size: 12px;
}
#langs ul li a:hover {
	text-decoration: underline;
}
#mainmenu {
	width: 744px;
	height: 30px;
	padding-right: 11px;
	margin: 0 auto;
	position: relative;
	float: left;
	text-align: right;
}
#mainmenu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#mainmenu ul li {
	display: block;
	float: right;
	padding: 0;
	margin: 0;
	padding: 8px 19px 8px 19px;
}
#mainmenu ul li a {
	margin: 0;
	display: block;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#mainmenu ul li a:hover {
	text-decoration: underline;
}
#mainmenu ul li a.sel {
/*	color: #d60808; */
	color: #000000;
}
#mainmenu ul li a.sel:hover {
	text-decoration: underline;
}

#content {
	width: 938px;
/*	height: 428px;*/
	background-color: #ffffff;
	padding: 24px 30px 88px 29px;
}

#menu .title {
	height: 21px;
	width: 176px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #6f7b89;
	background-image: url(menu_title_bg.gif);
	background-repeat: no-repeat;
	background-position: 1px 20px;
}
#menu .title a {
	color: #6f7b89;
	text-decoration: none;
}
#menu .title a:hover {
	text-decoration: underline;
}
#menu .title a.sel {
	color: #d60808;
}
#menu .title a.sel:hover {
	text-decoration: underline;
}
#menu .item {
	width: 154px;
	padding: 3px 5px 4px 17px;
	font-size: 11px;
	font-weight: normal;
	color: #6f7b89;
	background-image: url(menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 8px;
}
#menu .item a {
	color: #6f7b89;
	text-decoration: none;
}
#menu .item a:hover {
	text-decoration: underline;
}
#menu .item a.sel {
	color: #d60808;
	font-weight: bold;
}
#menu .item a.sel:hover {
	text-decoration: underline;
}
#menu .line {
	height: 1px;
	width: 176px;
	background-color: #e7e7e7;
}
#menu .spacer {
	height: 11px;
}

#gallery {
	width: 937px;
	border: 0px;
}
#gallery .menu {
	width: 214px;
	vertical-align: top;
	text-align: left;
	border: 0px;
}
#gallery .descr {
	width: 483px;
	vertical-align: top;
	text-align: left;
	border: 0px;
	padding-top: 3px;
}
#gallery .descr h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
#gallery .descr .text {
	font-size: 12px;
	line-height: 18px;
	width: 450px;
}
#gallery .thumbs {
	width: 245px;
	padding-top: 3px;
	vertical-align: top;
	text-align: left;
	border: 0px;
}
#gallery .thumbs .item {
	padding-left: 5px;
	cursor: crosshair;
}
#gallery .thumbs .item img {
	padding-bottom: 2px;
}
#gallery .content {
	width: 728px;
	padding-top: 3px;
	vertical-align: top;
	text-align: left;
	border: 0px;
}
#gallery .content h1 {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}



#footer {
	width: 941px;
	height: 33px;
	margin: 0 auto;
	position: relative;
	border-left: 17px solid #A32022;
	padding: 18px 30px 16px 26px;
}
#footer .copy {
	float: left;
	width: 800px;
	font-size: 11px;
	line-height: 16px;
	text-align: left;
}
#footer .counters {
	float: right;
	padding-right: 10px;
}
#footer .counters img {
	padding-right: 10px;
}
