html,body {
	margin: 0;
	font-family: Lucide;
	color: #464B52;
}

a {
	color: #464B52;
}

a:hover {
	color: #AED58E;
}

div#menu_wrapper {
	height: 80px;
	background-image: url("../images/bg_men.png");

}

div#menu {
	float: left;
}

div#menu img {
	float: left;
	margin-left: 80px;
}

#menu ul {
	float: left;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	margin-top: 50px;
	margin-left: 30px;
}

#menu ul li {
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	background: url("../images/bullet.png") no-repeat scroll left top transparent;
	font-size: 12px;
}

#menu ul li a {
	color: white;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #AED58E;
}

.clear {
	clear: both;
}

h1 {
	color: #AED58E;
}

#content {
	margin-left: 20px;
}

#projectlist {
	
}

#upload, #createproject {
	margin-top: 20px;
}