body {
	background: #222;
	color: #fff;
	font: normal 12px/1.8 'dejavu sans','bitstream vera sans',verdana,'lucida grande',sans-serif;
	text-align: center;
}

#main {
	width: 550px;
	margin: -1.5em auto -3.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0;
	text-align: left;
	border: 1px solid #999;
	background: #090909;
}

#footer {
	width: 100%;
	font-size: .8em;
	color: #999;
}

#footer p {
	text-align: center;
}

#content p {
	margin-left: 1em;
	margin-right: 1em;
}

#content ul {
	margin-right: 1em;
}


ul.menu {
	padding: 0;
}

ul.menu li {
	float: left;
	display: block;
	width: 107px;
	padding-left: 3px;
}

ul.menu li a { 
	display: block;
	width: 100%;
	text-decoration: none;
}

hr {
	margin-left: 1.5em;
	margin-right: 1.5em;
	background: #999;
	border: 0;
	height: 1px;
}

ul.menu a {
	color: white;
}

ul.menu li a:hover {
	background: #3d3d3c;
}

ul.menu li:hover {
	background: #3d3c3c;
}

ul.menu li.purple {
	border-bottom: 5px solid #d37;
}

ul.menu li.orange {
	border-bottom: 5px solid #f3bd68;
}

ul.menu li.red {
	border-bottom: 5px solid #e77;
}

ul.menu li.blue {
	border-bottom: 5px solid #77e;
}
ul.menu li.green {
	border-bottom: 5px solid #7e7;
}

#content h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin-left: 1em;
	margin-right: 1em;
}

#content h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: 1em;
	margin-right: 1em;
}

#content a {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#content a:hover {
	color: #77e;
	border-bottom: 1px solid #77e;
}

#content a:visited {
	color: #fff;
	border-bottom: 1px dotted #555;
}

#content img {
	border: 1px solid #999;
	padding: 10px;
}

#content img.floatright {
	float: right;
	margin-right: 1em;
	margin-top: 1em;
}

.portfolio {
	margin-left: 1em;
	margin-right: 1em;
	background: #222;
	border: 1px solid #999;
}
