/**
* CSS
* 
* code by Tim Rodenbröker
* 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	line-height: 19px;
	font-family: "arial", arial, sans-serif; color: #000; letter-spacing: +1px;
	background: #fff;
	text-transform: lowercase;

}



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

a:link { text-decoration: none; color: #000; }
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; background-color: #000; color: #000; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 100px;
    bottom: 0;
	left: 100px;
    position: fixed;
    height: 100%;
	text-align: right;
}


#content_container
{
    padding-bottom:2em;
}



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

#menu ul li.section-title {  font-family: "arial", sans-serif; font-size: 13px; font-weight: bold; color: #000;}

#content {
    height: 100%;
	width: 800px;
    margin-top: 100px;
    margin-bottom: 0;
	margin-left: 320px;

}

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

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

p {
    margin: 0 0 9px 0;
}

a { font-family: arial, sans-serif; text-decoration: none; color: #000;}

h1 { 	font-size: 13px;
	line-height: 19px;
	font-family: "arial", arial, sans-serif; color: #000;}

h2 { 	font-size: 13px;
	line-height: 19px;
	font-family: "arial", arial, sans-serif; color: #000;
	font-weight: bold;}

h4 { 	font-size: 13px;
	line-height: 19px;
	font-family: "arial", arial, sans-serif; color: #000;}


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

#once { clear: left; }
