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

}

body {
	font-size: 11px;
	color: #eee;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background: #1a1a19 url(../img/bg.png) top;
	background-repeat: repeat-x;
	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: none; color:#002FA7; }

a img { border: none; }

#menu {
	font-family: Hoefler Text, 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: #333;
	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 9px 0;
}

h1 { font-size: 32px; font-family: Hoefler Text, Helvetica, Arial, Geneva, sans-serif;}
h2 { font-size: 21px; font-weight: normal; font-family: Hoefler Text, Helvetica, Arial, Geneva, sans-serif; padding: 0 0 24px 0;}
h3 { font-size: 14px; font-weight: normal; font-family: Hoefler Text, Helvetica, Arial, Geneva, sans-serif;	color: #333;}
h4 { font-size: 12px; font-weight: normal; color: #aaa; }
h5 { font-size: 8px; font-weight: normal; color:#666666; }

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

#once { clear: left; }