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

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: none; }

.active a {
	background-color: #ddd;
}
#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    letter-spacing: 0.05em;
    margin: 20px 0 20px 20px;
    padding: 0 20px 0 0;
}

#menu ul {
	border-bottom:1px dotted #000000;
list-style:none outside none;
margin:0 0 12px;
padding-bottom:15px;
}

#menu ul li.section-title {
	color:#000;
	font-weight: bold;
	padding: 3px;
}
#menu ul li {
	color:#000;
	padding: 2px 0 0 3px;
	}
#menu ul li a {
	color:#000;
}
#menu ul li a:hover {
	color:red;
	text-decoration: none;
}
/*
#menu ul li :visited {
	color:#888;
	text-decoration: none;
}
*/
#menu p {
	font-size: 13px;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #000;
	}
#menu p a {
	font-size: 10px;
	text-decoration: underline;
	color:#000;
}

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

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

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

#content p a {
	color: #000;
	text-decoration: underline;
}
#content p a:hover {
	color:red;
	text-decoration: none;
}
p {
    margin: 0 0 9px 0;
}

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

#once { clear: left; }
#content strong {
	letter-spacing: 0.05em;
	line-height: 30px;
}
