/**
* CSS
* 
* @version 1.0 
* @author Vaska 
* @author Gregory Cadar
* @editor Larry McAllister II
*/
* {
	margin: 0; auto;
	padding: 0; auto;
	
}

body {
	background: #000;
	
	
}

body.section-1 { }
body.section-2 { }
body.section-3 { font-size: 11px; }

a:link { text-decoration: none; color: #f00; background: #000; padding: 4px 2px 4px 2px;}
a:active { text-decoration: none; color: #666; }
a:visited { text-decoration: none;  color: #f00; background: #000; padding: 4px 2px 4px 2px}
a:hover { text-decoration: none; color: #000; background: #fff; }

a img { border: none; }

#menu {
    width: 320px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 5px;
    position: fixed;
    height: 100%;
    background: #000000;
	
}

#menu ul {
	list-style: none;
	margin: 0px 0 20px 0;
	font-size: 15.25px;
	font-family: Helvetica, sans-serif; 
	color: #454;
	padding: 2px 0px 0px 2px;
	line-height: 140%;
	
}

#menu ul li.section-title { font-size: 16px;
	font-family: Helvetica, sans-serif; line-height: 100%; color: #fff; font-weight: bold; background: #999; padding: 2px 0px 2px 2px; margin-bottom: 2px;}

#menu ul li.active a { font-size: 35px; line-height: 100%; font-weight: bold; text-decoration: none; background: none; color: #fff; width: 320px; padding: 2px 0px 2px 0px; }

#content {
    height: 100%;
    margin: 0px 50px 0 345px;
    top: 400px;

}
#content li { list-style:none; }


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

#content p { width: 400px; 
	margin-top: 9px; 
	font-size: 12px;
	font-family: Helvetica, sans-serif; 
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	background: #000;
}

p {
    margin: 0 0 0x 0; font-size: 12px;
	font-family: Helvetica, sans-serif; line-height: 140%; 
	;
	color: #fff;}


h1 { font-family: Helvetica, sans-serif; font-size: 32px; font-weight: bold; color: #fff; }
h2 { font-family: Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #fff; line-height: 140%;}
h3 { font-size: 12px; }
h4 { font-family: Helvetica, sans-serif; font-size: 12px; background: #999; color: #fff;}
}
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 100px; margin: 0; padding: 0 0 0px 0; }

#once { clear: left; }
