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

body {
	font-size: 11.5px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	backgrgound: #FFFFFF;
	font-family: Georgia, Times, serif;
	font-weight: normal;
}

body.section-1 {font-weight: normal; #FFFF00 }
body.section-2 {font-weight: normal }
body.section-3 {font-weight: normal }

a:link { text-decoration: underline; color: #333333 }
a:active { text-decoration: none; color: #333333 }
a:visited { text-decoration: none; color: #333333; }
a:hover { text-decoration: underline; font-weight:italic; }

a img { border:; }

#menu {
    color: #000000;
	width: 190px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 700px;
	background-color: ;
	border:none;
	font-size: 9.5px;
	font-weight: normal;
	line-height: 15px;
	margin-left: 25px;
	margin-top: 25px;
}

#menu a:hover {text decoration: none; background: #FFFF00}

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

#menu ul li.section-title { font-weight: bold; color:#000000}
/* this controls the content of the headers */

#content {
    height: 100%;
    margin: 0 0 0 250px;
	/* the last number moves all the content to the right that many pixels */
    top: 0;
	
}

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

#content p { width: 400px; margin-left: 0px; margin-bottom: 9px; background-color: #FFFFFF;}

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

h1 { font-size: 32px;font-weight: bold }
h2 { font-size: 24px;font-weight: bold }
h3 { font-size: 16px;font-weight: bold }
h4 { font-size: 12px;font-weight: bold }

#img-container	{ margin: 0; padding: 0;}
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; background-color: none;}

#once { clear: left; background-color: none;}