* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "TradeGothic", arial, helvetica, sans-serif;
	font-size:11px; line-height:14px;
	height:100%; color: #000000;
	background: #ffffff;
	padding-top:8px;
	padding-left:10px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }



a img { border: none; }

a:link { text-decoration: none; color: #999999; background-color:#ffffff; }
a:active { text-decoration: none; color: #666666; background-color:#fff; }
a:visited { text-decoration: none; color: #666666; background-color:#fff; }
a:hover { text-decoration: line-through; color: #666666; }

#menu {

    width: 167px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	margin:30px 0 0;
	background-color: #ffffff;
	padding-left:20px;
	padding-top:10px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	text-align: left;
	
}

#menu ul li.section-title { 
color:#000000;
font-weight:bold;
letter-spacing:2px;
padding-top: 15px;
border-bottom: 1px dotted #666666; padding-bottom: 3px; margin-bottom: 5px; width:135px;

}
 
#menu ul li.active a, #menu a:active {
color:#00aa72;
text-decoration:none;

}

#menu ul li.link a, #menu a:link {
color:#999999;
text-decoration:none;
background-color:#ffffff;

}

#menu ul li.hover a, #menu a:hover {
text-decoration:line-through;

}

#content {
    height: 100%;
    margin: 40px 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 80px; line-height:70px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h6 { font-size: 60px; line-height:70px; color:#666666 }
h5 { font-size: 60px; line-height:70px; color:#ffff33 }
h7 { color:#808080 }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
