* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #FFFFFF;

	SCROLLBAR-FACE-COLOR: #CCCCCC; SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC; SCROLLBAR-SHADOW-COLOR: #FFFFFF; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #CCCCCC; SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC; SCROLLBAR-BASE-COLOR: #CCCCCC;


}

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

a:link {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
a:active { 
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #CCCCCC;
}
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: auto;
    top: 20px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF;
	text-align:right;
	
}

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

#menu ul li.section-title { }

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

.container {
    padding: 0 0 0 0;
}

#content p { width: 300px; margin-bottom: 0; }

p {
    margin: 0 0 20px 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: 0; padding: 0 0 0 0; }

#once { clear: left; }