<!-- Canadian Dragon Fantasy Art & Sculpture CSS For Individual Gallery pages-->

<style type="text/css">
<!--
		body {
			background-color: #5A615F;
			background-image: url("../images/pattern.jpg");
		}

		#leftcontent a:link {
			color: #FFFFFF;
			text-decoration: none;
		}

		#leftcontent a:visited {
			color: #FFFFFF;
			text-decoration: none; 
		}

		#leftcontent a:hover {
			color: #FFFFB9;
			text-decoration: none;
		}

		#leftcontent {
			width: 320px;
		}

		#toptext {
			width: 320px;
		}


		#rightcontent {
			width: 320px;
			text-align: justify;
		}

		#rightcontent a:visited {
			color: #FFFFFF;
			text-decoration: none; 
		}

		#rightcontent a:hover {
			color: #FFFFB9;
			text-decoration: none;
		}

		#rightcontent img {
			width: 34px;
			height: 65px;
		}

		#available img {
			height: 22px;
			width: 234px;
		}


		#cafepress img {
			height: 20px;
			width: 93px;
			float: right;
			margin-right: 32px;
			margin-top: 0px;
		}

		#cafepress2 img {
			height: 20px;
			width: 93px;
			float: right;
			margin-right: 10px;
			margin-top: 0px;
		}

		#centercontent {
				padding: 0px 0px 0px 0px;  
				padding-left: 35px;
				padding-right: 35px;
				margin: 0px 0px 0px 0px;
				margin-top: -55px;
				text-align: justify;
				float: left;
				height: auto;
				width: 765px;
		}

		#centertext	{
				margin-left: 0px;
				margin-right: 0px;
				margin-bottom: 0px;			
       				line-height: 20px;
   				font-size: 12pt;
				height: auto;
				width: 690px;
		}

		#next		{			
				text-align: right;
		}

		#artwork {
			height: auto;
			width: 690px;
		}

		#description	{
				padding-right: 0px;
				margin-right: 0px;
				margin-bottom: 0px;
       				line-height: 20px;
   				font-size: 12pt;
				text-align: justify;
				float: left;
				height: auto;
		}

-->