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

body {
	font-size: 11px;
	font-family: georgia, serif;
	background: #fff;
	color: #242525;
	line-height: 11px;
	letter-spacing: .7pt;
}

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

#content {
font-style: normal;
font-size: 11px;
font-weight: normal;
line-height: 12px;
height: 100%;
margin: 92px 0 0 330px;
top: 0;
}

a:link { font-style: italic; text-decoration: none; color: #242525; }
a:active { font-style: italic; text-decoration: none; color: #242525; }
a:visited { font-style: italic; text-decoration: none; color: #242525;}
a:hover { font-style: italic; text-decoration: underline; color: #242525; }

a img { border: 4px solid #fff; }

#menu {
    width: 350px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	background-color: #fff;
}

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

#menu li {
	border-bottom: 2px solid #fff;
	padding: 0px 14px 0px;

}

#menu ul li.section-title {
color: #242525;
display: block;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-align: center;
padding: 4px 4px 4px;
background: #f6f6f6
	
}



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

#content p { background:width: 675px; margin-bottom: 20px; padding: 18px 5px 5px 5px; }

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; }