/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Helvetica;
	background: #fff;
}

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

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

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 20px;
    bottom: 0;
    left: 30px;
    position: fixed;
    height: 100%;
    background: transparent;
}

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

#menu ul li.section-title { }

#menu ul li a { line-height: 1.5em; color: #333; padding: 1px; }
#menu ul li a:link { text-decoration: none; background: #fff20d; }
#menu ul li a:active { text-decoration: none; background: #fff20d; }
#menu ul li a:visited { text-decoration: none; background: #fff20d; }
#menu ul li a:hover { text-decoration: none; background: #C6FDD6; }

#menu ul li.active a { background: transparent; color: black; }

#menu .container #ibot a { background: transparent; }

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

.container {
    padding: 100px 5px 0 21px;
}
#menu .container ul { padding-left: 3px; }
#menu .container { padding-right: 30px; padding-left: 30px; }

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

p {
    margin: 0 0 30px 0;
}

h1 { font-size: 18px; font-weight: bold; font-family: Helvetica;
	text-transform: uppercase; background: #fff; margin-bottom: 18px; display: inline-block;
	padding: 3px; }
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; }

#iframed {
width: 960px;
height: 380px;
position: fixed;
}