/**
* CSS
* 
* @version 1.0
* @author Alex Hulm e
* @author Gregory Cadar
*/


/* Genral settings */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	background: #FCFCFC;
	color: #3F3F3F;
}

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

a:link { text-decoration: none; color: #3F3F3F;}
a:active { text-decoration: none; background-color: #F92300; color: #FFFFFF;  }
a:visited { text-decoration: none;  color: #3F3F3F; }
a:hover { text-decoration: none; background-color: #0CF; color: #FFFFFF; }

a img { border: none; }

/* Sidebar settings */

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

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

#menu ul li {
  margin-top: 0.5em;
	color: #0CF;
	background-color: #FF0;
}

#menu ul li.section-title { background-color: #ffffff; 
	color: #3F3F3F;}


/* Main page settings */

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



.container {
    padding: 35px 0px 0px 25px;
}

#content p { width:600px; margin-bottom: 4px; margin-top: 15px;}

#content { margin-top: 0px;}


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 32px; color: #FFFFFF;}
h3 { font-size: 16px; text-decoration: none; color: #F92300;}
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; }