/*
* CSS
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: georgia, serif; 
	background: #fff;
}

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

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

a img { border: none; }

#menu {
    width: 230px;
    margin: 40px 0 0 40px;
    overflow: auto;
	padding-bottom: 0;
    position: left;
    line-height: 16px;
	background-color: transparent;
}
/*
#menu {
    width: 230px;
    margin: 40px 0 0 40px;
    line-height: 16px;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}
*/
#menu ul {
	list-style: none;
	margin: 10px 0 10px 0;
}

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

#menu p {
	font-size: 24px;
	font-weight: bold;
    line-height: 19px;

}

#content {
    height: 100%;
    margin: 40px 0px 0px 320px;
    line-height: 16px;
    top: 0;
    position: absolute;
}

.container {
    padding: 0 15px 15px 15px;
}

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

p {
    margin: 0 0 9px 0;
}

#content .container p a:link { 
	color: #000; 
	text-decoration: underline; 
	font-style:italic
}

#content .container p a:visited { 
	color: #000;
	text-decoration: underline;
	font-style:italic
}

#content .container p a:hover { 
	color: #000;
	text-decoration: line-through; 
}

#content .container p a:active { 
	color: #000; 
	text-decoration: none; 
}

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: 600px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
