body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #B4D670;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a {
	color: #000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: none;
}
a:link {
	color: #000;
	text-decoration: none;
	border: none;
}
a:visited {
	color: #000;
	text-decoration: none;
	border: none;
}
a:hover, a:active {
	color: #73756a;
	border: none;
}
#container {
	width: 668px;
	margin: 1px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#header {
	background: url(../images/header.png) no-repeat;
	width: 668px;
	height: 90px;
	margin: 0;
	padding: 0;
}
#body {
	background: url(../images/maincontent.png) no-repeat;
	width: 668px;
	height: 383px;
	margin: 0 0 0 0;
	padding: 0 13px;
}
#body2 {
	background: url(../images/maincontent-longer.png) repeat-y;
	width: 668px;
	height: 413px;
	margin: 0 0 0 0;
	padding: 0 13px;
}
#body-tv {
	background: url(../images/maincontent-tv.png) repeat-y;
	width: 668px;
	height: 583px;
	margin: 0 0 0 0;
	padding: 0 13px;
}
#nav {
	margin: 0;
	padding: 0;
}

#footer {
	background: url(../images/footer.png) no-repeat;
	width: 668px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#work {
float: left;
	margin: 0px 0 0 0;
	padding: 0px 30px 5px 20px;
}
#otherwork {
float: left;
	margin: 0px 0 0 0;
	padding: 0px 10px 5px 20px;
}
#text {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
float: left;
	margin: 20px 20px 0 0;
	padding: 0px 0 5px 20px;
height: 300px;
width: 500px;
overflow: auto;
}
#copy {
	margin: 0 0 0 0;
	padding: 10px 40px 20px 0px;
width: 580px;
}
#resumelinks {
		font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	padding: 10px 40px 20px 0;
}
#tv {
	margin: 0 0 0 0;
	padding: 0 40px 10px 33px;
}
.thumbnail {
	margin: 0 0 0 0;
	padding: 5px 0 5px 0px;
}
#tumbnails {
	margin: 0 0 0 0;
	padding: 3px 0 0 17px;
}
.smalltext {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
padding: 0px 0 0px 0px;

	color: #73756a;
}
.red {
	color: #F00;
}
img  {
	margin: 0;
	padding: 0;
	border: 0px;
}