/* CSS Controlling Main Pages */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;	
}
	
body {
	background-color: #ffffcc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; 
}

#banner {position:absolute; left:0px; top: 0px; height: 107px; width: 100%; background-color: #000000;}

#pagemenubar {
	position:absolute;
	left: 0px;
	top: 106px;
	height: 33px;
	width: 100%;
	background-color: #cccc66;
 	
}
#pagemenugraphics {
	position:absolute;
	left: 420px;
	top: 106px;
	width: 420px;
	visibility: visible;
}

#thumbs  {
	position:absolute;
	left:70px;
	top: 165px;
	width:180px;
	height: 430px;
}

#sites_thumbs  {
	position:absolute;
	left:70px;
	top: 165px;
	width:400px;
	height: 430px;
	
}

#flash_thumbs  {
	position:absolute;
	left:590px;
	top: 165px;
	width:400px;
	height: 430px;
	
}

#graphic_placement {position:absolute; left: 345px; top:156px;}
#spacer {display:block;}


#text {position:absolute; left:100px; top: 200px; width: 500px;}

#art_for_sale {position:absolute; left:71px; top: 169px; color: #996600; width:165;}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #cccc66;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
