* {
	margin: 0;
	padding: 0;
}
body, td {
	font-family: Monaco, Lucida Console, Courier New, Courier, monospace;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 17px;
	color: #1a171b;
	background: #fff;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
	text-decoration: none;
	color: #1a171b;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	text-decoration: none;
	color: #1a171b;
}
a:hover {
	text-decoration: none;
	color: #fffc00;
}
a img {
	border: none;
}
div img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#menu {
	width: 165px;
	overflow: visible;
	top: 0px;
	bottom: 0;
	left: 32px;
	position: fixed;
	height: 670px;
	background-color: #fff;
	z-index: 3;
}
#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu ul li.section-title {
}
#content {
	z-index: 1;
}
.container-m {
	padding: 0px 0px 0px 15px;
}
.container-c {
	padding: 5px 0 0 0;
}
#content p {
	margin-bottom: 9px;
}
p {
	margin: 0 0 9px 0;
}
h1 {
	letter-spacing: 1px;
	font-size: 12px;
	color: #8e8f91;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
#img-container {
	margin: 0;
	padding: 0;
}
#img-container p {
	margin: 0;
	padding: 0 0 12px 0;
}
#once {
	clear: left;
}
::selection {
    background:#fff;
    color:#0029e4;
}
::-moz-selection {
    background:#fff;
    color:#0029e4;
}
