/**
 * Colors:
 *
 * #4e4e4e - text black
 */

*	{
	margin: 0px;
	padding: 0px;
	}

body {
	background: #f2f2f2 url('/images/struct/bg2.png') no-repeat 100% 350px;
	color: #4e4e4e;
	font: 11px Verdana, sans-serif;
	min-width: 1000px;
	}

body.small {
	background-position: 100% 100px;
	}

	.small #inner {
		background-position: 0 200px;
		}

	.small #header, .small #header .dragon-left, .small #header .dragon-right {
		height: 156px;
		}
	
	.small #header .logo {
		background: url('/images/struct/header_logo_bg_small.png') no-repeat 240px 32px;
		height: 156px;
		margin-top: 0;
		width: 420px;
		}
	
	.small #header .logo a {
		background-position: 49px 25px;
		padding-top: 75px;
		}
	
	.small #header .logo .l1 {
		top: 85px;
		}
	
	.small #header .logo .l2 {
		top: 121px;
		}

p, h1, h2 {
	line-height: 16px;
	}

p, ol {
	margin: 0px 0px 10px 0px;
	}

ol li {
	margin: 5px 0 0 0;
	}

a {
	color: #ce0007;
	}

a.fade {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	outline: none;
	}

a.fade:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	}

a.marker {
	background: url('/images/struct/marker.png') no-repeat 100% 0.4em;
	padding-right: 10px;
	}

input {
	font-family: arial, sans-serif;
	font-size: 12px;
	}

img	{
	border: none;
	}

h1, h2, h3 {
	font-family: Georgia, serif;
	margin: 20px 0 10px 0;
	}

h1 {
	font-size: 18px;
	font-style: italic;
	line-height: 1.2;
	}

h2 {
	font-size: 14px;
	margin-bottom: 5px;
	}

h2 a {
	font-style: italic;
	}

h3 {
	font: italic normal 14px Verdana, sans-serif;
	}

.red {
	color: #ce0007;
	font-style: italic;
	}

.quote:first-letter {
	margin-left: -1.1ex;
	}

.hidden {
	visibility: hidden;
	}

/*** PHOTO THUMBS ***/
.photo-thumb {
	background: #fff;
	border: solid 1px #d0a7a9;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	overflow: hidden;
	padding: 5px;
	}

	.photo-thumb:hover {
		border: solid 1px #ce0007;
		}

	.photo-thumbs {
		margin: 20px 0 30px 0;
		overflow: hidden;
		position: relative;
		}

		.photo-thumbs div {
			float: left;
			width: 33.3%;
			}

/*** NS Buttons ***/
.ns-button {
	background: #eee url('/images/icons/ns_button_bg.png') repeat-x;
	border: solid 1px #ccc;
	border-left: solid 1px #eee;
	border-top: solid 1px #eee;
	color: #555;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 12px;
	outline: 0;
	padding: 4px 10px;
	position: relative;
	text-decoration: none;
	text-shadow: #ccc 1px 1px 1px;
	}

	a.ns-button {
		line-height: 25px;
		}

	.ns-button:hover {	
		background-position: 0 -30px;
		color: #000;
		}

	.ns-button:active, .ns-button:focus {
		color: #000;
		border: solid 1px #aaa;
		border-left: solid 1px #ddd;
		border-top: solid 1px #ddd;
		}

	.ns-button.disabled, .ns-button.disabled:hover, .ns-button.disabled:active, .ns-button.disabled:focus {
		color: #bbb;
		cursor: default;
		background-position: 0 0;
		text-shadow: none;
		}

	.ns-button span {
		background: no-repeat 0 center;
		height: 100%;
		left: 0;
		padding: 4px 0;
		text-decoration: none;
		top: 0;
		width: 100%;
		}

	.ns-button.ns-button-icon {
		padding-left: 5px;
		}

	.ns-button.ns-button-icon span {
		padding-left: 18px;
		}

	.ns-button.ns-button-add span {
		padding-left: 18px;
		}

	.ns-button.ns-button-add span {
		background-image: url('/images/icons/add.png');
		}

	.ns-button.ns-button-browse span {
		background-image: url('/images/icons/folder_magnify.png');
		background-position: 0 30%;
		}

