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

body {
	background:#ccfff none repeat scroll 0;
	font-size: 12px;
	font-family: Helvetica;
	font-weight: 300;
	color: 	#FF00FF;
	line-height:normal !important;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
/**the links**/

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

a img { border: none; }
							/** This is the side menu bar**/
							
	
#menu {
 
    width: 200px;
    overflow: auto;
    top: 10px;
    bottom: 80px;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #FfFfFf ;
	  /**here is the color for the side bar bg**/
}

#menu ul {
	line-height: 1.3em;
	list-style: none;
	margin:  15px 0; /**space between projects text**//
	

}

#menu ul li.section-title {
	border-bottom:thin dotted #BDBDBD; 
	font-weight: 300;
	color: 	#000000;
	border-width:1px;
	font-weight: bold;
	}

#content {
    height: 100%;
    margin: 20px 0 0 260px;
    width: 700px;
    padding-left: 50px;
    top: 0;
}


#content p {
	line-height: 18pt;
	margin-left: 5px;
	
	font-size: 12pt;
	font-family: Helvetica;
	color: #817679;
	font-size: small;

	}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 25px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; 
		color:#000000;
		font-family:Helvetica;}
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; }

.footer {
background:#FFFCF5 none repeat scroll 0;
bottom:0;
font-family:"Helvetica Neue",Arial;
font-size:10px;
padding:2px;
position:fixed;
right:0;
}