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

body {
	font-size: 12px;
	font-family: Courier, Arial, sans-serif;
	color: black;
	letter-spacing: 0.05em;
	line-height: 1.2em;
	background: #fff;
}

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

a:link { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; 
/* this changes the background of a visited link, you can also get rid of the the back ground an color and there will be no change if a link has been visited */ }
a:hover { text-decoration: none; color: white; background: black;}

a img { border: none; }

#menu {
    	width: 250px;
   	overflow: none;
	margin: 0px 0px 0px 0px;
    	position: fixed;
   	height: 100%;
	background: #fff;
/* these are parameter settings are for the left frame */

}

#menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	font-family: Courier, sans-serif;
	letter-spacing: 0em;
	font-size: 12px;
	color: black;
/* these are parameter settings are for exhibit e.g 2008 NMS/Brochure */
}

#menu ul li.section-title { 
	margin: 20px 0px 0px 0px;
	font-family: Courier, sans-serif;
	letter-spacing: 0em;
	font-weight: normal;
	font-size: 12px;
	color: black;
/* these are parameter settings are for exhibit title e.g Projects */
}

#content {
    	height: 100%;
    	margin: 0px 0px 0px 250px;
	background: #fff;
/* these are parameter settings are for the overall positioning of right frame */
}

.container {
    	padding: 25px 25px 25px 25px;
/* these are parameter settings are for the overall webpage */
}

#content p { 
	width: 600px; 
	margin-bottom: 20px; 
/* these are parameter settings for the objects in the right frame */

}

body.section-1 #content p {
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 120px;
	font-weight: normal;
	font-family: Courier, sans-serif;
	width: 5.5em;
	color: black;


p {  margin: 0 0 9px 0; }

h1 { font-size: 12px; }
h2 { font-size: 12px; }
h3 { font-size: 12px; }
h4 { font-size: 12px; }



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


#once { clear: left; }
