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

body {
	font-size: 0.75em	;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background: #f2f2f1;
	background-image: url(grid.gif);
	background-color: transparent;
}

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

a:link { text-decoration: underline; color: #03a5e1; }
a:active { text-decoration: none; }
a:visited { text-decoration: underline; color: #03a5e1; }
a:hover { text-decoration: underline; background-color: #ffff99; }

a img { border: none; }

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

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 1.4em;
	background-color: #fff;
}

#menu ul li.section-title { 
	font-weight: bold;
	}

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

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
    background-color: #fff;
}

h1 { 
	font-size: 32px; 
	background-color: #fff;
	}
	
h2 { 
	font-size: 24px; 
	line-height: 27px; 
	margin: 10px 0 0 0; 
	letter-spacing: -0.02em; 
	font-weight: normal; 
	width:700px;
	background-color: #fff;
	}
h3 { 
	font-size: 18px; 
	line-height: 20px; 
	margin: 0 0 10px 0; 
	letter-spacing: -0.02em; 
	font-weight: normal; 
	width:700px; 
	color: #666;
	background-color: #fff;
	}
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; border: 10px solid #fff; }

#once { clear: left; }

hr {
	border: 0;
  width: 80%
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	}
