body {
  margin: 0;
  padding: 0;
  font: small/1.1em "Lucida Grande", Helvetica, Arial, sans-serif;
  background: #FFF;
}
h1, h2, h3, h4 { padding:0; margin: 0; }
img { border: 0; }
#container { 
	padding: 100px 0 0 0; 
	font-size: 90%;
	}
#content { margin: 0 auto; width: 488px; }
#blog { 
	float:right;
	width: 156px;
	height: 56px;
	background: url(../images/bloggraphic.jpg);
	}
#blog a { 
	text-indent: -9999px;
	display:block; 
	height: 100%;
	width: 100%;
	}
#blog a:hover { background: transparent; }
h1 {
	text-indent: -9999px;
	background: url(../images/todHeader.gif);
	width: 488px;
	height: 92px;
	}
h2 {
	font-size: 120%;
	margin: 30px 0 0 0;
	border-bottom: #000 solid 5px;
	text-transform:lowercase;
	}
ul#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 95%;
	text-transform: uppercase;
	background: #fff;
	}
ul#nav li {
	position: relative;
	float: left;
	width: 122px;
	}
li ul {
	position: absolute;
	top: 14px;
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 95%;
	text-transform: uppercase;
	background: #fff;
	}
ul#nav li a:link, ul li a:visited {
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff;
	padding: 0 0 2px 5px;
	}
ul#nav li a:hover, ul li a:active {
	color: #FFF;
	background: #000;
	}
li:hover ul, li.over ul { display: block; }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
a:link, a:visited {
	text-decoration: none;
	color: #F00;
	}
a:hover, a:active {
	color: #FFF;
	background: #000;
	}
h1 a { 
	display:block; 
	height: 100%;
	width: 100%;
	}
h1 a:hover { 
	background: transparent;
	}
input.right { 
	float: right; 
	clear: both; 
	border: 1px #AAAAAA solid; 
	height: 18px; 
	}
select.right { 
	float: right; 
	clear: both; 
	height: 18px; 
	}
textarea {
	border: 1px #AAAAAA solid;
	}
#footer {
	border-top: #000 solid 5px;
	margin: 20px 0;
	color: #666;
	}
.folioWorks {
	margin:0;
	padding:0;
	list-style: none;
	margin-top: 40px;
	}
.folioWorks li {
 	display: inline;
 	margin-left: 10px;
 }