body {
	margin: 0;
	padding: 0;
	background-color: #1E1E1E;
	font-family: "Lucida Grande", Calibri, "Trebuchet MS", sans-serif;
	color: #fff;
}
hr { display: none; }
a {
	color: #6F93C1;
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
}
div#box {
	margin: 0 auto;
	width: 750px;
}
div#left {
	float: left;
	width: 250px;
	padding-top: 180px;
	/*background-image: url(nav_bg.jpg);
	background-repeat: no-repeat;*/
}
	div#left h1 {
		margin: 0;
		margin-top: 22px;
		padding: 0;
		height: 28px;
		text-indent: -9999px;
		font-size: 1pt;
		line-height: 1pt;
		background-image: url(hummlogo.png);
		background-repeat: no-repeat;
	}
	ul#nav {
		display: none;
		margin: 0;
		padding: 90px 0 0 0;
		width: 250px;
		clear: both;
	}
		ul#nav li {
			margin-left: 43px;
			list-style-type: none;
			line-height: 37pt;
			text-transform: uppercase;
		}
			ul#nav li a {
				color: #9AA3A9;
				text-decoration: none;
				border-bottom: none;
			}
			ul#nav li a:hover {
				border-bottom: 1px dotted #6F93C1;
			}
		
		/*
		 * image replaced nav styles
		 
		ul#nav li {
			margin-left: 43px;
			text-indent: -9999px;
			list-style-type: none;
			width: 81px;
			height: 17px;
			background-repeat: no-repeat;
		}
			ul#nav li#nav_aboutme { background-image: url(nav_aboutme.png); }
			ul#nav li#nav_portfolio { background-image: url(nav_portfolio.png); }
			ul#nav li#nav_resumecv { background-image: url(nav_resumecv.png); }
			ul#nav li#nav_contactme { background-image: url(nav_contactme.png); }
		
		*/

div#right {
	float: left;
	width: 500px;
	padding-top: 180px;
}
	div#right ul {
		margin: 0;
		padding: 0;
		height: 28px;
		float: right;
	}
		div#right ul li {
			float: left;
			list-style-type: none;
			padding: 0 10px;
			border-left: 1px solid #333;
			font-size: 9pt;
			line-height: 28px;
		}
			div#right ul li a span {
				color: #CF5AD3;
			}
	
	div#right p#p_introblurb {
		margin: 0;
		padding: 0;
		text-indent: -9999px;
		font-size: 1pt;
		line-height: 1pt;
		width: 500px;
		height: 333px;
		background-image: url(bodytxt.png);
	}

#footer {
	font-size: 9pt;
	color: #30333C;
}
div#footer img { float: right; }
div#footer p { float: left; }
