html {
	height:100%;
	width:100%;
	overflow-y:auto;
	overflow-x:hidden;
	}

body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family : Georgia, "Times New Roman", serif;
	font-size : 14px;
	font-weight:normal;
	line-height: 170%;
	color : #000000;
	text-align:left;
	}
	
img { -ms-interpolation-mode:bicubic; }
	
	/* Background/graduated tint
----------------------------------------------------- */
#bg {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	background: url(../images/backgrounds/hannah_peschar2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	background-color:#ffffff;
	z-index:-1;
	}
	
#index_delay_screen {
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	background-color: #ffffff;
	z-index:30;
	}
	
#preloader {
	position:absolute; 
	top:280px; 
	left:50px; 
	width:32px; 
	height:32px;
	background-color: transparent;
	}
	
#bg_screen {
	position:fixed; 
	top:0; 
	left:0; 
	width:0%; 
	height:100%;
	background-color: #ffffff;
	z-index:30;
	display:none;
	}
	
#main_screen_closer {
	position:absolute; 
	top:0; 
	left:470px; 
	width:50px; 
	height:100%;
	background-color: transparent;
	z-index:30;
	display:none;
	}
	
#contact_screen_closer {
	position:absolute; 
	top:0; 
	left:240px; 
	width:50px; 
	height:100%;
	background-color: transparent;
	z-index:30;
	display:none;
	}
	
	/* Containers
----------------------------------------------------- */
	
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: transparent;
	width: 200px;
	height: 100%;
	z-index:31;
	}
	
#right_column {
	position: absolute;
	top: 0px;
	left: 250px;
	margin-left:2%;
	background-color: transparent;
	width: 70%;
	height:100%;
	z-index:10;
	}
	

	
	/* Logo
----------------------------------------------------- */
#logo{
	position: absolute;
	top:165px;
	left:15px;
	width: 200px;
	height: 60px;
	background-color: transparent;
	z-index:100;
	}
	
	/* menu
----------------------------------------------------- */
#menu{
	position: absolute;
	top:46px;
	left:46px;
	width: 100px;
	height: 125px;
	background-color: transparent;
	z-index:100;
	}
	
	/* work menu divs
----------------------------------------------------- */
#menu_div_1{
	position: absolute;
	top:0%;
	left:10%;
	width: 45%;
	background-color: transparent;
	}
	
#hidden_menu_div_1,
#hidden_menu_div_2,
#hidden_menu_div_3,
#hidden_menu_div_4,
#hidden_menu_div_5,
#hidden_menu_div_6,
#hidden_menu_div_7,
#hidden_menu_div_8,
#hidden_menu_div_9,
#hidden_menu_div_10,
#hidden_menu_div_11,
#hidden_menu_div_12,
#hidden_menu_div_13,
#hidden_menu_div_14,
#hidden_menu_div_15 {
	position: absolute;
	top:0;
	left:0;
	width:80%;
	background: url("../images/backgrounds/caption_bg.png") right top;
	display:none;
	}
	
#menu_div_2{
	position: absolute;
	top:25%;
	left:0%;
	width: 45%;
	background-color: transparent;
	}
	
#menu_div_3{
	position: absolute;
	top:20%;
	left:50%;
	width: 45%;
	background-color: transparent;
	}
	
#menu_div_4{
	position: absolute;
	top:50%;
	left:10%;
	width: 45%;
	background-color: transparent;
	}
	
#menu_div_5{
	position: absolute;
	top:55%;
	left:50%;
	width: 45%;
	background-color: transparent;
	}
	
#menu_div_6{
	position: absolute;
	top:75%;
	left:0%;
	width: 45%;
	background-color: transparent;
	}
	
#menu_div_7{
	position: absolute;
	top:90%;
	left:40%;
	width: 45%;
	background-color: transparent;
	}
	
#menu_div_8{
	position: absolute;
	top:110%;
	left:0%;
	width: 45%;
	background-color: transparent;
	}

#menu_div_9{
	position: absolute;
	top:115%;
	left:50%;
	width: 45%;
	background-color: transparent;
	}
	
#menu_div_10{
	position: absolute;
	top:135%;
	left:10%;
	width: 45%;
	background-color: transparent;
	}
	
#menu_div_11{
	position: absolute;
	top:150%;
	left:50%;
	width: 45%;
	background-color: transparent;
	}
	
#menu_div_12{
	position: absolute;
	top:160%;
	left:0%;
	width: 45%;
	background-color: transparent;
	}

	
	/* text holders
----------------------------------------------------- */

#text_holder_welcome,
#text_holder_clients,
#text_holder_work,
#text_holder_news {
	position: absolute;
	top:260px;
	left:42px;
	width: 320px;
	height: 400px;
	background-color: transparent;
	z-index:100;
	display:none;
	}
	
#text_holder_contact {
	position: absolute;
	top:260px;
	left:42px;
	width: 160px;
	height: 400px;
	background-color: transparent;
	z-index:100;
	display:none;
	}
	
#text_holder_caption {
	position: absolute;
	top:300px;
	left:42px;
	width: 140px;
	height: 400px;
	background-color: transparent;
	z-index:0;
	}
	
	/* text classes
----------------------------------------------------- */

.text {
	font-family : arial;
	font-size : 8pt;
	font-weight:normal;
	line-height: 11.5pt;
	color : #000000;
	text-align:left;
	}
	
.smallprint {
	font-family : arial;
	font-size : 7pt;
	font-weight:normal;
	line-height: 10pt;
	color : #000000;
	text-align:left;
	}
	
.standfirst,
.contact_text {
	font-family : Georgia, "Times New Roman", serif;
	font-size : 10pt;
	font-weight:normal;
	line-height: 145%;
	color : #000000;
	text-align:left;
	}
	
.standfirst a,
.contact_text a {
	font-style:italic;
	color : #000000;
	text-decoration:none;
	}
	
.standfirst a:hover,
.contact_text a:hover {
	color : #696b6e;
	text-decoration:none;
	}
	
.menu_text,
.menu_text a {
	font-family : Georgia, "Times New Roman", serif;
	font-size : 14px;
	line-height: 145%;
	color : #000000;
	font-style: italic;
	text-align:left;
	text-decoration:none;
	}
	
.menu_text a:hover {
	color : #696b6e;
	text-decoration:none;
	}
	
.caption_text,
.caption_text a {
	font-family : Georgia, "Times New Roman", serif;
	font-size : 9pt;
	line-height: 130%;
	color : #000000;
	font-style: italic;
	padding-top:5px;
	padding-left:8px;
	padding-bottom:8px;
	text-align:left;
	text-decoration:none;
	}
	
.caption_text a:hover {
	color : #696b6e;
	text-decoration:none;
	}
	
	/* common
----------------------------------------------------- */

br {
	clear: both;
	}

p {
	margin: 0; 
	padding-top: 8px; 
	}

a:focus { outline: none; -moz-outline-style: none; }

ul {
	padding:0px;
	}
