/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin:0;
	padding:0;
}

body {
	background-attachment:fixed;
	font-size: 10px;
	font-family: Helvetica, sans-serif;
	background: #fff;
	background-position: 100% 100%;
	background-repeat:no-repeat;
	margin:40px;
}

#imgId {
	/* Set the width dynamically depending on the width of the browser window */
	width:100%;
	/* dont enlarge the image more, than its initial resolution */
	max-width:1680px;
	max-height:1050px;
	/* Set the height dynamically depending on the image's current width, keeping the aspect ratio */
	height:auto;
}
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { 
	background-color:transparent;
}
	

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

a img { border: none; }

#menu {
   -moz-background-clip:border;
   -moz-background-inline-policy:continuous;
   -moz-background-origin:padding;
   background:#FFFFFF none repeat scroll 0 0;
   float:left;
   position:fixed;
   text-align:left;
   width:215px;
}

#menu ul {
	list-style: none;
	margin: 0 0 13px;
}

#menu ul li.section-title { text-decoration: none; color: #292727; font-weight: bolder; 
	
}

#content {
    height: 100px;
    margin:55px 100px auto 280px;
    background-position:0 0;
    max-width:2000px;
    min-width:700px;
    
}

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

#content p { 
	bottom:0;
	height:auto;
	left:0;
	margin-bottom:9px;
	position:static;
	top:0;
	width:400px;
}
	

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

/* SLIDE SHOW - Navigation */
p.nav a {
 	background-color : #dcdcdc;
	color : #FFFFFF;
	padding-top : 0px;
	padding-right : 8px;
	padding-bottom : 6px;
	padding-left : 8px;
	font-size : 1em;
	font-family : Helvetica, serif;
}
p.nav a:hover {
	background-color : #756F6F;
	
}
p.nav span#num {
	letter-spacing : 2px;
	font-family : Helvetica, serif;
	font-style : italic;
	color : #756F6F;
	padding-left : 15px;
}


#once { clear: left; }

