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

body {
	font-size: 11px;
	line-height: 10px;
	font-family: Arial, sans-serif;
	background: #4D2115;
	color:#8E6C55;
}

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

a:link, a:active, a:visited { text-decoration: none; color: #D1BFB1; }
a:hover { background:#4D2115; color: #D1BFB1; }
#logolink:hover { background:none;}

a img { border: none; }

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

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

#menu {
    width: 205px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 30px;
    position: fixed;
    height: 100%;
	background-color: #281C18;
}

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

#menu ul li.section-title {
	font-size:11px;
	text-transform: uppercase;
	color: #4D2115;
}




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

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

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

#content p { width: 540px; margin-bottom: 9px;margin-left:10px;  }

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