body{ margin: 0; padding: 0; background-color:#fffff;}
div.mainWrapper{
	width: 100%;
}
div.contentWrapper{
	width: 850px;
}
div.logoBox{
	width: 118px;
	height: 130px;
}
div.textBox{
	width: 730px;
	height: 85px;
}
div.linksBox{
	width: 730px;
	height: 45px;
}
div.linkBox{
	height: 45px;
	margin-left:10px;
}
div.contentBox{
	width: 800px;
}
div.artworkBox{
	width: 800px;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
div.canvas{
	width: 180px;
	height: 160px;
	margin: 5px;
}
div.floatLeft{
	float: left;
}

a.bannerLinkFont{
	font-family: arial;
	font-size: 14px;
}
a.bannerSubLinkFont{
	font-family: arial;
	font-size: 10px;
}
a.bannerLink:link{
	text-decoration: none;
	color: #333333;
}

a.bannerLink:visited{
	text-decoration: none;
	color: #333333;
}

a.bannerLink:hover{
	text-decoration: underline;
	color: #666666;
}

a.bannerLink:active{
	text-decoration: none;
	color: #333333;
}



a.bodyLink:link{
	text-decoration: underline;
	color: #333333;
}

a.bodyLink:visited{
	text-decoration: underline;
	color: #333333;
}

a.bodyLink:hover{
	text-decoration: underline;
	color: #666666;
}

a.bodyLink:active{
	text-decoration: underline;
	color: #333333;
}

a.artworkLink:link{
	text-decoration: underline;
	color: #000000;
}

a.artworkLink:visited{
	text-decoration: underline;
	color: #000000;
}

a.artworkLink:hover{
	text-decoration: underline;
	color: #666666;
}

a.artworkLink:active{
	text-decoration: underline;
	color: #000000;
}
p.bodyMargins{
	margin-top: 15px;
	margin-left: 10px;
}
p.headingText{
	font-family: verdana;
	font-size: 12px;
	color:#000000;
}
p.bodyText{
	font-family: verdana;
	font-size: 12px;
	color:#333333;
}
img.artwork{
	margin-top: 20px;
	padding: 0px;
}