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

body {
	font-size: 17px;
font-weight:900;
line-height:175%;
	font-family: helvetica, Verdana, arial, sans-serif;
	background: #fff;
	letter-spacing: 0px;
	color: #c5c5c5;


}

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

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

#content a:link { text-decoration: none; color: #858585;}
#content a:active { text-decoration: none; }
#content a:visited { text-decoration: none; color: #858585; }
#content a:hover { text-decoration: none; color: #333333; }

a img { border: none; }

#menu {
padding-top:18px;
padding-left:0px; 
padding-right:5px; 
   
width: 165px;

    overflow: auto;
	 top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
    height: 100%;
	background-color: #fff;
font-size: 17px;
	font-weight:900;
line-height:175%;
text-align:right;
}

#menu ul {
	
list-style: none;
	margin: 0 0 12px 0;
	font-size: 17px;
	font-weight:900;
line-height:175%;
text-align:right;
	
}

#splashimg img{}

#menu ul li.section-title {line-height:175%;}

#content {
    height: 100%;
    margin: 0 0 0 180px;
    padding-top: 25px;
top: 0;
}

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

#content p { width: 550px; margin-top: -7px; margin-bottom: 7px; }

p {
    margin: 0 0 0 0;
padding: 0px 0px 0px 0px;
}

h1 { font-size: 32px; }
h2 { font-size: 17px; font-weight:900; text-align:right;line-height:175%;}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#once { clear: left; }


#gallery-text {
margin-top:-7px;
padding-right:25px;
}


