/**
* CSS
* 
* @version 1.0
* @author kelox 
* @author alex miller
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;

	margin: 0px;
	color: black;

}

body.section-1 {
background-attachment:fixed;
background-position: 0px 0px;}
body.section-2 { background-position: 0px 0px;background-color:white;}
body.section-3 {background-position: 0px 0px; }
	

a:link { text-decoration: none;color: #333;
  }
a:active { text-decoration: underline;color: #333;
 }
a:visited { text-decoration: none;color: #333;
 }
a:hover { text-decoration: underline; color:#15BBB0;}

a img { border: none; }

h1 { padding-top:30px;font-variant:small-caps;border-top:thin;border-top-style: dotted; font-family:
}

marker {color:#15BBB0}

#menu {
left:10px;

    width: 180px;
    overflow: auto;
    position: fixed;
    height: 100%;
background-color:white;
top:0px;


}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
padding-left:15px;
padding-right:15px;
	font-size:12px;
	letter-spacing: 1.0pt;
		font-variant:small-caps;

}

#menu ul a {
	color:#555;
	font-weight:100;
}

#menu ul a:hover {
	color:#15BBB0;
}




#menu ul li.section-title {
	margin-top:8px;
	font-size:16px;
	padding: 5px 0 0 0;
	letter-spacing: 1.0pt;
	border-top:thin;
	border-top-style: dotted;
	color: #000;
	font-variant:small-caps;


	}
	
	


#content {
	
    height: 100%;
	width:600px;
    	margin: 0 0 0 200px;
		padding:0 10px 10px 10px;

text-decoration: none;
	
}


.container {
    padding: 0 0 0 0;
	width:auto;

}



#content p { width:600px;padding:10px;text-align: justify; background-color:white;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 72px;color: #000;
	font-variant:small-caps; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{margin:0;width:600px;height:100%;background-color:white;padding:10px;
 }
#img-container p	{width:600px;margin:0;padding: 0 0 0 0; }

#once { clear: left; }