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

body {
	font-size: 11px;
	font-family: Courier, monospace; 
	font-style: normal;
	background: #fff;
	line-height: 13px;
	color: #000;
}

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

a:link { color: #ffffff; text-decoration: none; background-color: #999999; }
a:active { text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover { color: #000000; background-color: #999999; text-decoration: none; }

a img { border: 1px; color: #000; }

#hr {
	width: 100%;
	height: 1px;
	color: #000000;
	background-color: #ffffff;
}
	

#menu {
    width: 260px;
    overflow: auto;
    top: 33px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 588px;
    padding: 5px 0 0 5px;

	background-color: #999999;
	font-family: Courier, monospace;
	font-size: 11px;
}

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

#menu ul li.section-title {
	background-color: #ffffff; color: #000000;
	padding: 0 0 0 5px;
	
}

#content {
    height: 100%;
    margin: 23px 0 0 270px;
    top: 0;
    width: 550px;
}

.container {
    padding: 10px 10px 25px 10px;
}

#content p { width: 750px; margin-bottom: 18px; }

p {
    margin: 0 0 18px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; font-family: Times, serif; font-style: italic; font-style: bold; letter-spacing: 5px; color: #000; } 
h3 { font-size: 12px; font-family: Times, serif; font-style: italic; font-style: bold; letter-spacing: 3px; margin: 0 0 4px 0; color: #000; }
h4 { font-size: 11px; color: #000; }
h5 { font-size: 11px; font-family: Courier, monospace; color: #000; font-style: normal; }
h6 { color: #fff; }
h7 { font-size: 11px; line-height: 2px; color: #abdcff; }
h8 { font-size: 24px; font-family: Gill Sans, Helvetica, sans-serif; font-weight: bold; letter-spacing: 1px; color: #000; } 


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

#once { clear: left; }