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

body {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background: #fff;
}

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

A:link {background: #FFF9B2 ; text-decoration: none; color: black;}
A:visited {background: #FFF9B2 ; text-decoration: none; color: black;}
A:active {background: #FFF9B2 ; text-decoration: none; color: black;}
A:hover {background: #FFEF33 ; text-decoration: none; color: black; }


a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	font-size:12px;
	font-style:italic
	font-family:Georgia, "Times New Roman", Times, serif;

}

#menu ul {
	list-style: none;
	margin: 0 12px 12px 0;
		background-color: #fff;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;	
	line-height:1.5;
}

#menu ul li.section-title {
	font-style:italic;
	line-height:2;

}

#content {
    height: 100%;
    margin: 34px 0 0 225px;
    top: 0;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.4;
	}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 18px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:700;
	color: #333333;
	} 
h2 { font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	  color: #337B99;
	  }
h3 { font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-weight:500;
	line-height:1.5;
	  } 
h4 { font-size: 13px;
font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-weight:500;
	line-height:1.5;
	  }
h5 { font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	color: #337B99;	
	  }
h7 { font-size: 16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:700;
	color: #333333;
	} 

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

#once { clear: left; }