/**
* CSS
* 
* @version .1
* @author J. Alstan Jakubiec
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Georgia, serif;
	background: #fff;
}

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

a:link { }
a:active { }
a:visited { }
a:hover { }

a img { border: none; margin-bottom:1.5em; }

#menu {
    width: 150px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
        background:transparent url('bg2.png') repeat left top;
    text-align: center;
    margin: 3em 3em 3em 6em;
}

#menu a:link { text-decoration: none; color: #000; padding: 1px; }
#menu a:active { text-decoration: none; padding: 1px; }
#menu a:visited { text-decoration: none; color: #666; padding: 1px; }
#menu a:hover { text-decoration: none; background-color: #FF3; padding: 1px; }

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	line-height: 1.35em;
	border-top: 1px dotted #000;
	padding-top: 5px;
}

#menu ul li.section-title { 
	color:#000;
	font-size: 12px;
	margin-bottom: 6px;
	font-weight: bold;
	text-align: center
}

#content {
    height: 100%;
    margin: 0 0 0 24em;
    top: 0;
    padding-top: 3em;
}

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

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

p {
    margin: 0 0 9px 0;
    line-height: 1.5em;
}

h1 { font-size: 32px; }
h2 { font-size: 21px; }
h3 { font-size: 15px; letter-spacing: 1px; }
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; }