	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: 1024px;
		background-color: #ffffff;
		/*overflow: hidden;*/
		margin: 12px auto;
	}
	
	#divnavtop {
		float: left;
		top: 0px;
		height: 29px;
		width: 100%;
		background-color: #92b6b4;
	}
	#divnavtop td{
		background-color: transparent;
		color: #5a8082;
		font-size: 0.9em;
		font-weight: normal;
		font-family: Arial, helvetica, verdana;
		text-align: center;
		letter-spacing: 1px;
	}
	#divcontent {
		width: 100%;
		background-color: #ffffff;
		border-bottom: 30px solid transparent;
	}
	#divnavbase {
		float: right;
		/*bottom: 0px;*/
		/*top: 772px;*/
		height: 30px;
		width: 100%;
		background-color: #92b6b4;
	}
	#divnavbase td{
		background-color: transparent;
		color: #5a8082;
		font-size: 0.9em;
		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:  24px;
	}
	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:  29px;
	}
	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: 199px;
		text-align: center;
	}
	
	.divnavcategory img{
		border-top: 8px solid #92b6b4;
		border-bottom: 8px solid #92b6b4;
		width: 145px;
		height: 93px;
		padding-top: 27px;
		padding-bottom: 27px;
	}
	.divnavcategory p{
		margin-top: 16px;
		margin-bottom: 40px;
		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: 1em;
    	font-weight: bold;
    	font-family:  Arial, helvetica, verdana;
    	text-align: center;
    	border-top: 24px solid transparent;
    	border-bottom: 25px solid transparent;
	}
	
	h2	{
    	background-color: transparent;
    	color: #4f7879;
    	font-size: 0.7em;
    	font-weight: bold;
    	font-family:  Arial, helvetica, verdana;
    	text-align: center;
    	border-top: 24px solid transparent;
    	border-bottom: 25px solid transparent;
	}
	
	h3	{
    	background-color: transparent;
    	color: #92b6b4;
    	font-size: 0.7em;
    	font-weight: normal;
    	font-family: Arial, helvetica, verdana;
    	text-align: left;
    	border: 4px solid transparent;
	}
	
	.tdmain{
    	background-color: transparent;
    	color: #4F6579;
    	font-size: 0.7em;
    	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.5em;
		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: 147px;
		width: 199px;
		color: #4f7879;
		font-size: 1em;
		font-weight: normal;
		font-family: Arial, helvetica, sans-serif;
		text-align: center;
		border-top: 8px solid #92b6b4;
		border-bottom: 8px solid #92b6b4;
	}
	.imgcatimage{
		padding-bottom: 27px;
		padding-top: 27px;
		border-left: 54px solid transparent;
		border-right: 54px solid transparent;
	}
	.tdcattxt{
		background-color: #ffffff;
		color: #5a8082;
		width: 199px;
		font-size: 0.9em;
		font-weight: normal;
		font-family: Arial, helvetica, sans-serif;
		text-align: center;
		margin-top: 16px;
		margin-bottom: 40px;
		border-left: 54px solid transparent;
		border-right: 54px 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: 147px;
    	width: 90px;
	}
	
	
	
	.tdartimage{
    	background-color: transparent;
    	height: 173px;
    	width: 173px;
    	color: #4f7879;
    	font-size: 1em;
    	font-weight: normal;
    	font-family: Arial, helvetica, sans-serif;
    	text-align: center;
	}
	.imgartimage{
    	padding-bottom: 14px;
    	padding-top: 0px;
	}
	.tdarttxt{
    	background-color: #ffffff;
    	color: #5a8082;
    	width: 173px;
    	font-size: 0.7em;
    	font-weight: normal;
    	font-family: Arial, helvetica, sans-serif;
    	text-align: center;
    	margin-top: 14px;
    	margin-bottom: 30px;
	}
	.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: 173px;
    	width: 58px;
	}

	
	#divart_main {
		width: 100%;
		background-color: #ffffff;
		float: left;
	}
	.tdartmainimage{
    	background-color: transparent;
    	width: 617px;
    	text-align: center;
	}
	.tdartmaindetails{
    	background-color: transparent;
    	width: 285px;
    	border-top: 11px solid #92b6b4;
    	border-bottom: 11px solid #92b6b4;
    	text-align: center;
	}
	.imgartmaindetails{
    	background-color: transparent;
    	border-top: 16px solid transparent;
    	border-bottom: 16px solid transparent;
    	text-align: center;
	}
	.tdartmaindesc{
	    	background-color: transparent;
	    	height: 82px;
	    	border-bottom: 23px solid transparent;
		border-right: 32px solid transparent;
	    	text-align: left;
	    	font-size: 0.6em;
	    	color: #4f7879;
	}

	.tdartmainhorizspace{
    	background-color: transparent;
    	height: 57px;
    	width: 41px;
    	text-align: center;
    	font-size: 0.7em;
	}
	
	#divart_enlarge {
		width: 100%;
		background-color: #ffffff;
		float:left;
	}
	.tdartenlargeimage{
		background-color: transparent;
		width: 852px;
		border-bottom: 32px solid transparent;
		border-left: 86px solid transparent;
		text-align: left;
	}
	.tdartenlargereturn{
    	background-color: transparent;
    	border-left: 118px solid transparent;
    	border-bottom: 24px solid transparent;
    	width: 205px;
    	text-align: center;
    	font-size: 0.7em;
	}
	.tdartenlargetitle{
    	background-color: transparent;
    	width: 398px;
    	height: 20px;
    	text-align: center;
    	font-size: 0.7em;
    	border-bottom: 24px solid transparent;
	}
	.tdartenlargebuy{
    	background-color: transparent;
    	width: 228px;
    	text-align: center;
    	font-size: 0.7em;
    	border-bottom: 24px solid transparent;
	}
	
	
	#divart_buy {
		width: 100%;
		background-color: #ffffff;
		float:left;
	}
	
	
	/*.clear{
		float:clear;
	}*/
	
