html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, cite, code, em, img, q, small, strike, strong, sub, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	font: 70%/160% Helvetica, Arial, sans-serif;
	background: #383737 url(../img/background.jpg) no-repeat center top; 
	color: #ffffff;
	width: 100%;
}

.clear { 
	clear: both;
 }


.left {
	float: left;
}

.right {
	float: right;
}


#container {
	position: relative;
	margin: 0 auto;
	width: 900px;
}

#date {
	position: absolute;
	top: 180px;
	right: 40px;
	line-height: 56px;
	font-size: 13px;
}

#dateday {
	font-size: 56px;
	vertical-align: middle;
}

#menu {
	position: absolute;
	top: 360px;
	left: 30px;
	font-size: 14px;
}

#menu ul {
	border-color: #777;
	border-width: 1px 0 0 0;
	border-style: solid;
}

#menu li {
	list-style: none;
	padding: 5px 40px 5px 0;
	letter-spacing: 2px;
	border-color: #777;
	border-width: 0 0 1px 0;
	border-style: solid;
}

#menu a, a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	color: #e1001a;
}

#main {
	padding-top: 580px;
	width: 900px;
}


#mainmenu ul li a:link, #mainmenu ul li a:visited{
	background: #222 url(images/menu.png) top left repeat-x;
	color: #ddd;
	border-left: 1px solid #777;
	border-right: 1px solid #111;
}
#mainmenu ul li a:hover{
	background: #222 url(images/menu.png) 0 -45px repeat-x;
	color: #ddd;
	border-left: 1px solid #777;
	border-right: 1px solid #111;
}

#footer {
	background: #434343 url(../img/footer.jpg) repeat-x center top; 
}

#info {
	width: 900px;
	margin: 0 auto;
	padding: 160px 0 20px 0;
}



#info_head {
	color: #aaa;
}

#info_img {
	float: left;
	width: 200px;
	display: block;
}

#info_img ul {
	width: 200px;
}

#info_txt {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
	padding: 20px;
}

#contacts {
	font-size: 12px;
	display: block;
	padding: 30px 20px 0 20px;
}

#contacts a {
	text-decoration: none;
}

.mail {
	font-size: 14px;
	float: right;
	text-decoration: none;
}

#bottom {
	background: url(../img/bottom.jpg) repeat-x center top; 
	height: 80px;
}

#copyright {
	color: #fff;
	font-size: 11px;
	width: 860px;
	margin: 0 auto;
	padding: 35px 0 0;
	text-align: left;
	line-height: 20px;
}

#copyright a {
	color: #fff;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
}

a:link, a:hover, a:visited {
	color: #fff;
	text-decoration: underline;
}

.sect {
	margin-bottom: 50px;
}

.sect_head {
	font-size: 24px;
	color: #777;
	padding: 20px 0;
	letter-spacing: 2px;
	border-color: #777;
	border-width: 0 0 1px 0;
	border-style: solid;
	margin: 10px 20px;
}

.sect_head .strong {
	color: #fff;
	/* font-weight: bold; */
}

.backtop {
	font-size: 13px;
	color: #fff;
	float: right;
	letter-spacing: 1px;
}

.backtop a, .sect_head .backtop a:visited{
	color: #fff;
	text-decoration: none;
}

.pictures ul {
	width: 900px;
	list-style: none;
	margin: 0; 
	padding: 0;
}

.pictures ul li {
	background: transparent url(../img/imgshadow.png) no-repeat center top;
	float: left;
	padding: 6px 13px 12px 12px;
	margin: 7px;
	text-align: center;
	display: inline; 
}

.pictures ul li a.thumb {
	width: 140px; 
	height: 140px;
	cursor: pointer;
}

.pictures ul li span { 
	width: 140px;
	height: 140px;
	overflow: hidden;
	display: block;
}

.pictures ul li a {text-decoration: none; color: #777; display: block;}