/*** GMAP ***/
.gmap {
	border: solid 1px #000;
	height: 500px;
	overflow: hidden;
	}

	.gmap .info {
		p1adding: 10px;
		}
	
		.gmap .info p {
			padding: 0;
			}
	
	.gmap .controls {
		padding: 10px 0 0 0;
		}

	.gmap .backLink {
		float: right;
		padding-right: 10px;
		}

/*** ZEND FORM ***/
.zend_form {
	}

	.zend_form input, .zend_form textarea {
		font: 11px Verdana, sans-serif;
		}

	.zend_form input[type=text]{
		width: 150px;
		}

	
	.zend_form input[type=submit] {
		padding: 3px 10px;
		}
	
	.zend_form textarea {
		height: 100px;
		width: 312px;
		}
	
	.zend_form dt {
		margin: 0 0 5px 0;
		}
	
	.zend_form dd {
		margin: 0 0 15px 0;
		}
	
	.zend_form #submit-label {
		display: none;
		}
	
	.zend_form .errors {
		color: #ce0007;
		list-style: none;
		margin: 2px 0 0 5px;
		}

/*** COMMENTS ***/
.comments {
	}

	.comment {
		margin: 0 0 40px 0;
		overflow: hidden;
		}
	
		.comment .field-date {
			color: #9a9a9a;
			display: inline;
			padding: 0 5px 0 0;
			}
		
		.comment .field-name {
			color: #ce0007;
			display: inline;
			}
		
		.comment .field-comment {
			margin: 10px 0 0 0;
			}

#inner {
	background: url('/images/struct/bg1.png') no-repeat 0 495px;
	}

#menu {
	background: #d5d5d5 url('/images/struct/menu_bg.png') repeat-x;
	border-bottom: solid 1px #282828;
	height: 35px;
	position: relative;
	}

	#menu .triple {
		display: inline;
		float: left;
		height: 35px;
		margin-left: 3%;
		overflow: hidden;
		width: 69px;
		}

		#menu .triple li {
			display: block;
			float: left;
			}

		#menu .triple a {
			background: url('/images/struct/menu_triple.png') no-repeat 0 -27px;
			display: block;
			height: 35px;
			overflow: hidden;
			line-height: 77px;
			text-decoration: none;
			width: 23px;
			}
		
		#menu .triple a:hover {
			background-position: 0 4px;
			}
		
		#menu .triple .s {
			background-position: -23px -27px;
			}
		
		#menu .triple .s:hover {
			background-position: -23px 4px;
			}

		#menu .triple .e {
			background-position: -46px -27px;
			}
		
		#menu .triple .e:hover {
			background-position: -46px 4px;
			}

		
	#menu .menu {
		list-style: none;
		margin-right: 1%;
		overflow: hidden;
		position: relative;
		text-align: right;
		}

		#menu .menu li {
			background: url('/images/struct/menu_separator.png') no-repeat 100% center;
			display: inline;
			left: 1px;
			padding: 0 1px 0 0;
			position: relative;
			}
		
		#menu .menu a {
			color: #933437;
			font-family: Georgia, serif;
			font-size: 14px;
			line-height: 33px;
			padding: 8px 10px 10px 10px;
			text-decoration: none;
			}
		
		#menu .menu a:hover {
			text-decoration: underline;
			}
		
		#menu .menu .active a {
			background: #bbb url('/images/struct/menu_bg.png') repeat-x 0 -35px;
			text-decoration: underline;
			}

