/**
* CSS
* 
* @version 1.1 photgraphy
* @author Lota
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Georgia, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #2B2B2B; }
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 420px;
    top: 71px;
    bottom: 0;
	left: 260px;
    position: fixed;
    height: 16px;
	list-style: none; background: #fff; z-index: 2; 
	padding-top: 3px; 
	filter:alpha(opacity=40);
  	opacity:0.4; }

#menu li { float: left; 
	list-style: none; 
	padding-bottom: 5px; 
	padding-left: 15px; 
	position:relative; 
	top: -8.5px; 
	left: 1px }

#menu ul li.section-title { 
	font:Georgia, Helvetica, sans-serif; font-size:12px; color:#333;
	position:fixed; top:26px; left: 86px}

#content {
    height: 100%;
    margin: 170px 0 0 20px;
	top: 0;
	color: #666;font-size:10.5px;
}

.container { padding: 0px 5px 5px 0px; }

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h8 { font-size: 12px; 
	font-family: Georgia, sans-serif;filter:alpha(opacity=50);
  	opacity:0.4;}
h7 { font-size: 12px;
	font-family: Georgia, sans-serif; filter:alpha(opacity=60);
  	opacity:0.4;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 1px 0; }

#once { clear: left; }

table, td, th
{
border:none;
}
th
{
padding:28px;
}

#the-background {
position: relative;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}