
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Questrial', Arial, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #000;
}

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

a:link, a:visited { text-decoration: none; font-weight:normal; color: #69f;}
a:hover, a:active { text-decoration: none; font-weight:normal; color: #090;}

a img { border: none; }

hr {
height: 1px;
color: #000;
background-color: #000;
}

.text {
	width: 600px;
	}
	
.copyright {
background:#000;
position:absolute;
bottom: 20px;
}

#menu {
	padding: 0 0 0 10px;
    position: fixed;
    height: 100%;
	text-align:left;
	background-color: #000;
	width: 185px;
    overflow: auto;
}

#menu ul {
	list-style: none;
	margin: 5px 0 15px 0;
    color: #fff;
}

ul a:link, ul a:visited {color:#69f;}
ul a:hover, ul a:active {color:#090;}


#menu ul li.section-title {
	font-size: 14px;
	color: #fff;
}

 
#menu li.active a { color:#090; }

#menu ul li.section-title a:link, #menu ul li.section-title a:visited { text-decoration: none; font-weight:normal; color: #fff;}
#menu ul li.section-title a:hover, #menu ul li.section-title a:active { text-decoration: none; font-weight:normal; color: #fff;}


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

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

#content p { width: 450px; margin: 0 0 9px 15px}

p { }

/* Index Letters */
h1 { font-size: 24px; font-weight:normal; color:#000; text-transform:uppercase;}

/* Name */
h2 { font-size: 24px; font-weight: normal; color:#fff;}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active  {text-decoration:none; font-weight:normal; color:#fff;}

/* Subtitles */
h3 { font-size: 12px; font-weight:normal; text-transform:uppercase; color:#000;}

/* Project Page Titles */
h4 { font-size: 24px; font-weight:normal; color:#000;}

/* Years */
h5 { font-size: 10px; font-weight:normal; color:#000;}

/* Section Titles */
h6 { font-size: 14px; font-weight:normal; color:#000;}

/* Copyright */
h7 { font-size: 10px; font-weight:normal; color:#fff;}

/* - */
h8 { font-size: 12px; font-weight:normal; color:#fff;}

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

#once { clear: left; }