#header {
	background: #7c030a url('/images/struct/header_bg.jpg') repeat-x;
	height: 314px;
	}

	#header .dragon-left, #header .dragon-right {
		background: url('/images/struct/header_dragon.png') no-repeat;
		height: 314px;
		min-width: 1000px;
		overflow: hidden;
		width: 100%;
		}

		#header .dragon-left {
			background-position: -10% 0;
			}
		
		#header .dragon-right {
			background-position: 100% -314px;
			position: absolute;
			}

	#header .logo {
		background: url('/images/struct/header_logo_bg.png') no-repeat 107px 0;
		float: left;
		height: 173px;
		margin-top: 134px;
		position: relative;
		width: 350px;
		}

		#header .logo * {
			color: #fff;
			display: block;
			font-family: Georgia, serif;
			position: absolute;
			}

		#header .logo a {
			background: url('/images/struct/header_logo_kanku.png') no-repeat 49px 54px;
			font-size: 44px;
			height: 79px;
			padding: 104px 0 0 104px;
			text-decoration: none;
			text-transform: uppercase;
			width: 420px;
			z-index: 3;
			}
		
		#header .logo .l1 {
			border-left: solid 1px #b6a6a7;
			font-size: 18px;
			height: 32px;
			left: 350px;
			line-height: 0.9;
			padding: 0 0 0 10px;
			top: 114px;
			width: 164px;
			z-index: 2;
			}
		
		#header .logo .l2 {
			font-size: 18px;
			font-style: italic;
			left: 104px;
			letter-spacing: 1px;
			top: 150px;
			white-space: nowrap;
			filter:alpha(opacity=50);
			-moz-opacity:0.5;
			-khtml-opacity:0.5;
			opacity:0.5;
			}

	#header .scroll {
		background: url('/images/struct/header_scroll.png') no-repeat 12px 0;
		float: right;
		height: 157px;
		margin: 24px 0 0 0;
		position: relative;
		width: 576px;
		}

		#header .scroll .hide {
			background: url('/images/struct/header_scroll_hide.png') no-repeat 0 42px;
			display: block;
			float: left;
			height: 157px;
			width: 50px;
			}
		
		#header .scroll .layout {
			background: url('/images/struct/header_scroll_shadow.png') repeat-x 0 135px;
			float: left;
			height: 157px;
			width: 526px;
			}
		
		#header .scroll .layout * {
			display: block;
			height: 120px;
			width: 526px;
			}	
		
		#header .scroll .layout i {
			background: url('/images/struct/header_scroll.jpg') no-repeat;
			margin-top: 15px;
			}

		#header .scroll .layout s {
			background: url('/images/struct/header_scroll_text.png') no-repeat;
			}

		#header .scroll .layout a {
			background: url('/images/struct/header_scroll_refresh.png') no-repeat 477px 55px;
			}

		

