/*
body {
	overflow: -moz-scrollbars-vertical;
	background: #fff;
	color: #282828;
	font: 62.5% verdana, arial, helvetica, sans-serif;
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
}
*/
a img {
	border: 0;
}

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

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

#container2 {
	text-align: left;
	margin: 0;
}

#moo {
	padding: 0 10px 25px 0;
	margin: 0 auto;
	text-align:left;
	width:400px;
}

#moo h3 {
	border-right:#efefef solid 3px;
	border-bottom:#efefef solid 3px;
	background: #fff;
	margin: 10px 0 0;
	padding: 1px 0;
	height: 16px;
	width: 100%;
	cursor: pointer;
	font-size:75%;
}

#moo h3 a:link, #moo h3 a:visited {
	/* text-shadow: 2px 2px 1px #8dc036; */
	-moz-outline-style: none;
	display: block;
	text-decoration: none;
}

#moo h3 a:hover {
	/* background:none; */
	}


/* a.demo {
	-moz-outline-style: none;
	display: block;
	height: 12px;
	width: 38px;
	float: left;
	background: url(img/demo.gif) top left no-repeat;
	margin-right: 2px;
	cursor: pointer;
} */

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

.stretcher {
	background: none !important;
	background: #f3f3f3 !important;
	padding-left: 12px !important;
	padding-right: 6px !important;
	font-size:80%;
}

#moo h4 {
	font-size:80%;
	text-transform:uppercase;
	color:#666;
	margin:6px;
	text-align:center;
}
.stretcher img {
	float:right;
	margin:10px;
	border:2px solid #dfdfdf;
	}
.stretcher p {
	margin-left:6px;
	}