body{
	color:#333;
	font-size:12px;
	margin:0;
	padding:0;
	line-height: 150%;
	font-family: 'Cabin', sans-serif;
	background-color:#dadada;
	min-width: 320px;
}

#page_photos{
	background-color:#fff;
}

a:link,
a:visited{
	color:#a7a9ac;
	text-decoration:none;
	outline:none;
}
a:hover{
	color:#1d1d1b;
}

header{
	position: fixed;
	top:0px;
	left: 0px;
	width: 100%;
	min-width: 320px;
	/*background-color: #fff;*/
	background: transparent url(/images/1x1.jpg) repeat center center;
	z-index:2;
}

#header_inner{
	margin: 18px 26px 6px;
	max-width: 800px;
	position: relative;
}

p{
	margin: 0 0 10px;
}

#logo{
	float:left;
	width: 113px;
}

header nav{
	position: absolute;
	bottom: 0px;
	left: 200px;
}

header nav a:link,
header nav a:visited{
	line-height: 100%;
	display: block;
	margin-right: 10px;
	margin-top: 2px;
	color:#a7a9ac;
	float:left;
}

header nav a.current,
header nav a:hover{
	color:#1d1d1b;
}

footer{
	position: fixed;
	bottom:0px;
	left: 0px;
	width: 100%;
	min-width: 320px;
	z-index:2;
}

footer p{
	margin:0 20px;
	text-align:right;
	line-height: 30px;
}

#header_buttons{
	float:right;
	margin-top: 30px;
}

#header_buttons a{
	margin-left: 10px;
}

#main{
	position: relative;
	margin-top: 72px;
}

#photo_wrap{
	white-space: nowrap;
	padding: 0 26px;
	position: relative;
	
}

#photo_wrap img{
	margin-right: 10px;
}

.sub_wrap{
	width: 100%;
	background: #dadada;
}

.sub_inner{
	background: #dadada;
	min-height: 535px;
	padding: 10px 10px 10px 220px;
	position: relative;
}

#news_wrap article{
	margin-bottom: 10px;
	width: 370px;
}

#news_wrap article .article_image{
	margin-bottom: 10px;
	min-height: 240px;
	background: #9d9d9c;
}

#news_wrap article .article_image img{
	display: block;
}

#news_wrap h2{
	font-size: 1.2em;
	font-weight: bold;
}

#film_inner{
	position: relative;
}

#film_wrap article{
	position: absolute;
	width: 375px;
	height: 210px;
}

#videos_wrap{
	position: relative;
}

#film_wrap article iframe{
	width: 100%;
	height: 100%;
}

#page_content{
	width: 360px;
}