/**
* CSS
* 
* @version Sam
* @author Sam 
* @author Sam
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	font-family: Avant Garde, sans-serif;
	background: #CC99FF;
	font-weight: bold;
}

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

a:link { text-decoration: none; color: #5EFFDC; }
a:active { text-decoration: line-through; color: #1919FF;}
a:visited { text-decoration: line-through; color: #FFFF7A; }
a:hover { text-decoration: underline; color: #5EFFDC;}

a img { border: none; }

#menu {
    width: 350px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: transparent;
	border: none;
}

#menu ul {
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 82px; }
h2 { font-size: 44px; }
h3 { font-size: 26px; }
h4 { font-size: 8px; }

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


{
scrollbar-face-color : #003399;
scrollbar-highlight-color : #006699;
scrollbar-3dlight-color : #003366; scrollbar-shadow-color : #000066;
scrollbar-darkshadow-color : #000066; scrollbar-track-color : #0066CC;
scrollbar-arrow-color : #FFFF00
}

#once { clear: left; }