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

body {
	text-shadow: 0px 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-repeat: no-repeat;
	color: black;
	font-size: 10.5px;
}

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

a:link { color: #7d7d7d; background-color: white; text-decoration: none; }
a:active { text-decoration: none; }
a:visited {
	color: #7d7d7d;
	text-decoration: none;
}
a:hover { background-color: #b0ffeb; text-decoration: none; }

a img { background-color: white; border: none; }

#menu {
	right: 0px;
	z-index: auto;
	display: table;
	position: fixed;
	background-color: white;
	width: 230px;
	overflow: auto;
	top: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
}

#menu ul {
	margin-left: 0;
	margin-bottom: 8px;
	margin-right: 0;
	margin-top: 0;
	list-style: none;
}

#menu ul li.section-title { line-height: 15pt; border-top-style: dotted; border-top-width: 1px; letter-spacing: normal; word-spacing: 0px; font-size: 11px; }

#content {
	margin-left: 255px;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	height: 100%;
	top: 0;
}

.container {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	padding-bottom: 30px;
	z-index: 0;
	padding-top: 20px;
	padding-left: 22px;
	padding-right: 20px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-style: normal; text-transform: uppercase; font-variant: small-caps; font-weight: normal; font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

.name { color: white;}

#once { clear: left; }
