/**
* 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/bkg2.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: 215px;
    overflow: auto;
    top: 23px;
	left: 25px;
    position: fixed;
    height: 100%;
	align: right;
}

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

#menu ul li.section-title {

font-size:12px;
}

#content {
    height: 100%;
    margin: 59px 0 0 210px;
    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;
color: #0066CC;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ 
top: 50px;
left: 20px;
}

#description	{ 
padding: 10px 10px 10px 15px;
}

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

#once { clear: left; }