/**
* CSS
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family : Georgia, "Times New Roman", Times, serif;
	background: #262626
}
	
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #ffbc00 }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #ffbc00 }
a:hover { text-decoration: underline; color: #ffffff }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 16px;
    bottom: 0;
	left: 16px;
    position: fixed;
    height: 100%;
	background-color: #262626;
	padding: 0px 5px 0px 15px;
}

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

#menu ul li.section-title {
 	color: #ffffff }

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

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

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

p {
    margin: 0 0 9px 0;
	top: 16px;
	color: #ffffff;
}

h1 { font-size: 32px; font-color: ffffff }
h2 { font-size: 24px; font-color: ffffff }
h3 { font-size: 16px; font-color: ffffff }
h4 { font-size: 12px; font-color: ffffff }

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

#once { clear: left; }

#top, #bottom, #left, #right {
	background: #ffbc00;
	position: fixed;
	}
	#left, #right {
		top: 0; bottom: 0;
		width: 15px;
		}
		#left { left: 0; }
		#right { right: 0; }

	#top, #bottom {
		left: 0; right: 0;
		height: 15px;
		}
		#top { top: 0; }
		#bottom { bottom: 0; }