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

body {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	line-height: 15px;
	background: #fff;
	margin-left: 0; 
	margin-top: 0; 
	margin-right: 0; 
	margin-bottom: 0; 
	padding: 0;
	color: #999;
}

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

a:link { text-decoration: none; color: #999; }
a:active { text-decoration: none; color: #999; }
a:visited { text-decoration: none; color: #999; }
a:hover { text-decoration: none; color: rgb(134, 218, 235); }

a img { text-decoration: none; border: none }


#menu ul li { line-height: 15px; }
#menu ul li.active a { 
    text-decoration: none;
    color: rgb(134, 218, 235);        
    }
#menu ul li.section-title { 
	line-height: 15px; 
	margin-bottom: 0;
	text-decoration: none; 
	color: #444; 
	font-weight: normal; 
	font-style: italic;
	padding-top: 5px
	}

#menu .container { padding: 60px 38px 38px 38px; }

#content .container { padding: 125px 0 0 0; }

#menu {
    width: 245px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	background: transparent;
}

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

#nav_menu {top:120px; left:40px; width:180px; float:left; position:fixed;}

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { 
	font-size: 9px; 
	line-height: 15px; 
	margin-top: 0;
	text-decoration: none; 
	color: #444; 
	font-weight: normal; 
	font-style: italic;
	}
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; }

#footer {font-size:9px; bottom:10px; left:40px; width:180px; float:left; position:fixed;}

#twocolportrait-container {width:540px; margin-top:0;}

#twocolwide-container {width:470px; margin-top:0;}

#twocol-container {width:380px; margin-top:0;}

#twocolnarrow-container {width:250px; margin-top:0;}

#violator {top:253px; left:533px; width:300px; float:left; position:fixed;}