* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 11px;
	line-height:13px;
	background: #fff;
}

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

a:link { 
text-decoration: none; color: black; 
}

a:active {
 text-decoration: none; color: black; 
 }
 
a:visited { 
text-decoration: none; color: black;
 }

a:hover { 
text-decoration: none; 
background: black;
color: white;
}

a img { border: none; }


#menu {
	background-color: #fffff;
    bottom: 15px;
	left: 150px;
    top: 28px;
	line-height:12px;
    overflow: auto;
    position: fixed;
	text-align: left;
    width: 250px;
}

#menu ul {
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 0;
	list-style: none;
}


#menu ul li.section-title {
margin-left: -15px;
font-weight: bold;
text-transform: uppercase;
line-height:16px;
padding-top: 10px;

}

#content {
	height: 100%;
	padding-top: 113px;
	padding-left: 400px;
	margin: 0;
	float: left;
	
}

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-weight: bold; font-size: 18px;}
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-style: normal; font-weight: normal; font-size: 11px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 500px; margin: 0; padding: 0 0 12px 0; }
#img-container span.backgrounded a,
#img-container a.thickbox,
#img-container a.thumb-img,
#img-container #d-col1 a { background: transparent; }

#once { clear: left; }
