/**
* CSS
* 
* @version 1.0
* @edited version by Richard Boeser
* @original author Vaska 
* @original author Gregory Cadar
*/
* {
	margin:  0;
	padding: 0;
	
}

body {
	
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
	line-height:1.4;
	color: #000;
}

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

a{
	color: #000;
	text-decoration: underline; 
}

a:link { }
a:active { color: #15a03e;}
a:visited { }
a:hover { color: #15a03e;}

a img { border: none; }



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

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

#menu ul li.section-title {
	margin: 10px 0 0 0;
	font-weight: bold;
}

#content {
    height: 100%;
	margin: 0 0 0 200px;
    top: 0;
}

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

#content p { 
	width: 400px;
	margin: 0 0 10px 1px; 
}

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

h1 { 
	font-size: 18px; 
	font-weight: bold;
	margin: 0 0 10px 0px;
}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container img{ margin: 0 10px 36px 0; padding: 0; }
#img-container { width: 900px; margin: 0; padding: 0 0 0px 0; }



#thanks, #thanks a{
color:#888888;
}

#column, #column p {
float: left;
height:auto;
width:300px;
margin: 0 30px 30px 0;
position:relative;
top:0px;
}


#once { clear: left; }