
ul#menu
{
	border-bottom-style: dotted;
}

ul#submenu
{
	margin: 0px;
	margin-bottom: 0px;
	text-align: center;
	padding: 0px 1.0em 0px 0px;
}
ul#submenu li
{
	display: inline;
	color: #c76636;
	padding: 0px 7px;
	font-size: .8em;
}

.job img
{
	float: left;
	margin: 5px 14px 8px 0px;
}

.job h3
{
	clear:left;
}
.job ul
{
	margin: 0px;
	padding: 0px;
	clear: left;
}
.job ul li
{
	display: inline;
	padding-right: 15px;
	padding-top: 0px;
}

#otherProjects
{
	border-bottom: none;	
}
div#otherProjects img
{
	float: left;
	width: 75px;
	padding: 0px 7px 16px 0px;
}
div#otherProjects p img
{
	width: 75px;
	padding: 0px 7px 16px 0px;
	vertical-align: top;
	float: left;
}
div#otherProjects p
{
	vertical-align: top;
	clear: left;
}
#leftColumn
{
	float:left;
	width: 48%;
}
#rightColumn
{
	float:right;
	width: 48%;
}