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

body {
	font-size: 10px;
	font-family: monaco;
	background: #fff;
	letter-spacing: 1px;
}

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

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

a img { border: none; }


 #lost1  {  position: fixed;
 overflow: auto; 
 margin-top: -24px;
 margin-left: 60%;
 float: right;
 font-size: 10px;}
 
 #lost2  {  position: fixed;
 overflow: auto; 
 margin-top: 60%;
 margin-left: 60%;
 float: right;
 font-size: 10px;}

#header {
    width: 200px;
    height: 150px;
}

#menu {
    width: 220px;
    overflow: auto;
    top: 150px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: none;
}

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

#menu ul li.section-title { text-decoration: underline; margin-bottom: 12px; }

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; margin-bottom: 20px; font-family: Georgia, "Times New Roman", Times, serif; }
h2 { margin-bottom: 2px solid #CC6666; font-size: 10px;}
h3 { font-size: 16px; }
h4 { color:#CC6666;}
h4 a:link { color:#CC6666;}
h4 a:visited { color:#CC6666;}
h4 a:hover { color:#000;}
h4 a:visited:hover{ color:#000;}
#img-container	{ margin: 0; padding-right: 20px; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