#side {
	background: url('/images/struct/side_line.png') no-repeat 0 71px;
	display: inline;
	float: right;
	margin: -71px 50px 0 0;
	position: relative;
	width: 300px;
	}

	#side h1 {
		margin: 89px 0 -10px 30px;
		position: relative;
		z-index: 9;
		}

	#side .inner {
		background: url('/images/struct/side_line.png') no-repeat 100% 71px;
		overflow: hidden;
		margin-bottom: 150px;
		min-height: 250px;
		padding: 60px 30px 0 10px;
		position: relative;
		width: 260px;
		z-index: 2;
		}
	
	#side .roof {
		background: url('/images/struct/side_roof.png') no-repeat;
		margin: -68px 0 0 -46px;
		}

		#side .roof, #side .roof i {
			display: block;
			height: 139px;
			overflow: hidden;
			position: absolute;
			width: 377px;
			}
		
		#side .roof i {
			background: url('/images/struct/side_roof_alpha.png') no-repeat;
			}
		
		#side .roof h1 {
		background: url('/images/struct/side_header.png') no-repeat center 0;
		color: #bd2029;
		font: italic 14px Georgia, serif;
		height: 26px;
		margin: 80px 0 0 46px;
		padding: 8px 0 0 0;
		text-align: center;
		width: 300px;
		}
	
	#side dt {
		color: #bd2029;
		cursor: default;
		margin: 0 0 3px 0;
		}
	
	#side dd {
		margin: 0 0 20px 0;
		}
	
	#side dd a {
		color: #4e4e4e;
		}

	#side dd a:hover {
		color: #ce0007;
		}
	
	#side ul {
		list-style: none;
		margin: -40px 15px 0 15px;
		}

		#side li {
			display: block;
			}
	
		#side .menu a {
			color: #4e4e4e;
			display: block;
			/*height: 15px;*/
			padding: 2px 5px;
			}
		
		#side .menu a:hover, #side .menu .active a:hover {
			color: #ce0007;
			}
		
		#side .menu .active a, #side .menu .active .active a {
			color: #000;
			text-decoration: none;
			}
		
		#side .menu .active li a {
			color: #4e4e4e;
			text-decoration: underline;
			}
		
		#side .menu ul {
			margin: 0 0 0 20px;
			}
	
	#side .subscribe {
		background: #dd8e4d url('/images/struct/side_subscribe.jpg') no-repeat;
		height: 78px;
		margin-top: -120px;
		position: absolute;
		width: 350px;
		z-index: 1;
		}

		#side .subscribe form {
			background: url('/images/struct/side_subscribe_shadow.png') no-repeat 0 100%;
			display: block;
			height: 93px;
			position: relative;
			width: 350px;
			}

			#side .subscribe form .loader, #side .subscribe form .message {
				height: 78px;
				left: 0;
				position: absolute;
				top: 0;
				width: 350px;
				}
			
				#side .subscribe form .loader i {
					background: url('/images/struct/side_subscribe.jpg') no-repeat;
					display: block;
					height: 78px;
					width: 350px;
					filter:alpha(opacity=80);
					-moz-opacity:0.8;
					-khtml-opacity:0.8;
					opacity:0.8;
					}
				
				#side .subscribe form .loader s {
					background: url('/images/struct/loader.gif') no-repeat center center;
					display: block;
					height: 78px;
					left: 0;
					position: absolute;
					top: 0;
					width: 350px;
					}

			#side .subscribe form .message {
				background: url('/images/struct/side_subscribe.jpg') no-repeat;
				height: 48px;
				padding: 33px 0 0 30px;
				width: 317px;
				}
		
		#side .subscribe .medal {
			background: url('/images/struct/side_subscribe_medal.png') no-repeat 241px 0;
			color: #202020;
			height: 167px;
			padding: 67px 0 0 34px;
			position: absolute;
			top: -50px;
			width: 316px;
			}

			#side .subscribe .medal div {
				margin: 0 0 5px 0;
				}
			
			#side .subscribe .medal .email {
				width: 157px;
				}
			
			#side .subscribe .medal .submit {
				position: relative;
				top: 5px;
				}

	#side .banner {
		background: url('/images/struct/side_banner.png') no-repeat;
		display: block;
		height: 78px;
		margin-bottom: 5px;
		position: relative;
		width: 288px;
		z-index: 3;
		}

		#side .banner img {
			border: solid 1px #777;
			height: 66px;
			width: 278px
			}

