/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ffffff;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	height: 100%;
	line-height: 1.5em;
	width: 100%;
	word-spacing: 1px;
}

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


a:link {
	text-decoration: none;
	color: #000;
	background-color: #fff;
	
}
a:active { text-decoration: none;
	color: #000;
	background-color: #fff;
	
}
a:visited {	text-decoration: none;
	color: #000;
	background-color: #fff;
	
}
a:hover {
	text-decoration: none;
	color:#FFF;
	background-color: #000;
}

a img { border: none; }

#menu {
    width: 150px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
    overflow: visible;
    top: 5px;
	left: 20px;
    bottom: 0;	
    position: fixed;
	height: 100%;
   
	
}

#menu ul {
	list-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 5px; /* sets the space between each section */
		margin-left: 0px;
		/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
		padding-right: 0px;
		padding-left: 0px;
}

#menu ul li.section-title {
	
	font-size: 12px;
    font-weight: bold;
	background-color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	
	
		}




#content {
    height: 100%;
    margin: 25px 0 0 180px;
    top: 0; }
		
   

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

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

p {
    margin: 0 0 0px 0;
}

/* Styling of default typographic headers and elements */
    
    h1 {
        font-size: 22px;
		font-weight: bold;
        line-height: 165%;
    }
    
    h2 {
        font-size: 16px;
		font-weight: bold;
        line-height: 90%;
    }
    
    h3 {
        font-size: 14px;
		font-weight: bold;
            }
	
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.footer {
	bottom:2px;
	float:left;
	position:fixed;
	
}
