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

body {
	background: #fff;
	color: #4C4C4C;
	text-transform: lowercase;
	font: 14px "Times New Roman", Times;
	bottom: 0;
	top: 0;
}

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

a:link { text-decoration: none; color: #000;
	text-transform: lowercase;
	font: normal 16px "Times New Roman", Times;
}
a:active { text-decoration: none; color: #000;
	text-transform: lowercase;
	font: normal 16px "Times New Roman", Times;
}
a:visited { color: #000;
	text-transform: lowercase;
	font: normal 16px "Times New Roman", Times;
}
a:hover { color: #000;
	text-transform: lowercase;
	font: normal 16px "Times New Roman", Times;
}
a img { border: none; }

#menu {
    width: 300px;
    overflow: visible;
    top: 0px;
    bottom: 0px;
	left: 30px;
	background-color: transparent;
	color: #000;
	text-align: justify;
	position: fixed;
	font: 14px "Times New Roman", Times;
	text-transform: lowercase;
}

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

#menu ul li.section-title { margin: 20px 0 0;
}

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

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

#content p { width: 400px; margin: 20px 0 20px 0px; margin-bottom: 90px;
	color: #bbb;
	font: 10px "Times New Roman", Times;
}

p { color: #bbb;
	font: 10px "Times New Roman", Times;
}

h1 { margin: 0 0 0px 0;
	color: #000;
	text-transform: lowercase;
	font: 16px "Times New Roman", Times;
}

h2 { color: #333;
	font-size: 14px;
}

h3 { color: #fff;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: normal;
	font-style: normal;
}
h4 { font-size: 10px;
	color: #333;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
}
h5 { font-size: 12px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	top: 0;
}
h6 { font-size: 12px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	text-transform: lowercase;
	top: 0;
}

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

#once { clear: left; }
