html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.joe_page
{
	width: 830px;
	margin-left: 20px;
}
.joe_porttitle img
{
}
.joenew_imageblock
{
	border-top: 1px solid #DEDEDE;
	width: 830px;
	clear: both;
	margin: 3px 0px 0px;
}
.joenew_image
{
	background-repeat: no-repeat;
	background-position: center center;
	width: 120px;
	height: 70px;
}
.joenew_imageitem
{
	width: 120px;
	float: left;
	margin-right: 17px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.joenew_image a
{
	width: 120px;
	height: 70px;
	display: block;
}
.joenew_image a:hover
{
	background-image: url(../images/portfolio_overlay.png);
	background-repeat: repeat;
	background-position: left top;
}
.joe_footer
{
	border-top: 1px solid #DEDEDE;
	padding-top: 4px;
	clear: both;
}
.disclaimer
{
	clear: both;
}
.nav_url
{
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 146px;
	height: 9px;
	background-image: url(../images/joe_footer_url.gif);
	margin: 5px 0px 5px 0px;
	float: left;
}
.nav_url:hover
{
	background-position: left -9px;
}
.nav_contact_small
{
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 46px;
	height: 9px;
	background-image: url(../images/joe_nav_small_contact.gif);
	margin: 5px 0px 5px 10px;
	float: left;
}
.nav_contact_small:hover
{
	background-position: left -9px;
}
.nav_sketch
{
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 73px;
	height: 9px;
	background-image: url(../images/joe_nav_sketchbooks.gif);
	margin: 5px 0px 5px 10px;
	float: left;
}
.nav_sketch:hover
{
	background-position: left -9px;
}
.morelink
{
	clear:both;
	width: 830px;
	margin-bottom: 5px;
}
.more_link, .back_link
{
	margin-top: 55px;
	display: block;
	height: 11px;
	background-repeat: no-repeat;
	background-position: left top;
}
.more_link
{
	width: 47px;
	background-image: url(images/joe_port_more.gif);
}
.back_link
{
	width: 41px;
	background-image: url(images/joe_port_back.gif);
}
.more_link:hover, .back_link:hover
{
	background-position: left -11px;
}
