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

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

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

a:link {  text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #000000; }
a:visited { color: #7d7d7d; text-decoration: none }
a:hover { underline; background-color: #6FF; }

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

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

#menu ul {
	margin-left: 0;
	margin-bottom: 10px;
	margin-right: 0;
	margin-top: 10;
	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: 10px; }

#content {
    margin-left: 215px;
    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: 5px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

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

p {
    margin: 0 0 15px 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: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

.name { color: white;}

#once { clear: left; }
