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

}

body {
	font-size: 12px;
	color: #fff;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background: #000000 url(../img/bg1.png) top;
	background-repeat: repeat-x;
	background-attachment:fixed;
	line-height: 18px;
	letter-spacing: -0.005em;
	font-weight: normal;


}

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

a:link { 

	text-decoration: none; color:#a1d2ee;


}
a:active { text-decoration: none; color:#99e500; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color:#E6F7FF; }

a img { border: none; }

#menu {
	background: url(../img/stripe.png) top;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title { 

	color: #fff;
	margin: 0 0 3px 0;


}

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

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

#content p { width: 600px; margin-bottom: 18px; font-weight: normal;}

p {
    margin: 0 0 12px 0;
	padding: 6px 6px 6px 6px;

}

h1 { font-size: 32px; font-family: Helvetica, Arial, Geneva, sans-serif;}
h2 { font-size: 21px; font-weight: normal; font-family: Helvetica, Arial, Geneva, sans-serif; padding: 0 0 24px 0;}
h3 { font-size: 12px; font-weight: bold; font-family: Helvetica, Arial, Geneva, sans-serif;	color: #eee; padding: 0 0 6px 0;}
h4 { font-size: 12px; font-weight: bold; color: #fff; }
h5 { font-size: 8px; font-weight: normal; color:#666; }

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

#once { clear: left; }