#master-header {
	background-color:#FFFFFF; 
	border-bottom:solid 1px #666666;
	margin-bottom:15px;
	position:relative;
	height:210px
}
#master-header h1 {
	display:none
}
#master-header h2 {
	border:solid 1px #dcdcdc;
	border-bottom:0;
	color:#CC3333;
	font:normal 18px/140% "Trebuchet MS";
	padding:5px 10px;
	margin:0;
	text-align:center;
	width:200px;
	position:absolute;
	top:70px;
	left:300px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:190px;
}
#master-header a {
	outline:none; /* it will delete */
}
#master-header #logo {
	position:relative;
	top:10px;
	left:10px;
	height:200px;
	width:250px;
}
#master-header #logo img {
	border:none;  /* it will delete */
}
#master-header #navigation {
	position:absolute;
	left:300px;
	top:45px;
	margin:0; /* it will delete */
	padding:0; /* it will delete */
}
#master-header #navigation li {
	color:#CC3333;
	display:inline;
	margin-bottom:15px;
}
#master-header #navigation li a {
	color:#CC3333;
	float:left;
	font-size:12px;
	font-weight:normal;
	padding-left:10px;
	margin-right:15px;
	text-decoration:none;
}
#master-header #navigation li.blog a {
	border-left:solid 2px #CC3333;
}
#master-header #navigation li.project a {
	border-left:solid 2px #006699;
	color:#006699;
}
