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

body, html {height: 100%;}

body {
	font-size: 16px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	background: black;
	height:100%;
	padding:50px;
}

.outer {height: 100%; overflow: visible; width: 100%;}
.middle {width: 100%; text-align: center;}
.inner {width: 650px; margin-left: auto; margin-right: auto; text-align: left; }

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

a:link { text-decoration: none;  color: black;}
a:active { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black;}
a:hover { text-decoration: none; color: black; }

a img { border: none; color: black; }

.all{
	background-color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}

#menu {
    width: 185px;
    overflow: auto;
    height: 350px;
	background-color: #fff;
	float:left;
	text-transform: uppercase;
	margin-left:40px;
}

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

#menu ul li{
	line-height:26px;
}

#menu ul li.active { text-decoration: line-through; }

#content{
	float:left;
	width: 360px;
}

.header{
	
	width:650px;
	height: 200px;
}

.logo{
	position:absolute;
	width:650px;
	background-image: url('http://marioolle.com/img/logo.png');
	height: 200px;
	text-indent: -9999px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; font-family: 'PT Sans Narrow'; font-weight: 700; }
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; }

strong{
font-family: 'PT Sans Narrow'; font-weight: 700;
}