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

body {
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, sans-serif;
	background: #fff;
	color:#818079;
}

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

a:link, a:active, a:visited { text-decoration: none; color: #a5a399; }
a:hover { background:#b29500; color: #fff; }
#logolink:hover { background:none;}

a img { border: none; }

img.logo {margin-bottom:20px;}

#iframed { height: 1320px; width: 600px; overflow: hidden; }

#menu {
    width: 215px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 20px;
    position: fixed;
    height: 100%;
	background-color: #f6f3ec;
}

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

#menu ul li.section-title {font-weight:bold; color:#b29500; font-size:14px}


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

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

#menu p {font-size:9px;}

#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; }

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

#once { clear: left; }
