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

body {
	font-size: 1em;
	line-height:1.3em;
	font-family:"Courier New", Courier, monospace;
	color:#663300;
	background-color:#fffad8;
	background-position: 200px 0;
}

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

a {
	text-decoration: none;
	color:#663300;
}
a:visited {
	color:#663300;	
}
a:hover {
	color:#663300;
	text-decoration: underline;
}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fffad8;
}

#menu .container #credits a {
	color:#663300;
	text-decoration: none;
}
#menu .container #credits a:active { text-decoration: none; }
#menu .container #credits a:visited {
	text-decoration: none;
	color:#663300;
}
#menu .container #credits a:hover { text-decoration: underline; }

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

#menu ul li.section-title { }

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

.container {
    padding: 0;
}

.subcontainer {
	padding:20px;
}


.nav { }

.title {
	font-size:.8em;
	font-weight:bold;
	
}

.title .caption {
	font-weight:normal;
}

#num {
	color:#663300;
	vertical-align:top;
	margin-top:10px;
	display:inline;
	}


#content p { width: 757px; margin: 0; }

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: 20; padding: 0; width:757px; }
#img-container p	{ width: 757px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#header {
	width:100%;
	background-color:#FFF;
	height:100px;
	top:0px;
	position:relative;
}

#newmenu{
	width:124px;
	margin-left:28px;
	color:#663300;
}

#credits {
	width:124px;
	margin-left:28px;
	line-height:1.2em;
	font-size:0.7em;
	color:#663300;
}



