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

body {
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	}

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

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

a img { border: none; }

#menu {	width: 200px;
	left: 100px;
    height: 100%;
	text-align: right;
	overflow: auto;
    top: 0;
    bottom: 0;
	position: fixed;
}


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


#menu ul li.section-title { }
#menu li.active a { color: #fff; background-color:#30F; text-decoration:none;}
#menu li{}

#content {

    height: 100%;
    margin: 0;
    top: 0;
    bottom:0;
    padding:0; 
    margin-left:350px;}

.container {margin:0;
    padding: 10px 5px 0px 0px;}

.list { font-size:12px; 
		line-height: 18px;
		font-weight:bold;
		margin: 10px 0 0 5px;
		padding-left:10px;
		color:#000;
		border-right-color:#000;
		border-right:solid 2px;
		}

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

p {
    margin: 0 0 9px 0; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px;
	font-family: Arial, Helvetica, Dotum, sans-serif;
	color:#30F; font-weight:normal; }

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

#once { clear: left; }