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

body {
	font-size: 11.5px;
	line-height:18px;
	font-family: "Courier New", Helvetica, Arial, monospace;
	color: #000;
	background:#FFFFFF;
}

body.section-1 {
background-color:#FFFFFF;}
body.section-2 { 
background-color:#FFFFFF;}
body.section-3 {
background-color:#FFFFFF;}


a:link { text-decoration: none; color:#FFFFFF; background:#000;}
a:active { text-decoration: none; color:#ecbc13;}
a:visited { text-decoration: none; color:#999999; }
a:hover { text-decoration: underline; color:#ecbc13;}

a img { border: none;
}

#menu {
	
	margin: 45;
    width: 215px;
	height: 25%;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	line-height:15px;
}

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

	
	
}

#menu ul li.section-title { 
	background:#FFFFFF;
	text-decoration: none; color:#000000;
	font-size: 14px;
	line-height:21px;
	
	
	}

#content {
	    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
    font-size: 14px;
}

#footer {
}
.container {
    padding: 45px 45px 25px 45px;
}

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

p {
    margin: 0 0 9px 0;
    font-size: 14px;
}

h1 {
	font-size: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	letter-spacing: -2px;
	color:#000000;
	text-transform:capitalize;
	text-decoration:blink;
	text-decoration:line-through;
}
h2 { 	font-size: 45px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bolder;
	letter-spacing: -2px;
	color:#000000;
	text-decoration:line-through; }
h3 { 	font-size: 20px;
	font-family:"Courier New", Courier, monospace;
	letter-spacing: 0px;
	color:#000000;
	font-weight:lighter;
	text-decoration:underline; }
h4 { font-size: 11px; }

c1 {
	font-size: 11px;
	font-family:"arial", Courier, monospace;
	font-style: normal;
	color:#999999;
}

projectHead {
	font-size: 11px;
	font-family:"arial", Courier, monospace;
	font-style: normal;
	color:#000000;
	background:#66FF00;
}

whitebg {
	font-size: 12px;
	font-family:"Courier New", Courier, monospace;
	font-style: normal;
	color:#000000;
	background:#FFFFFF;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 578px; margin: 0; padding: 0 0 20px 0; text-align:center; }

#once { clear: left; }