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

body {
	font-size: 12px;
	font-family: Helvetica;
	background: #fff;
	color: #999999;
}

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

a:link { color: #333333; text-decoration: none; }
a:active { color: #999999; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { text-shadow: 0px 0px; color: #999999; text-decoration: underline; padding-bottom:1.5em; }

a img { 
	border: none; 
}

.projecttitle p {
	font-family: Times, serif;
	font-size: 13px;
	letter-spacing:.07em;
	color: #666666;
	padding-bottom:0px
}


#menu {
    background-repeat: no-repeat;
    width: 270px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;

}

#menu ul {
	list-style: none;
	margin: 0 0 0px 0;
	padding-bottom:20px
	 
}

#menu ul li.section-title {
	font-family: Georgia, serif;
	font-size: 11px;
	letter-spacing:.07em;
	color: #666666;
	padding-bottom:8px
}

#menu li { 
    padding-left: 0px; 
    padding-bottom:5px

}

#content {
    height: 100%;
    margin: 0 0 0 225px;
    margin-top: 85px;
    top: 0px;
}

.container {
    padding: 35px 50px 25px 50px;

}

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

p {
    margin: 0 0 0px 0;
}

h1 { 	
	font-family: Georgia, serif;
	font-size: 11px;
	letter-spacing:.05em;
	color: #666666;
	padding-bottom:15px 
}

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

#img-container	{ margin: 0; padding-bottom: 0px; }
#img-container p	{ width: 700px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }