/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:.7em;
	width:95%;
	height:100%;
}
div#top {
display:none;
}

div#content {/*all after top flash graphic*/

}
div#main {/*positions background*/

}
div#text {/*positions page content*/
width:550px;
}

div#text a:link, div#text a:visited {

}
div#text a:hover {

}

table {
width:500px;
}
td {/*text in tables*/

	
}

div#bottom {/*positions bottom graphic*/
display:none;
}

div#title {/*positions page title*/

}
div#bottominfo {/*positions bottom copyright info*/
display:none;
}
div#bottominfo a:link, div#bottominfo a:visited {
display:none;
}

/*the following position the text link off the page yet cover the background text to create a hot spot*/

.homelink {
display:none;
}

.artlink {
display:none;
}

.purchaselink {
display:none;
}
.resumelink {
display:none;
}
.publishlink {
display:none;
}
.permanentlink {
display:none;
}
/*end hotspot links*/

h1 {
	font-size:1.0em;

}

div#artlinks {/*positions links specified to art*/

}

