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

body {
	font-size:62.5%;
	font-family: Arial, Verdana, sans-serif;
	background: #d1d1d1;
}

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

#logo {
	border-left: dashed #000 0px;
	padding-left: 10px;
	margin-bottom: 40px;
}

#copyr {
	border-left: dashed #000 0px;
	padding-left: 10px;
}

#menu a:link { 
	color: #000;
	text-decoration:none; 
	}
#menu a:active { 
	color: #000;
	text-decoration: none; 
	}
#menu a:visited {
	color: #000;
	text-decoration: none; 
	}
#menu a:hover { 
	color: #000;
	text-decoration:underline; 
	}
	
#content a:link { 
	color: #000;
	font-weight: bold;
	text-decoration:none; 
	}
#content a:active { 
	color: #000;
	font-weight: bold;
	text-decoration: none; 
	}
#content a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none; 
	}
#content a:hover { 
	color: #000;
	font-weight: bold;
	text-decoration:underline; 
	}

a img { border: none; }

#menu {
    width: 315px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    margin-left: 100px;
    margin-top: 0px;
	background-color: #d1d1d1;
	font-size:1.2em;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	border-left: dashed #000 0px;
	padding-left: 10px;
}

#menu ul li.section-title { 
	font-weight: bold;
	font-size: 1.5em;
}

#content {
    height: 100%;
    margin: 0px 0 0 415px;
    top: 0;
    padding-left: 10px;
    font-size:1.2em;
    line-height: 1.4em;
    border-left: dashed #000 0px;
}

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

div#content .container {
    padding-top: 20px;
}

#content p { width: 400px; margin-bottom: 10px; }

p {
    margin: 0 0 10px 0;
}

H1 {font-size:2em}  /* displayed at 24px */
H2 {
	font-size:1.5em;
	margin-bottom: 20px;
}  /* displayed at 18px */
H3 {
	font-size:1.25em;
	margin-bottom: 10px;
	margin-top: 20px;
}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

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

#once { clear: left; }
