body{
	background-color: #ffffff;
	background-image: url('../images/spring.jpg');
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: verdana;
	font-size: 12px;
	line-height: 20px;
}

a{
	color: #f89f2d;
	text-decoration: none;
}

a:hover{
	color: #888888;
	text-decoration: none;
}


.ad{
	background-color: #000000;
	background-color: #ffffff;
	color: #ffffff;
	color: #000000;
	padding: 20px;
	border: 1px dashed #cccccc;
}

#cards{
	position: absolute;
	top: 10px;
	right: 0px;
}

#content{
	position: absolute;
	top: 188px;
	left: 0px;
	width: 100%;
	padding: 20px;
	padding-top: 0px;
	background-color: #ffffff;
}

#designers_for_darfur{
	position: absolute;
	top: 5px;
	right: 170px;
}

#designers_for_darfur img{
	width: 100px;
}

#logo{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
	padding-top: 40px;
	background-color: #ffffff;
}


#logo img{
	width: 1000px;
}

#menu{
	position: absolute;
	top: 98px;
	left: 410px;
	background-color: #ffffff;
	z-index: 1;
}

.menu_item{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
}

.menu_item:hover{
	color: #f89f2d;
}

#menu_projects{
	position: absolute;
	top: 115px;
	left: 423px;
	background-color: #f89f2d;
	padding: 5px;
	z-index: 1;
	border: 2px solid #000000;
	visibility: hidden;
}

#menu_projects a:hover{
	color: #ffffff;
}


#page{
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
}


#pageUpdated{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 10px;
}


