	body,
	html {
		margin:0;
		padding:0;
		background: #000;
		color:#000;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		line-height: 20px;
	}
	body {
		min-width:777px;
	}
	
	h1 {font-size: 18pt;}
	
	#header_wrap {
		text-align: center;
		background:#8C0000 url(/img/header_bg.gif) top repeat-x;
		margin:0;
		height:66px;
	}
    #header {
		margin: 0px auto; /* top, right, bottom, left */
		background:#8C0000 url(/img/header_bg.gif) top repeat-x;;
		width:765px;
		height:63px;
		padding:0px 6px 0px 6px;
		text-align:center;
	}
    #page_wrap {
		text-align:center;
		background:#8C0000 url(/img/content_bg.jpg) repeat-x;
	}

	#photo {
		margin: -3px auto; /* top, right, bottom, left */
		background:#fff;
		width:765px;
		height:166px;
		padding:0px 6px 0px 6px;
		text-align:center;
	}
	#content_wrap {
		text-align:center;
		background:#fff;
		margin: auto; /* top, right, bottom, left */
		padding: 10px 0px 20px 0px;
		width:777px; 

	}
	#content {
		background:#fff;
		padding: 1px 20px 20px 20px;
		margin: auto; /* top, right, bottom, left */
		font-size: 10pt;
		text-align:left;
	}
	#footer_wrap {
		margin: -20px 0px 20px 0px; /* top, right, bottom, left */
		padding: 20px 0px 50px 0px;
		background: #000 url(/img/footer.gif) top repeat-x;
		clear:both;
		font-size: 10pt;
		color:#fff;
	}
	#footer {
		padding: 10px 0px 0px 0px;
		text-align: center;
		margin:auto;
	}

	#footer a:link, #footer a:active, #footer a:visited { color: #fff; text-decoration: underline }  
	#footer a:hover { color: #fff; text-decoration: none }

	a:link, a:visited { color: #8C0000; text-decoration: underline }
	a:active { color: #5D1F1F; text-decoration: underline }
	a:hover { color: #5D1F1F; text-decoration: none }

.space li { padding: 4px; }	
	
/* navigation */
 #menu {
    width: 270px; /* controls content width in div */
 	height: 63px; 
	margin-top: 0px;
	margin-left: 375px; padding: 0;
	margin-right: 0px; padding: 0;
    position: absolute;} /* must use absolute for browser inconsistencies */
  #menu li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
  #menu li, #menu a {
    height: 63px; display: block;}
   
  #home {background:  url(/img/home.gif) no-repeat; left: 0; width: 81px;}
  #about {background:  url(/img/about.gif) no-repeat; left: 81px; width: 80px;}
  #work {background:  url(/img/work.gif) no-repeat; left: 156px; width: 75px;}
  #blog {background:  url(/img/blog.gif) no-repeat; left: 231px; width: 77px;}
  #contact {background:  url(/img/contact.gif) no-repeat; left: 305px; width: 57px;}
  
#home a:hover {background:  url(/img/home_over.gif) no-repeat ; left: 0; width: 81px;}
#about a:hover {background:  url(/img/about_over.gif) no-repeat ; left: 81px; width: 80px;}
#work a:hover {background:  url(/img/work_over.gif) no-repeat ; left: 156px; width: 75px;}
#blog a:hover {background:  url(/img/blog_over.gif) no-repeat ; left: 231px; width: 77px;}
#contact a:hover {background:  url(/img/contact_over.gif) no-repeat ; left: 305px; width: 57px;}