html, body {
	font-family:Verdana, Arial, 'sans serif';
	font-size:11px;
}

a, a:visited, a:active {
	color:#369;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	display:none;
}

#homemenu {
	display:none;
}

#menu {
	display:none;
}

h2 {
	color:#036;
}

#projects ul {
	list-style:none;
	margin:0;
	padding:0;
	float:none;
	clear:right;
}

#projects ul li {
	float:left;
}

#projects h2 {
	float:left;
	clear:left;
}

#currentprojects {
	clear:left;
}

#currentprojects ul {
	display:none;
}

#contact ul {
	list-style:none;
	margin:0;
	padding:0;
	float:none;
	clear:right;
}

#contact ul li {
	float:left;
}

#contactinfo h2 {
	float:left;
	clear:left;
}