#content {
	padding: 0 3% 0 0;
	}

	#content.side-panel {
		margin-right: 350px;
		}
	
	#content .block1 {
		background: url('/images/struct/content_block1_shadow2.png') no-repeat 100% 0;
		height: 95px;
		margin: 15px 0 0 0;
		overflow: hidden;
		}

		#content .block1 .inner {
			height: 95px;
			}

			#content .block1 .inner .shadow {
				background: url('/images/struct/content_block1_shadow1.png');
				height: 88px;
				margin-right: 45px;
				padding-top: 7px;
				}
			
			#content .block1 .inner div, #content .block1 .inner i {
				display: block;
				height: 78px;
				}
		
		#content .doit .inner {
			background: url('/images/struct/content_doit_bg.png') repeat-x 0 7px;
			}

			#content .block1 .doit i {
				background: url('/images/struct/content_doit.png') no-repeat;
				}
	
	#content .block2 {
		background: url('/images/struct/content_block2_bg.png');
		overflow: hidden;
		padding: 10px 0;
		width: 99%;
		}

		#content .block2 h2 {
			margin: 0 0 15px 0;
			}
	
	#content .block3 {
		margin: 20px 0 0 0;
		}

		#content .block3 .right {
			float: right;
			overflow: hidden;
			width: 240px;
			}
		
		#content .block3 .left {
			overflow: hidden;
			margin: 0 240px 0 0;
			padding: 0 0 0 50px;
			}
		
		#content .block3 .random-photo {
			background: url('/images/struct/content_random_photo_bg.png') no-repeat 100% 0;
			height: 247px;
			width: 234px;
			}
		
			#content .block3 .random-photo .label {
				background: url('/images/struct/content_random_photo_label.png') no-repeat 0 26px;
				float: left;
				height: 217px;
				width: 22px;
				}
			
			#content .block3 .random-photo .label a {
				background: url('/images/struct/content_random_photo_refresh.png') no-repeat 1px 145px;
				display: block;
				height: 217px;
				width: 22px;
				}
			
			#content .block3 .random-photo .photo {
				background: url('/images/struct/loader2.gif') no-repeat center center;
				display: block;
				float: left;
				height: 217px;
				width: 212px;
				}

				#content .block3 .random-photo .photo img {
					height: 196px;
					margin: 11px 0 0 5px;
					width: 196px;
					}

			#content .block3 .random-photo h3 {
				clear: left;
				margin: 0;
				padding: 3px 7px 0 0;
				text-align: right;
				}

	#content .content-inner {
		margin: 0 0 0 50px;
		}

		#content .content-inner img[align=left] {
			margin: 0 10px 0 0;
			}
		
		#content .content-inner ul, #content .content-inner ol {
			margin: 0 0 10px 40px;
			}
		
		#content .content-inner li {
			margin: 5px 0 0 0;
			}
	
	#content .dual {
		overflow: hidden;
		position: relative;
		}

		#content .dual .column {
			float: left;
			width: 49%;
			}
		
			#content .dual .column .inner {
				margin-left: 50px;
				}
		
		#content .dual .ico {
			background: no-repeat;
			min-height: 65px;
			padding-left: 80px;
			}
		
		#content .dual .ico-fighter1 {
			background-image: url('/images/struct/content_block2_fighter1.png');
			padding-left: 70px;
			}

		#content .dual .ico-fighter2 {
			background-image: url('/images/struct/content_block2_fighter2.png');
			}
	
	#content .sportsman {
		clear: left;
		margin: 0 0 20px 0;
		overflow: hidden;
		}

		#content .sportsman .header {
			text-align: right;
			}

			#content .sportsman .header p {
				font: 14px Georgia, serif;
				}
		
		#content .sportsman h2 {
			font-style: italic;
			}
		
		#content .sportsman h3 {
			margin: 0 0 5px 0;
			}

		#content .sportsman .photo {
			float: left;
			height: 267px;
			margin: 0 20px 0 0;
			width: 200px;
			}
		
		#content .sportsman .inner {
			margin-left: 230px;
			}
		
		#content .sportsman ul {
			margin: 0 0 20px 0;
			}
		
		#content .sportsman li {
			margin: 0 0 5px 0;
			}

	#content .albums {
		}

		#content .albums .album {
			background: url('/images/struct/content_album.png') no-repeat 0 20px;
			display: block;
			margin: 0;
			overflow: hidden;
			padding: 20px 0;
			text-decoration: none;
			}
		
			#content .albums .album:hover {
				background-color: #e8e8e8;
				}

			#content .albums .album img {
				float: left;
				display: block;
				height: 98px;
				margin: 5px 0 5px 5px;
				overflow: hidden;
				width: 98px;
				}
			
			#content .albums .album .title {
				color: #ce0007;
				font: 14px Georgia, serif;
				font-style: italic;
				margin: 0 0 10px 120px;
				overflow: hidden;
				text-decoration: underline;
				}
			
			#content .albums .album .description {
				color: #4e4e4e;
				font: 11px Verdana, sans-serif;
				margin: 0 0 0 120px;
				}

	#content .album-photos {
		}

		#content .album-photos a {
			display: block;
			float: left;
			height: 120px;
			overflow: hidden;
			width: 120px;
			}
		
		#content .album-photos a:hover {
			background: #e8e8e8;
			}

			#content .album-photos a:hover img {
				border: solid 1px #ce0007;
				}

		#content .album-photos .photo {
			border-collapse: collapse;
			border-spacing: 0;
			height: 100%;
			position: relative;
			width: 100%;
			}

		#content .album-photos img {
			background: #fff;
			border: solid 1px #d0a7a9;
			display: block;
			margin: 0 auto;
			padding: 5px;
			}
		
		#content .album-photos td {
			vertical-align: middle;
			}

	#content table.full {
		border-collapse: collapse;
		border-spacing: 0;
		}

		#content table.full th {
			background: #e5e5e5;
			border: solid 1px #8e8e8e;
			font-size: 10px;
			font-weight: normal;
			padding: 3px;
			}

		#content table.full td {
			border: solid 1px #8e8e8e;
			font-size: 9px;
			padding: 3px;
			text-align: center;
			}

	#content .pagination {
		clear: left;
		font: 14px Georgia, serif;
		font-style: italic;
		text-align: center;
		}

		#content .pagination a {
			padding: 0 3px;
			text-decoration: none;
			}
		
			#content .pagination a:hover {
				background: #e8e8e8;
				}

