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

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:  #000000;
	background: #FAFAFA;
	text-align: center;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; color:  #696969; }

a img { border: none; }

#wrapper { width: 960px; margin: 0 auto; text-align: left; background: #fff; }

/* This section controls each section made */
#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 10px;
    position: fixed;
    height: 100%;
    float: left;
    text-align: left;
    color: #000000;
	background-color: #FAFAFA;
}

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

/*Set space between exhibits */
#menu ul li { 
padding-top: 1px;
padding-bottom: 1px; 
border-bottom-color: #2F4F4F;
		border-bottom-style: none;
		border-bottom-width: 1px;
}

/* The following sets the style for the section heading */
#menu ul li.section-title {
	margin-top: 4px;
		margin-bottom: 6px; 
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		/* Following lines adds a line under each section */
		border-bottom-color: #2F4F4F;
		border-bottom-style: none;
		border-bottom-width: 1px;
		}

#content {
    height: 100%;
    margin: 10px 0 0 255px;
    top: 0;
    text-align:left;
}

.clear-both { clear:  both; }

.container {
	background-color: #FAFAFA;
	padding: 30px 5px 25px 25px;
}

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

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

#once { clear: left; }