/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

body {
	font-size: 13px;
	line-height: 18px;
	font-family: Courier, monospace;
	background: #fff;
	margin: 10px;
}

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

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; color: #6600CC; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: underline; color: #6600CC; }

a img { border: none; }

#menu {
    width: 220px;
    overflow: auto;
    top: 10px;
	left: 10px;
    position: fixed;
	background-color: #fff;
}

#menu .container {
	margin: 0;
}

#menu .container p:first-child {
	text-decoration: underline;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 18px;
}

#menu li {
	margin: 0;
}

#menu li a {
	margin: 0;
}

#content {
	background-color: white;
	width: 600px;
    height: 100%;
    margin: 0 0 0 220px;
    top: 0;
}

p {
	margin: 0;
    margin-bottom: 18px;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	line-height: 18px;
	font-family: Courier, monospace;
	font-weight:lighter;
}

h1 {
	font-size: 13px;
	width: 600px;
	text-align: center;
	color: #6600CC;
	margin-bottom: 18px;
}

h2 {
	font-size: 13px;
	color: #6600CC;
	margin-top: 18px;
	margin-bottom: 0px;
}

h3 {
	font-family:"Courier New", Courier, monospace;
	font-size: 45px;
	font-weigt: lighter;
	margin-top: 0px;
	line-height:50px;
}

h4 {
	font-size: 13px;
	color: #00C98D;
	margin-top: 18px;
	margin-bottom: 0px;
}

/* COMMENTS & NOTES HERE

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	width: 400px;
	text-align: center;
}
009AFA

*/
