/**
* CSS
* 
* @version 1.0
* @author Martin Borst 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans;
	font-weight: bold;
	color: #000;
	line-height: 16px;
}

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

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

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

#menu a:link { text-decoration: none; color: #000; background: #000; padding-right: 2px; padding-left: 2px;}
#menu a:visited { text-decoration: none; color: #000; background: #000; padding-right: 2px; padding-left: 2px;}
#menu a:hover { text-decoration: none; color: #eee; background: #000; padding-right: 2px; padding-left: 2px;}

a img { border: none; }

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

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

#menu .section-title { color: #000; font-weight: bold; letter-spacing: 2px; }

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

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

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

p {
    margin: 0 0 13px 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: 400px; margin: 0; padding: 0 0 13px 0; }

#once { clear: left; }
