
/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: "Georgia", modern;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666; border: none; }
a:active { text-decoration: none; color: #666; border: 0px; }
a:visited { text-decoration: none; color: #666; border: none; }
a:hover { text-decoration: none; color: #CC3300; border: 0px;}

a img { border: none; }
a { outline-style:none; }
#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 97%;
	background-color: #ffffff;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 140%;
	letter-spacing:0.02em;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;

}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 30px 25px 25px 30px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
    line-height: 150%;
}

.caption {
	font-family: "Georgia";
	font-size: 12px;
	color: #666;
	padding: 7px 0px 0px 0px;}

	
h1 { font-size: 32px; }
h2 { font-size: 20px; margin-bottom: 24px; font-weight: normal;}
h3 { font-size: 16px; }
h4 { font-size: 9px; color: #cccccc; font-weight: normal; border-color: black; border-top-style: double; border-top-width: 4px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
