	body {
		background-color:#666666;
		direction: ltr;
		margin: 0px;
		padding: 0px;
		text-align:center;	
		height:100%;
		/* Needed to allow child container 100% height */
	}
	#divbody {
		position: absolute;
		left:0;
		top:0;
		padding:0;
		margin: 0px auto;
		width:100%;
		height:100%;
		/* only works if parent is 100% */
		background-color:#666666;
	}
	#divmain {
		position: relative;
		top: 0px;
		width: 800px;
		background-color: #ffffff;
		/*overflow: hidden;*/
		margin: 10px auto;
	}
	
	#divnavtop {
		float: left;
		top: 0px;
		height: 23px;
		width: 100%;
		background-color: #92b6b4;
	}
	#divnavtop td{
		background-color: transparent;
		color: #5a8082;
		font-size: 0.7em;
		font-weight: normal;
		font-family: Arial, helvetica, verdana;
		text-align: center;
		letter-spacing: 1px;
	}
	#divcontent {
		width: 100%;
		background-color: #ffffff;
		border-bottom: 23px solid transparent;
	}
	#divnavbase {
		float: right;
		/*bottom: 0px;*/
		/*top: 603px;*/
		height: 23px;
		width: 100%;
		background-color: #92b6b4;
	}
	#divnavbase td{
		background-color: transparent;
		color: #5a8082;
		font-size: 0.7em;
		font-weight: normal;
		font-family: Arial, helvetica, verdana;
		text-align: left;
		letter-spacing: 1px;
	}
	
	td{
		background-color: #ffffff;
    	color: #000000;
    	font-size: 1em;
    	font-weight: normal;
    	font-family:  helvetica, verdana;
    	text-align: left;
    	/*letter-spacing: 1px;*/
    	padding-left: 2px;
    	line-height:  19px;
	}
	th{
		background-color: transparent;
    	color: #4F6579;
    	font-size: 1em;
    	font-style: italic;
    	font-family:  Arial, helvetica, verdana;
    	text-align: left;
    	letter-spacing: 1px;
    	line-height:  23px;
	}
	input{
		background-color: transparent;
    	color: #4F6579;
    	font-size: 1em;
    	text-decoration: none;
    	font-family:  Arial, helvetica, verdana;
    	text-align: left;
	}
	a:link{
		background-color: transparent;
    	color: #4F6579;
    	text-decoration: none;
    }
    a:visited{
		background-color: transparent;
    	color: #4F6579;
    	text-decoration: none;
    }
    a:active{
		background-color: transparent;
    	color: #4F6579;
    	text-decoration: none;
    }
	a:hover{
		background-color: transparent;
    	color: #4F6579;
    	text-decoration: underline;
	}
	

	
	.divnavcategory {
		width: 155px;
		text-align: center;
	}
	
	.divnavcategory img{
		border-top: 6px solid #92b6b4;
		border-bottom: 6px solid #92b6b4;
		width: 113px;
		height: 73px;
		padding-top: 21px;
		padding-bottom: 21px;
	}
	.divnavcategory p{
		margin-top: 12px;
		margin-bottom: 31px;
		background-color: transparent;
    	color: #4f7879;
    	font-size: 1em;
    	font-weight: normal;
    	font-family: tahoma, Arial, helvetica, verdana;
    	text-align: center;
	}
	
	h1	{
    	background-color: transparent;
    	color: #4f7879;
    	font-size: 0.8em;
    	font-weight: bold;
    	font-family:  Arial, helvetica, verdana;
    	text-align: center;
    	border-top: 19px solid transparent;
    	border-bottom: 19px solid transparent;
	}
	
	h2	{
    	background-color: transparent;
    	color: #4f7879;
    	font-size: 0.6em;
    	font-weight: bold;
    	font-family:  Arial, helvetica, verdana;
    	text-align: center;
    	border-top: 19px solid transparent;
    	border-bottom: 19px solid transparent;
	}
	
	h3	{
    	background-color: transparent;
    	color: #92b6b4;
    	font-size: 0.6em;
    	font-weight: normal;
    	font-family: Arial, helvetica, verdana;
    	text-align: left;
    	border: 3px solid transparent;
	}
	
	.tdmain{
    	background-color: transparent;
    	color: #4F6579;
    	font-size: 0.6em;
    	font-weight: normal;
    	font-family: Arial, helvetica, sans-serif;
    	text-align: left;
		border: 2px solid transparent;
	}
	.smallprint{
		background-color: transparent;
		color: #4F6579;
		font-size: 0.4em;
		font-style: italic;
		font-family: Arial, helvetica, sans-serif;
		border: 2px solid transparent;
	}
	.fakebutton{
    	background-color: #92b6b4;
    	color: #4F6579;
    	font-style: bold;
    	font-family: Arial, helvetica, sans-serif;
		border: 3px solid transparent;
	}
	
	.tdcatimage{
		background-color: transparent;
		height: 115px;
		width: 155px;
		color: #4f7879;
		font-size: 1em;
		font-weight: normal;
		font-family: Arial, helvetica, sans-serif;
		text-align: center;
		border-top: 6px solid #92b6b4;
		border-bottom: 6px solid #92b6b4;
	}
	.imgcatimage{
		padding-bottom: 21px;
		padding-top: 21px;
		border-left: 42px solid transparent;
		border-right: 42px solid transparent;
	}
	.tdcattxt{
		background-color: #ffffff;
		color: #5a8082;
		width: 155px;
		font-size: 0.7em;
		font-weight: normal;
		font-family: Arial, helvetica, sans-serif;
		text-align: center;
		margin-top: 12px;
		margin-bottom: 31px;
		border-left: 42px solid transparent;
		border-right: 42px solid transparent;
	}
	.tdcattxt a:link{
		background-color: transparent;
    	color: #5a8082;
    	text-decoration: none;
	}
	.tdcattxt a:visited{
		background-color: transparent;
    	color: #5a8082;
    	text-decoration: none;
	}
	.tdcattxt a:active{
		background-color: transparent;
    	color: #5a8082;
    	text-decoration: none;
	}
	.tdcattxt a:hover{
		background-color: transparent;
    	color: #5a8082;
    	text-decoration: underline;
	}
	.tdcathorizspace{
    	background-color: transparent;
    	height: 115px;
    	width: 70px;
	}
	
	
	
	.tdartimage{
    	background-color: transparent;
    	height: 135px;
    	width: 135px;
    	color: #4f7879;
    	font-size: 1em;
    	font-weight: normal;
    	font-family: Arial, helvetica, sans-serif;
    	text-align: center;
	}
	.imgartimage{
    	padding-bottom: 11px;
    	padding-top: 0px;
	}
	.tdarttxt{
    	background-color: #ffffff;
    	color: #5a8082;
    	width: 135px;
    	font-size: 0.6em;
    	font-weight: normal;
    	font-family: Arial, helvetica, sans-serif;
    	text-align: center;
    	margin-top: 11px;
    	margin-bottom: 23px;
	}
	.tdarttxt a:link{
		background-color: transparent;
    	color: #5a8082;
    	text-decoration: none;
	}
	.tdarttxt a:visited{
		background-color: transparent;
    	color: #5a8082;
    	text-decoration: none;
	}
	.tdarttxt a:active{
		background-color: transparent;
    	color: #5a8082;
    	text-decoration: none;
	}
	.tdarttxt a:hover{
		background-color: transparent;
    	color: #5a8082;
    	text-decoration: underline;
	}
	.tdarthorizspace{
    	background-color: transparent;
    	height: 135px;
    	width: 45px;
	}

	
	#divart_main {
		width: 100%;
		background-color: #ffffff;
		float: left;
	}
	.tdartmainimage{
    	background-color: transparent;
    	width: 482px;
    	text-align: center;
	}
	.tdartmaindetails{
    	background-color: transparent;
    	width: 223px;
    	border-top: 9px solid #92b6b4;
    	border-bottom: 9px solid #92b6b4;
    	text-align: center;
	}
	.imgartmaindetails{
    	background-color: transparent;
    	border-top: 12px solid transparent;
    	border-bottom: 12px solid transparent;
    	text-align: center;
	}
	.tdartmaindesc{
	    	background-color: transparent;
	    	height: 64px;
	    	border-bottom: 18px solid transparent;
		border-right: 25px solid transparent;
	    	text-align: left;
	    	font-size: 0.5em;
	    	color: #4f7879;
	}

	.tdartmainhorizspace{
    	background-color: transparent;
    	height: 45px;
    	width: 32px;
    	text-align: center;
    	font-size: 0.5em;
	}
	
	#divart_enlarge {
		width: 100%;
		background-color: #ffffff;
		float:left;
	}
	.tdartenlargeimage{
		background-color: transparent;
		width: 666px;
		border-bottom: 25px solid transparent;
		border-left: 67px solid transparent;
		text-align: left;
	}
	.tdartenlargereturn{
    	background-color: transparent;
    	border-left: 92px solid transparent;
    	border-bottom: 19px solid transparent;
    	width: 160px;
    	text-align: center;
    	font-size: 0.5em;
	}
	.tdartenlargetitle{
    	background-color: transparent;
    	width: 311px;
    	height: 16px;
    	text-align: center;
    	font-size: 0.5em;
    	border-bottom: 19px solid transparent;
	}
	.tdartenlargebuy{
    	background-color: transparent;
    	width: 178px;
    	text-align: center;
    	font-size: 0.5em;
    	border-bottom: 19px solid transparent;
	}
	
	
	#divart_buy {
		width: 100%;
		background-color: #ffffff;
		float:left;
	}
	
	
	/*.clear{
		float:clear;
	}*/
	
