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

body {
  font-family: 'Bentham', serif;
  font-size: .8em;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.139em;
  word-spacing: 0.097em;
  line-height: 1.2;
}
	body a { color: #666; }

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

.centerplz {
width: 1px;
height: 50%;
margin-bottom: -240px;
float: left;
}

#img-container .captioning .title { font-weight: normal !important; }

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

a img { border: none; margin-bottom: 5px; }

 #menu {
    width: 255px;
    overflow: auto;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding: 30px 20px 0px 20px;
}

*/ #menu {
*/width: 315px;
*/ display: block;
*/height: 600px;
*/margin-left: 30px;
*/margin-top: -300px;
*/position: absolute;
*/top: 50%;
*/padding: 30px 20px 0px 20px;
*/}

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

#menu ul li.section-title { 
	text-transform: uppercase;
	margin-bottom: 2px;
	}
#menu ul li.active a { 
	font-style:italic; 
	color: #000000;
	}
#content {

    height: 100%;
    margin: 20px 0 0 320px;
    top: 0;

*/ height: 600px;
*/ margin-left: 320px;
*/margin-top: -300px;
*/position: absolute;
*/ top: 50%;
}

.container {
    padding: 0px 5px 25px 5px;
}
#content .container { padding: 5px 5px 55px 50px; }

#content p { width: 550px; 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 12px 0; }

#once { clear: left; }

element.style {
}
Matched CSS Rules
#img-container .captioning .caption { margin-top: 5px; }


.caption { margin-top: 5px; }

#about {
	width: 850px;
	padding: 0;
	margin-bottom: 20px;
}
	.about-left {
		width: 350px;
		float: left;
	}
	.about-right {
		width: 450px;
		float: left;
		margin-left: 20px;
}
