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

body {
	font-size: 10px;
	font-family: Geneva;
	font-weight: book;
	background: #fff;
	line-height: 200%;
}

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

a:link { color: #000000; text-decoration: none; }
a:visited { color: #48D1CC; text-decoration: none; font-weight: italic;}
a:hover { color: #48D1CC; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: -10px;
    bottom: 0px;
    left: 15px;
    position: fixed;
    height: 100%;
    background-color: #fff;
    line-height: 150%;
    filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 100;

}

/**this is for the whole menu underneath the image header --- width changes the width of the content within the "menu" area (above)*/
#menu ul {
	width: 150px;
	text-transform: capitalize;
	list-style: none;
	color: #fff;
	padding: 3px 0px 5px 0px;
	margin: -15px 0px 15px 0px;
	text-align: left;
}


#menu ul li.section-title { 
	font-family: Geneva;
	text-transform: uppercase; 
	text-decoration: none;
	font-weight: none;
	font-size: 10px;
	color: #292929;
        background-color: #none;
	background-image: url();
	letter-spacing:.5px;
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	border: 0px; 
	border color: #000000;
}


#content {
    height: 100%;
    margin: 5px 0px 0px 235px;
    top: 0px;
    font-family: Geneva;
	font-size: 10px;
	line-height: 150%;
}


.container {
    padding: 20px 40px 25px 30px;
}


#content p { 
	width: 400px; 
	margin: 25px 0px 0px 0px; 
}


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: 0px 0px 0px 0px; padding: 0 0 12px 0; }

#once { clear: right; }
