body {
	background-color: #Bbb7aa;
	}

#wrapper {
/*	background: #999; /*STOCK*/
	background-color: #Bbb7aa;
	font: 17px verdana;
	min-height: 100%; /*STOCK*/
	padding-bottom: 107px;  /*** FOR JUMP BUFFER ***/
	}

.grey {
	opacity: .27;
	}


ol, ul {
	list-style: none;
	margin: 7px 0px;
	line-height: 19px;
	left: -14px;
	position: relative;
	}

	li {
		padding: 3px 0px;
		}
ul li::before {
	content: "\2022";
	color: grey;
	display: inline-block; 
	margin-left: -1em;
	width: 1em;
	}

h3 {
	margin-bottom: 0px;
	margin-top: 34px;
	}

	h3.grey {
		opacity: .2;
		}

hr {
	background: none repeat scroll 0 0 #888;
	border: 0 none;
	height: 1px;
	position: relative;
	margin: 0px 0px 7px;
	width: 177px;
	}

	a:link {text-decoration: none; color: #040; }
	a:visited {text-decoration: none; color: #040; }
	a:hover {text-decoration: none; color: #070; }
	a:active {text-decoration: none; color: #070; }

.logo {
	background-color: #B3AE9F;
	border-bottom: #999 3px solid;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	}

	.logo img {
		float: left;
		height: auto;
		width: 221px;
		position: relative;
		left: 57px;
		}

.home {
	bottom: 135px;
	font-size: 11px;
	left: 7px;
	position: absolute;
	z-index: 1;
	padding: 0px 20px 20px 0px;
	}

.definition {
	position: absolute;
	left: 324px;
	top: 16px;
	width: 502px;
	}



#info{
	margin-left: 81px;
	margin-top: 200px;
	}

.important {
	color: #f00;
	font-weight: bold;
	}

#copyright {
	bottom: 0;
	color: #444;
	font: 9px verdana;
	padding: 21px 0px 21px;
	position: fixed;
	background-color: #Bbb7aa;
	width: 100%;
	}

	#copyright.index {
		}
