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

body {
	background: white;
	color: #4C4C4C;
	text-transform: lowercase;
	font: 14px sans-serif;
	bottom: 0;
	top: 0;
}

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

a:link {
text-decoration : none;
color : #000;
font: 10px mono;
text-transform: uppercase;
}
a:active {
text-decoration : none;
color : #000;
font: 10px mono;
text-transform: uppercase;
}
a:visited {
text-decoration : none;
color : #000;
font: 10px mono;
text-transform: uppercase;
}
a:hover {
text-decoration : none;
color : #000;
font: 10px mono;
text-transform: uppercase;
}
a img { border: none; }

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

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

#menu ul li.section-title {
color : #252525;
text-align : left;
text-decoration : none;
width : auto;
padding: 5px 0 2px;
font: 13px Georgia, serif;
margin: 5px 3px 0 0;
}

#content {
    height: 100%;
    margin: 50px 0 0 350px;
    top: 0px;
}

.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 {
color : #000;  /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
right: 20px;
font: 36px "Modern No. 20";
text-transform: uppercase;
}

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

h3 {
color : #000;  /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
right: 20px;
font: 14px Georgia, serif;
}

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; }
