/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Nick Zegel (zeegisbreathing.com)
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	background-image:url(http://lasfloresproject.com/files/gimgs/bg-floralwoods.jpg);
}

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

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

a.logo:link { text-decoration: none; color:#666;}
a.logo:active { text-decoration: none; }
a.logo:visited { text-decoration: none; padding:0px; }
a.logo:hover { text-decoration: none;}

a img { border: none; }

#whitebg {
	padding:10px;
	width:580px;
	background: rgb(255,255,255); /* The Fallback */
	background:rgba(255,255,255,0.4);
	}	
	
	
#menu {
    width: 250px;
    padding-top:60px;
    padding-left:60px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    letter-spacing:.05em;
    height: 100%;
    background: #;
    
}

#menu ul {
	list-style: none;
	font-family: Helvetica, Verdana, sans-serif;
	text-transform:lowercase;
	font-size:14px;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	padding:4px;
}

#menu ul li.section-title { 
	font-family: Helvetica, Verdana, sans-serif;
	font-weight:300;
	text-transform:none;
	letter-spacing:0.1em;
	
}

#content {
    height: 100%;
    padding: 120px 0 0 30px;
    margin:0 0 0 360px;
    top: 0;
    font-family:Helvetica, sans-serif;
    font-size:14px;
    line-height:18px;
    font-weight:200;

}


#content a:link { text-decoration: none; color:#000; }
#content a:active { text-decoration: none; }
#content a:visited { text-decoration: none; color: #666; }
#content a:hover { text-decoration: none; background-color:#FFF; color:#CCC; padding:0px;}


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

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

#content ul {list-style-type:none; font-family:Helvetica, sans-serif; font-weight:100; font-size:18px;}
#content ul li{padding:0px 0 5px 0;}

#content 

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: 0 0 12px 0; }

#once { clear: left; }