#events {
	margin: 20px 0 0 0;
	}

	#events a {
		color: #e1914f;
		}

	#events .label {
		clear: both;
		height: 26px;
		}

		#events .label h1 {
			background: #3f3f3f url('/images/struct/events_label.png');
			color: #fff;
			cursor: default;
			float: left;
			font-size: 14px;
			font-weight: normal;
			height: 22px;
			margin: 0 -169px 0 0;
			padding: 4px 0 0 30px;
			width: 139px;
			}
		
		#events .label ul {
			background: #b5b5b5;
			display: block;
			height: 17px;
			list-style: none;
			margin-left: 169px;
			overflow: hidden;
			position: relative;
			top: 9px;
			}
		
			#events .label li {
				display: block;
				color: #84040d;
				cursor: default;
				float: left;
				padding: 2px 0 0 0;
				text-align: center;
				width: 25px;
				}
		

	#events .date {
		background: #500104 url('/images/struct/events_date_bg.png');
		height: 35px;
		}

		#events .date .month {
			float: left;
			height: 35px;
			overflow: hidden;
			width: 169px;
			}

			#events .date .month .button {
				display: block;
				float: left;
				height: 35px;
				width: 35px;
				}
			
				#events .date .month .prev {
					background: url('/images/struct/events_month_prev.png') no-repeat 25px center;
					}
				
				#events .date .month .next {
					background: url('/images/struct/events_month_next.png') no-repeat 6px center;
					}
			
			#events .date .month div {
				color: #f2f2f2;
				cursor: default;
				float: left;
				overflow: hidden;
				padding: 10px 0 0 0;
				text-align: center;
				width: 90px;
				}

		#events .date ul {
			list-style: none;
			}
		
			#events .date li {
				color: #f2f2f2;
				cursor: default;
				display: block;
				float: left;
				padding: 10px 0 0 0;
				text-align: center;
				width: 25px;
				}
			
			#events .date .event-day {
				padding: 0;
				}
			
				#events .date .event-day a {
					display: block;
					height: 25px;
					padding: 10px 0 0 0;
					width: 25px;
					}
				
				#events .date .event-day a:hover {
					background: #671c1f;
					}

	#events .events {
		background: #82040c url('/images/struct/events_bg.jpg');
		height: 164px;
		padding: 0 50px;
		position: relative;
		}

		#events .events .bg {
			height: 164px;
			position: absolute;
			top: 0;
			width: 100%;
			}

			#events .events .bg-1 {
				background: url('/images/struct/events_bg1.png') no-repeat;
				left: 0;
				z-index: 1;
				}
			
			#events .events .bg-2 {
				background: url('/images/struct/events_bg2.png') no-repeat right 0;
				right: 0;
				z-index: 2;
				}
		
		#events .events .container {
			background: url('/images/struct/events_border.png') repeat-x;
			height: 164px;
			overflow: hidden;
			position: relative;
			z-index: 3;
			}

			#events .events .container .slider {
				left: 0;
				overflow: hidden;
				position: absolute;
				top: 0;
				width: 100%;
				}

		#events .events .event {
			background: url('/images/struct/events_separator.png') repeat-y;
			float: left;
			height: 134px;
			margin: 10px 0 20px 0;
			width: 33.333%;
			}

			#events .events .first {
				background: none;
				}
			
			#events .events .inner {
				color: #fff;
				padding: 10px 20px;
				}
			
			#events .events .event h2 {
				color: #e1914f;
				font: 14px Georgia, serif;
				font-weight: normal;
				margin: 0;
				}
			
			#events .events .event h3 {
				color: #fff;
				font-size: 11px;
				margin: 3px 0 10px 0;
				}
		
		#events .events .button {
			display: block;
			height: 164px;
			position: absolute;
			top: 0;
			width: 50px;
			z-index: 4;
			}

			#events .events .prev {
				background: url('/images/struct/events_prev.png') no-repeat center center;
				left: 0;
				}

			#events .events .next {
				background: url('/images/struct/events_next.png') no-repeat center center;
				right: 0;
				}

		#events .events .all {
			display: block;
			position: absolute;
			bottom: 10px;
			right: 70px;
			width: 70px;
			z-index: 5;
			}
		
		#events .events .loader {
			background: url('/images/struct/loader3.gif') no-repeat center center;
			height: 164px;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 6;
			}

