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

body {
	font-size: 12px;
	font-family: Helvetica, Arial, Times, serif;
	background: #fff;
	
}

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

a:link {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}

a img { border: none; }

#menu {
	width: 210px;
	overflow: auto;
	top: 45px;
	bottom: 0px;
	margin-left: 45px;
	float: left;
	height: 100%;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
}

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

#menu ul li.section-title {
	font-size: 10px;
	letter-spacing: 2px;
}

#content {
	height: 100%;
	margin: 35px 0 0 250px;
}

.container {
	padding: 10px 10px 60px 10px;
}

#content p { width: 500px; 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; }

#img-container	{ margin: 0; padding: 0; width:1800px; float: left; margin-left: 75px; margin-top: 5px; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

.section-1-home #img-container	{ width:500px;}
.section-5-asteroids #img-container{width:1900px;}
.section-5-corner #img-container{width:1300px;}
.section-5-fragile #img-container{width:1200px;}
.section-5-stereopsis #img-container{width:2000px;}
.section-5-dependence #img-container{width:2950px;}
.section-5-oculus #img-container{width:2250px;}

.nothumb{
margin-right: 15px;
}

.nothumb img{
max-height: 570px;
}

#once { clear: left; }
