/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.75em Arial;
	color:#301f1c;
	background:#fff;
}

a {
	text-decoration:underline;
	color:#e88364;
}

a:hover {
	text-decoration:none;
}

h1 {
	text-align:right;
	color:#de4921;
	font:italic normal 1.5em Arial;
	background:url("/i/h1.gif") no-repeat left bottom;
	margin:0 0 40px -10px;
	padding:0 0 5px;
}

/* Structure */

.wrapper {
	width:1000px;
	margin:0 auto;
	background:url("/i/wrapper.gif") repeat-y right;
}

.container {
	width:100%;
	float:right;
	margin-left:-291px;
	z-index:2;
	position:relative;
}

/* Header */

.header {
	position:relative;
	height:345px;
	background:#fff url("/i/bg.jpg") no-repeat right top;
}

	.logo {
		position:absolute;
		top:145px;
		left:51px;
	}
	
	.header ul {
		position:absolute;
		top:275px;
		left:50px;
		font:normal 1.3em Arial;
	}
	
		.header li {
			margin-right:30px;
			float:left;
		}
		
			.header a {color:#be9968;}

/* Content */

.content {
	margin-left:291px;
	background:url("/i/content.png") no-repeat left top;
	padding:50px 50px 0;
	margin-bottom:-50px;
	position:relative;
}

	.content p {
		margin-bottom:10px;
	}

/* Left column */

.leftside {
	width:195px;
	padding:45px 0 0 50px;
	float:left;
	font-size:0.9em;
	color:#000;
	z-index:3;
	position:relative;
}

	.title {
		color:#ba0102;
		font:italic normal 1.4em Arial;
		margin-bottom:10px;
	}
	
	.block {margin-bottom:40px;}
	
	.shortnews {margin-bottom:20px;}

/* Footer */

.footer {
	clear:both;
	background:#ede1cf url("/i/footer.png") no-repeat center top;
	padding:80px 50px 20px;
	font-size:0.9em;
	color:#000;
	text-align:center;
}

	.copyright {
		margin-bottom:10px;
		text-align:left;
	}


.gallery_remote {
	list-style:none !important;
}		
		
.gallery_inner {
	list-style:none !important;
	overflow:hidden;
	position:relative;
	margin:0 0 35px;
}

.gallery_inner p {text-indent:0;}
	
		.gallery_inner li {
			font:11px Tahoma;
			color:#424242;
		
			float:left;
			width:150px;
			height:150px;
			text-align:center;
			padding:19px 8px 0 7px;
			margin: 0 0 8px 0;
		}
		
		
			.imgblock_inner {margin:0 0 8px;}
		
				.imgblock_inner img {
					border:1px solid #b6b6b6;
					padding:1px;
				}
		
		.gallery_inner .prev, .gallery_inner .next {
			width:auto;
			height:auto;
			padding:92px 7px 0;
			background:none;
		}