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

body {
	font-size: 24px;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	background-image: url(background_2.jpg);
	}

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

a:link { text-decoration: none; color: #fff }
a:active { text-decoration: none;color: #fff }
a:visited { text-decoration:line-through; color: #fff }
a:hover { text-decoration:line-through; color: #fff }

a img { border: none; }


#menu {
	width: 361px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position:fixed;
    height: 100%;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	line-height: 13px;
	color: #FFFFFF;

}

#menu ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding-left: 70px;

}

#menu ul li.section-title {
 	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight: bold;
	font-style: normal;
	line-height: 21px;
 }

#content {
	margin: 0 0 0 0;
	padding-top: 100px;
	top: 0;
	height: 100%;
	font-size:10px;
	font-weight:lighter;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	line-height: 13px;
	color: #FFFFFF;
}

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

#content p { width: 500px; 
			 margin-bottom: 9px;
			 margin-left: 400px;
}

p {
    margin: 0 0 0 0;
}

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

#img-container	{ margin-left: 400px;
}

#img-container p	{ width: 500px; margin: 0; padding: 0 0 0 0; 

}

#once { clear: left; }
