html, body { height: 100%; }

#left {	
	width: 335px;
	height: 100%;
	z-index: 2;
	position: relative;
}

#header {
	padding: 20px 10px 0 20px;
	text-align: right;
}

#header #info {
	color: black;
}

#logo {
	float: right;
	text-align: left;
	padding-top: 16px;
	margin-bottom: 2.5em;
}

#phone {
	clear: both;
	margin-bottom: 4em;
}

#address { margin-bottom: 1em; }

#info {
	clear: both;
	text-align: left;
	padding-top: 1em;
	min-height: 300px;
	background: white url("images/hd_line.png") no-repeat;
}

#info .description {
	margin-bottom: 1em;
	padding-top: 1em;
}

#info .back {
	float: right;
	width: 50%;
	display: block;
}

#info strong,
#news strong {
	font-weight: 500;
}

#logo h1 {
	display: inline;
	line-height: 14px;
	border-bottom: 2px solid #963;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#logo strong {
	display: block;
	padding-top: 3px;
	font-weight: 500;
}

#news ul { padding-left: 0; }

#news li { list-style: none; }

#news strong { font-weight: 500; }

/* global */

.column { float: left; }
.half { width: 50%; }
.clear { clear: both; }

#right {
	top: 20px;
	left: 0;
	right: 0;
	z-index: 1;
	position: absolute;
	padding: 0 20px 0 340px;
}

.inner {
	max-width: 830px;
	padding-top: 17px;
}

/*
#scroll.maxheight {
	top: 0;
	overflow-x: hidden;
}*/

#pagination {
	left: 350px;
	width: 400px;
	bottom: 15px;
	z-index: 21;
	position: fixed;
}
#pagination a { color: #3a3a3a; }
#pagination span { color: #777; }

#pagination a,
#pagination span {
	float: left;
	display: bock;
	padding: 0 4px;
}


#pictures {
	z-index: 20;
	position: relative;
}

#pictures a { color: white; }

#pictures a:focus {
	border: none;
	outline: none;
	-moz-outline: none;
}

#pictures .back,
#pictures .next,
#pictures .list {
	bottom: 2px;
	position: absolute;
	overflow: hidden;
}
#pictures .back { left: 6px; }
#pictures .next { right: 6px; }
#pictures .list { left: 50%; }

img#thisPic {
	width: 100%;
	min-width: 320px;
	max-width: 1600px;
}

/* #info

.back, .list, .next { display: inline; }
.back a, .next a { text-decoration: none; } */

/* .back, .list a, .list span, .next { padding-left: 5px; } */

