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

body {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, sans-serif;
	background: #fff;
	color: #000000;
}

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

a:link { text-decoration: none; color: #999999; }
a:active { text-decoration: none; color: #000000; }
a:visited { text-decoration: none; color: #999999; }
a:hover { color: #000000; background: #ffffff; }
a:selected { text-decoration: none; }

a img { border: none; }

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

#menu ul {
	list-style: none;
	padding-bottom: 8px;
	border-bottom-color: #b6b6b6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0 0 5px 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 126px 0 25px 220px;
    top: 0;
}

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

#content p { width: 80%; margin-bottom: 10px; }

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-weight: none;
	background: #ffffff;
	color: #000000;
}

a.h1 {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-weight: none;
	background: #ffffff;
	color: #000000;
}
a.h1:hover {
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	font-weight: none;
	background: #ffffff;
	color: #000000;
}


h2 { 
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */

}
	
h3 { 
	font-size: 16px;
	color: #0006FF;
}
	
h4 { 
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	background: #fff;
	color: #000000;

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


