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

body {
	font-size: 12px;
	color: #333333;
	font-family: Courier New, Courier, Arial, helvetica, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0 0 0 6px;
	}

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

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

a img { border: none; }

#menu {
    width: 185px;
    overflow: visible;
    top: 0px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #FFFFFF ;
}

#menu ul {
	font-size: 12px;
	color: #333333;
	background-color: ;
	font-family: Courier new, Courier, sans-serif;
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	background-color: ;
	font-size: 12px;
	color: #333333;
	font-family: Courier New, Courier, sans-serif;
	width: 175px;
	margin: 0 0 6px 0;
	 }

#content {
    height: 100%;
    margin: 0 0 0 220px;
    top: 0;

}

.container {
    padding: 5px 5px 222px 12px;
}

#content .container p {
	background:#FFFFFF;
	padding: 5px 5px 5px 5PX;
	width: 550px;
	margin-top: 65px }

#content p { 
	color: #333333; width: 800px; margin-bottom: 9px;
	}

p {
    margin: 0 0 12px 0;
}

h1 { font-size: 160px;
color: #FFFFFF;
font-family: "Times New Roman", Times, serif; font-style:italic ; font-weight:bold; 
margin-top: 0px }
h2 { font-size: 24px; }
h3 { font-size: 12px; }
h4 { font-size: 12px;
	border-bottom:dotted; }
h5 { font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	border-top: dashed thin;
	  }
h6 {  font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	 }

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

#once { clear: left; }