/* CSS Document */

body {
	background-color: #006600;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	color: #ffffff;
	line-height: 2em;
	margin: 0;
}

#container {
	width: 700px;
	padding: 10px;
	margin: 0 auto 0 auto;
}

#header {
	width: 700px;
	height: 110px;
	margin-bottom: 10px;
}

#menu {
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 13px;
}

#footer {
	font-size: 0.8em;
	width: 700px;
	height: 50px;
	clear: both;
}

#sidebar {
	width: 149px;
	height: 100%;
	padding: 5px;
	float: left;
	clear: left;
}

#item {
	clear: bottom;
}

.content {
	margin-left: 170px;
	padding: 5px;
	/*background-image: url("http://localhost:8080/trialsmonkey/images/drummonkey.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;*/
	margin-left: 150px;
	margin-bottom: 10px;
}

.footer {
	width: 700px;
	text-align: center;
}

h2 {
	margin-top :0px;
	margin-bottom: 0px;
}

#features li {
	margin-left: 25px;
}

.contact {
	text-align:center;
}

a {
	color: cyan;
}

a:hover {
	color: red;
}


