/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @revision Namoo Kim
*/

* {
	margin: 0;
	padding: 0;
	background-color: #cacaca;
}

body {
	/* letter-spacing: 0.05em;*/
	line-height: 1.4em;
	font-size: 8pt;
	font-family: "Courier New", Courier, monospace; ;
	/* font-family: Helvetica, Arial, Verdana, sans-serif; */
	/* font-family: Georgia, Times New Roman, Times, serif; */
	/* background: #fff; */
}

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

a {
	color: #000;
	border-bottom: 0px solid #000;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}

a img 	{ border: none;}

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

#menu ul {
	list-style: none;
	margin: 10px 0 15px 10px;
}

#menu ul li.section-title { 
	font-weight: bold;
}

#menu li.active a {
	font-weight: normal;
	/* font-weight: bold; */
	color: #000;
	/* text-decoration: line-through; */
	border-bottom: 1px solid #000;
}

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

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

#content p { width: 640px; margin-bottom: 10px; }

p {
    margin: 0 0 10px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
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; }