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

body {
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #000000;
}

.style9 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size:16px;
	color: #000000;
	text-decoration: none;
}

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

a:link { text-decoration: none; color:#000000 }
a:active { text-decoration: line-through; color: #000000 }
a:visited { text-decoration: none; color: #000000; background:none; }
a:hover { text-decoration: line-through; color: #ec008c; }

a img { border: none; }
a:link img {border: none}
a:hover img {border: none}


#menu {
    width: 150px;
    overflow: visible;
    top: 40px;
	left: 40px;
    position: fixed;
    height: 100%;
}

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

#menu ul li.section-title {
	display: main;
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	color: #000000;
		}
#menu li.active a{ color: #FF0099; }


#content {
    height: 550px;
	width: 610px;
    margin: 0 0 0 0;
    top: 40px;
	left: 223px;
	position: absolute;
}


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

#content p { width: 700px; margin-bottom: 0px; }

p {
    margin: 0 0 0px 0;
	font-family: "Times New Roman", Times, serif;
}

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