@charset "UTF-8";
/* CSS Document */


/* Demo styles */
.content {
	color:#777;
	font:12px/1.4 "helvetica neue",arial,sans-serif;
	width:620px;
	margin:20px auto;
	}
h1 {
	font-size:12px;
	font-weight:normal;
	color:#ddd;
	margin:0;
	}
p {
	margin:0 0 20px
}
a {
	color: #333333;
	text-decoration: none;
	}
.cred {
	margin-top:20px;
	font-size:11px;
	}

/* This rule is read by Galleria to define the gallery height: */
#galleria {
	height:400px
	}

#menu a:hover {
	color: #FFF;
	}
#menu {
	width: 0px;
	height: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#menu a {
	font-size: 0px;
	line-height: 0px;
	color: #999;
	text-decoration: none;
}
#galleria-float {
	float: left;
	width: 870px;
	background-color: #000;
}
#menu a.active {
	color: #C2491E;
	background-color: #000;
}
#galleria-wrapper {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 600px;
	width: 950px;
}
#menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#menu a.active:hover {
	color: #C2491E;
	text-decoration: none;
	cursor: default;
}
