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

body {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	background: #E9E9E9;
}

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

/*Old a:link color: #CC6600*/
a:link { text-decoration: none; color: #966; }
a:active { text-decoration: none; color: #966; }
a:visited { text-decoration: none; color: #966; }
a:hover { text-decoration: underline; color:#966; }

a img { border: 0px; }

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

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

#menu ul li.section-title {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif; 
	font-size: 11px;
	font-weight: bold;	
	letter-spacing: 0px;
	margin: 0 0 4px 0;
	font-variant: ;
}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 34px; 
} 

h2 { font-size: 27px;
	font-family: Garamond, Arial Narrow, Trebuchet MS, Arial, Verdana, sans-serif; 
	letter-spacing:-1px;
	 padding: 0px 0px 15px 0px;
}
h3 { font-size: 14px; 
}
h4 { 	
	font-family: Trebuchet MS, Arial, Verdana, sans-serif; 
	font-size: 13px;
	font-weight: bold;	
	letter-spacing: 0px;
	margin: 0 0 4px 0;
	font-variant: ;
}
h5 { 	
	font-family: Trebuchet MS, Arial, Verdana, sans-serif; 
	font-size: 13px;
	font-weight: bold;	
	letter-spacing: 0px;
	margin: 0 0 4px 0; 
}
h6 { 	
	font-family: Trebuchet MS, Arial, Verdana, sans-serif; 
	font-size: 13px;
	font-weight: bold;	
	letter-spacing: 0px;
	margin: 0 0 4px 0; 
}

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

#once { clear: left; }