#footer {
	background: #500104 url('/images/struct/footer_bg.jpg');
	height: 92px;
	padding: 30px 50px 17px 50px;
	}

	#footer .menu {
		background: url('/images/struct/footer_menu_bg1.png') no-repeat;
		height: 42px;
		}
	
		#footer .menu .inner {
			background: url('/images/struct/footer_menu_bg2.png') no-repeat 100% 0;
			height: 42px;
			}
		
			#footer .menu ul {
				background: url('/images/struct/footer_menu_border.png') repeat-x 0 100%;
				height: 42px;
				list-style: none;
				text-align: center;
				}
			
				#footer .menu li {
					display: inline;
					}
				
		#footer .menu a {
			border-left: solid 1px #fff;
			color: #e1914f;
			padding: 0 5px;
			}
		
		#footer .menu a:hover {
			co1lor: #fff;
			}
		
		#footer .menu .first a {
			border: none;
			}
	
	#footer .footer {
		background: url('/images/struct/footer_bg1.png') no-repeat 0 center;
		height: 69px;
		}
	
		#footer .footer .inner {
			background: url('/images/struct/footer_bg2.png') no-repeat 100% center;
			color: #c0c0c0;
			font: 12px Georgia, serif;
			height: 44px;
			padding: 25px 0 0 0;
			text-align: center;
			}
		
