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

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

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

a:link { text-decoration: none;color:#000099;}
a:active { text-decoration: none; color: #333333;}
a:visited { text-decoration: none; color: #333333; }
a:hover {color: #333333; }

a img { border:none;}

#menu {
    width: 260px;
    overflow: auto;position:fixed;
    top:-30px;
    bottom: 30;
	left: 30px;
    position: fixed; color:#999999;
    height: 100%;
	background-color: white;
	line-height:23px;
}

#menu ul {font-size: 26px;
	list-style: none;
	margin: 0 0 60px 0;
}

#menu ul li.section-title { 
font-size: 26px;
	list-style: none;
	margin: 0 0 14px 0;}

#content {
    height: 100%;
    margin: 190px 0 0 320px;
    top: 0;
}

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

#content h1,
#content h2,
#content p { width: 630px; margin-bottom: 9px;}


p {
    margin: 0 0 14px 0;
}



h1 { font-size: 12px; letter-spacing:1px; background-color: #66ccff; display: inline;}
h2 { font-size: 12px; letter-spacing:1px;}
.section-title b { 
	letter-spacing:1px; 
	background-color: #66ccff; 
}

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

#once { clear: left; }
