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

body {
	font-size: 11px;
	font-family: Georgia, serif;
	background-attachment: fixed;
	background-image: url('http://www.jssvghn.com/images/bkgmain.jpg');
	background-position: bottom right;
}

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

a:link { text-decoration: none; color:#000000; text-transform:lowercase; font-size:11px; }
a:active { text-decoration: none; color:#0066CC; text-transform:lowercase; font-size:11px; }
a:visited { text-decoration: none; color:#000000;  text-transform:lowercase; font-size:11px; }
a:hover { text-decoration: none; color:#0066CC; text-transform:lowercase; font-size:11px; }

a img { border: none; }

#menu {
	width: 210px;
	overflow: auto;
	top: 18px;
	bottom: 0;
	left: 20px;
	position: fixed;
	height: 100%;
	font-size: 11px;
    line-height: 15px;
}

#menu ul {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#menu ul li.section-title {
	color: #000;
	font-weight: bold;
	line-height: 15px;
}
#menu ul li {
}



#content {
    height: 100%;
    margin: 32px 0 0 205px;
    top: 0;
}

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

#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	{ 
top: 50px;
left: 20px;
}

#description	{ 
padding: 5px 5px 5px 5px;
}

#img-container p	{ 
top: 50px;
left: 20px;
width: 400px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }