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

body {
	font-size: 12px;
	font-family: Courier New, Courier New, monospace;
	background: #fff;
	color: #828282;
}

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

a:link { font-size: 12px; color: #000000; text-decoration: none; }
a:active { font-size: 12px; color:#000000; text-decoration: none; }
a:visited { color:#000000; text-decoration: none;}
a:hover { text-decoration: underline; }

a img { border: none; }



#menu {

/* This will change the opacity of the menu */
/*	opacity: 0.8; */
/* This will add a margin around the whole Menu */
	margin: 20px 20px 20px 20px;
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 200;
	left: 0;
    position: fixed;
    height: 500px;
	background-color: #ffffff;
	text-indent: 0px;

}


#menu ul {
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: normal;
	
	
	
/* This will add a margin around the project options */
	margin: 8px 0px 0px 0px;
	 
}



/* This will add padding to the logo */
#logo { 
	padding: 0px 20px 20px 0px; 
	clear: both; 
	float: left; 
	font-wieght: Normal;
}

#menu ul li.section-title { 

	padding: 10px 0px 0px 0;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #828282;
	font-weight: normal;
	/*text-decoration: none;*/
}
	

#content {
	padding: 10px 0px 0px 0px; 
	color: #000000;
	width: 700px;
	border-top: solid 1px;
	border-color: #000000;
    height: 100%;
    margin: 20px 0px 0px 240px;
	/*position:fixed;*/
	/*background-color: #edece7;*/
	/*text-indent: 20px;*/
	/*height: 500px;*/
	
    top: 0;
}



.container {

    padding: 0px 0px 0px 0px;
}



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


p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; font-weight: normal; color: #666666;}

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

#once { clear: left; }
