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

body {
	font-size: 11px; color: #ffffff;
	font-family: Helvetica, sans-serif;
        line-height: 13px;
	background: url(bg3.jpg);
}

body { 
    position:absolute; 
    margin:0px; 
    padding:0px; 
    background:url(bg3.jpg) no-repeat top right fixed; 
    background-color:#000; 
}


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

a:link { text-decoration: none; color: #ffffff; }
a:active { text-decoration: blink;  color: #ffffff; }
a:visited { text-decoration: none; color: #005D93; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    *text-align: right;
    width: 250px; 
    top: 40px;
    bottom: 0;
	right: -200px;
    position: absolute;
    height: 300%;
}

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

#menu ul { li.section-title; color: #848484; }

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

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

#content p { width: 620px; margin-bottom: 20px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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


#once { clear: left; }


