@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	color: #FFFFFF;
	font-family: helvetica, sans-serif;
	background: #7D7777;
	font-weight: bold;
}

a:link { font-size: 10px; text-decoration: none; color: #6DC6E4; border: none; }
a:active { font-size: 10px; text-decoration: none; color: #6DC6E4; border: none; }
a:visited { font-size: 10px; text-decoration: none; color: #6DC6E4; border: none; }
a:hover { font-size: 10px; text-decoration: underline; color: #6DC6E4; border: none;}

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

a:link {
	text-decoration: none;
	color: #6DC6E4;
	border: none;
}
a:active {
	text-decoration: none;
	color: #6DC6E4;
	border: none;
}
a:visited {
	text-decoration: none;
	color: #6DC6E4;
	border: none;
}
a:hover {
	text-decoration: underline;
	color: #6DC6E4;
	border: none;
}

a img { border: none; }

#menu {
    width: 264px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #7D7777;
}

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

#menu ul li.section-title { }

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

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

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

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

#once { clear: left; }

