
	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-image: url('http://www.pictureyourcanvas.com/images/bg2.gif');
		background-repeat: repeat-x;
		text-align: center;
	}
	
	table#main {
		border: 0px;
		margin: 0px auto;
		padding: 0px;
		display: block;
	}
	
	td {
		border: 0px;
		margin: 0px;
		padding: 0px;
		color: #000000;
		font-weight: normal;
		font-family: tahoma, helvetica, arial, verdana;
		font-size: 13px;
	}
	
	a {
		color: #3399ff;
		text-decoration: underline;
	}
	
	a.verytop {
		color: #ccffcc;
		text-decoration: none;
		margin:0;
		border:0;
		padding:0;
		font-size: 12px;
	}
	
	
	h1 {
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	h2 {
		border: 0px;
		margin: 0px;
		padding: 0px;
		font-size: 18px;
	}
	
	img {
		border: 0px;
	}
	
	#headertop td {
		vertical-align: top;
		border-top: 3px #0099cc solid;
	}
	
	#headertop td.verytop {
		text-align: center;
		padding-top: 7px;
	}
	
	#headertop td#logo {
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
	
	td.header {

	}
	
	td#headerlower {
		text-align: right;
	}
	
	td.undermenu {
		background-color: #ceeafa;
	}
	
	td#adcolumn {
		vertical-align: top;
	}
	
	td.formindent {
		padding-left: 50px;
	}
	
	td.canvastitle {
		color: #336699;
		font-weight: bold;
		font-size: 15px;
		text-align: center;
		text-decoration: underline;
	}
	
	td.canvastitle a {
		color: #336699;
		font-weight: bold;
		font-size: 15px;
		text-align: center;
		text-decoration: underline;
	}
	
	td.wordtitle {
		color: #3399ff;
		text-decoration: none;
		text-align: left;
		padding-left: 20px;
	}
	
	td.rowspacer img {
		border-top: 3px #ffffff solid;
		border-bottom: 23px #ffffff solid;
		background-color: #cccccc;
	}
	
	div#hider {
		position: absolute; 
	/*	height: 100%;
		width: 100%;*/
		top: 0px;
		left: 0px;
		z-index: 2;
		/*background-color: #ffffff;
		background-image: url('http://www.pictureyourcanvas.com/images/div-bg.jpg');
		background-repeat: repeat;*/
		display: none;
		vertical-align: center;
		text-align: center;
	}
	
	#smallball {
		z-index: 3;
		display: none;
	}
	
	#hider p {
		width: 200px;
		height: 200px;
		vertical-align: center;
		margin: 0 auto;
		display: block;
		padding-top: 320px;
	}
	
	img.previewthumb {
		float: left; 
		margin: 10px;
		padding: 10px;
		border: 10px solid #ffffff;
		border: 1px solid #cccccc;
	}
	
	/*nav menu*/
	
	#container {
		position: relative;
		width: 670px;
		height: 30px;
		padding: 0;
	}

	#nav {
		position: absolute;
		left: 100px;
		list-style: none;
		margin: 0;
		padding: 0;
		height: 30px;
		display: inline;
		overflow: hidden;
		width: 563px;
	}
	
	#nav li {
		margin: 0; 
		padding: 0;
		display: inline;
		list-style-type: none;
	}

	#nav a {
		float: left;
		padding: 30px 0 0 0;
		overflow: hidden;
		height: 0px !important; 
		height /**/:30px; /* for IE5/Win */
	}
	
	#nav a:hover {
		background-position: 0 -30px;
	}

	#nav a:active, #nav a.selected {
		background-position: 0 -60px;
	}
	
	#thome a  {
		width: 83px;
		background: url(http://www.pictureyourcanvas.com/images/menu/home.gif) top left no-repeat;
	}

	#thow a  {
		width: 111px;
		background: url(http://www.pictureyourcanvas.com/images/menu/how.gif) top left no-repeat;
	}

	#torder a  {
		width: 148px;
		background: url(http://www.pictureyourcanvas.com/images/menu/order.gif) top left no-repeat;
	}

	#tstyles a  {
		width: 93px;
		background: url(http://www.pictureyourcanvas.com/images/menu/styles.gif) top left no-repeat;
	}
	
	#tgallery a  {
		width: 128px;
		background: url(http://www.pictureyourcanvas.com/images/menu/gallery.gif) top left no-repeat;
	}

	
	/*end of nav menu*/
	
	table.ctable td {
		padding: 2px 10px 2px 10px;
	}
	
	table.ctable td.top {
		font-weight: bold;
		padding: 5px 10px 3px 10px;
	}
	
