/* CSS Document */
body {
	overflow: -moz-scrollbars-vertical;
	color: #282828;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
}

::-moz-selection {
	background:#d4f699;
	color:#7aa62f;
}

::selection {
	background:#d4f699;
	color:#7aa62f;
}

code::-moz-selection {
	background: #535353;
	color:#9dd63c;
}

code::selection {
	background: #535353;
	color:#9dd63c;
}

h3 {
	margin: 5px 0 0;
	height: 20px;
	width: 650px;
	cursor: pointer;
	font-size: 0.99em;
}

h3 a:link, h3 a:visited {
	background: url(images/title_fill.gif) repeat;
	color: #fff;
	text-shadow: 2px 2px 1px #8fc80d;
	padding: 4px 8px 0;
	-moz-outline-style: none;
	display: block;
	height: 16px;
	width: 650px;
	text-decoration: none;
	font: 100% verdana, arial, helvetica, sans-serif;
}

#container_moo {
	width: 650px;
	text-align: left;
	margin: 0 auto;
}

#content_moo {
    vertical-align:top;
    margin-top:5%;
	padding: 0 0 55px 0;
}


div.wrapper {
	background-color: #EBEBEB;
}

#content_moo div {
	margin: 0;
	padding: 0;
	height: 1%;
}

.stretcher {
	background: #fff;
}

.copy {
	float: right;
	margin-top: 9px;
	margin-right: 182px;
	display: block;
	width: 52px;
	height: 50px;
}

.copy span {
	display: none;
}