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

body {
	font-size: 10px;
	font-family: courier, courier new, mono;
	font-color: #000000;
	background: #F0F0F0;
}

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

a:link { font-size: 12px; color: #000000; line-height: 18px; text-decoration: none; background-color: #FFFFFF; padding-left: 6px; padding-right: 6px; }
a:active {  font-size: 12px; color: #000000; line-height: 18px; text-decoration: none; background-color: #FFFFFF; padding-left: 6px; padding-right: 6px; }
a:visited {  font-size: 12px; color: #000000; line-height: 18px; text-decoration: none; background-color: #FFFFFF; padding-left: 6px; padding-right: 6px; }
a:hover {  font-size: 12px; color: #000000; line-height: 18px; text-decoration: none; background-color: #FFFF33; padding-left: 6px; padding-right: 6px; }

T1 { font-size: 18px; line-height: 18px; letter-spacing: 0px; color: #000000; font-family: courier, courier new, mono; }
T2 { font-size: 14px; line-height: 18px; letter-spacing: 0px; color: #000000; font-family: courier, courier new, mono; }

P1 { font-size: 12px; line-height: 18px; letter-spacing: 0px; color: #000000; font-family: courier, courier new, mono; }
P2 { font-size: 12px; line-height: 18px; letter-spacing: 0px; color: #000000; font-family: courier, courier new, mono; text-indent: 72px; }

C { font-size: 12px; line-height: 18px; letter-spacing: 0px; color: #CC0000; font-family: courier, courier new, mono; padding-left: 6px; padding-right: 12px; }
L { font-size: 11px; line-height: 14px; letter-spacing: 8px; color: #CC0000; font-family: courier, courier new, mono; }
Z { font-size: 11px; line-height: 14px; letter-spacing: 0px; color: #000000; font-family: courier, courier new, mono; }

a img { border: none; }

#menu {
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 12px;
}

#menu ul li.section-title { }

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

.container {
    padding: 20px 20px 30px 20px;
}

p {
    margin: 0 0 20px 0;
}

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

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

#once { clear: left; }