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

body {
	font-size: 11px;
	font-family: "Reader Regular", univers, helvetica, arial, sans-serif;
	background: ffffff;
	color: darkred;
}

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

a:link { text-decoration: none; color: darkred }
a:active { text-decoration: none; color: darkred }
a:visited { text-decoration: none; color: darkred }
a:hover {background-color: paleturquoise; color:darkred; text-decoration:none; }

a img { 
	text decoration:none; border: none; }

#menu {
    width: 225px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size: 11px;
	line-height: 1.35em;
}

#menu ul {
	list-style: none;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px; /* sets the space between each section */
	margin-left: 0px;
}

#menu ul li.section-title {
	font-weight: bold; 
	color: red; 
	font-size: 11px;
	text-decoration: underline;
}

#content {
    height: 100%;
   	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 225px;
    top: 0;
}

.container {
    padding: 15px 15px 15px 15px;
}

#content p { 
	width: 400px; 
	margin-bottom: 9px; 
	line-height:1.35em;
	}

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; }
	
#img-container p	{ 
	width: 400px; 
	margin: 0; 
	padding: 0 0 12px 0; 
	}

	#img-container span.backgrounded a,
	#img-container a.thickbox, 
	#img-container a.thumb-img, 
	#img-container #d-col1 a { background: transparent; }


#once { clear: left; }