
	body
	{
		text-align: center;
		background-color: #fdfcf0;
		color: #777676;
		font: 12px Verdana,Tahoma,Arial,sans-serif;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	.style1 {
	color: #820482;
	font-weight: bold;
	}
	
	a
	{
		color: #820482;
		text-decoration: underline;
	}

	a:hover
	{
		text-decoration: none;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 880px;
		background:url(images/cont-bk.gif) no-repeat left top;
		clear:both;
	}
	
	#header
	{
		text-align: left;
		margin: 0 auto;
		width: 880px;
		height: 62px;
		background: #fdfdf1 repeat-y;
		clear:both;
	}
	
	#header-inn
	{
		text-align: right;
		width: 402px;
		height: 28px;
		padding-top: 6px;
		padding-right: 4px;
		background: #fdfdf1 repeat-y;
		clear:both;
	}
	
	#photo
	{
		text-align: left;
		padding-left: 22px;
		width: 858px;
		height: auto;
		background-image: url(images/photo-bk.gif);
		clear:both;
	}
	
	#photodiv {
  		background-repeat: no-repeat;
	}
	
	#imageContainer {
	position:relative;
	margin:auto;
	width:436px;
	height: 289px;
	}

	#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
	}
	
	#nav-hold
	{
		text-align: left;
		width: 858px;
		height: 31px;
		font: 100% Verdana,Tahoma,Arial,sans-serif;
		clear:both;
	}
	
	#menu-top {
		
		overflow: hidden; /* no idea why this works, but it fixes a FF problem */
	}

	#menu-top ul {
		margin: 0 12px;
		padding: 5px 0 0 0;
		list-style: none;
		font-size: 85%;
		float: left;
	}

	#menu-top li {
		display: inline;
		float: left;
	}

	#menu-top a {
		float: left;
		background:url(images/menuleft.png) no-repeat left top;
		margin:0;
		padding:0 0 0 4px;
		text-decoration:none;
		line-height: 1.5em;
	}

	#menu-top a span {
		background: transparent url(images/menuright.png) no-repeat right top;
		padding:5px 15px 4px 6px;
		color:#820482;
		display: block;
		float: left;
		cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	}

 	#menu-top a:hover { 
		background-position:0% -42px; 
	}
	
 	#menu-top a:hover span {	background-position:100% -42px; }
	
	#bd
	{
		text-align: left;
		width: 880px;
		height: 4px;
		background-image: url(images/bd-line.gif);
		clear:both;
	}
	
	#content
	{
		text-align: left;
		width: 880px;
		height: auto;
		background-image: url(images/cont-bk.gif);
		clear:both;
	}
	
	#cont-tab
	{
		
		text-align: justify;
		width: 833px;
		height: auto;
		padding-top: 8px;
		padding-left: 36px;
		padding-right: 11px;
		clear:both;
	}
	
	img.bottom_border {
		clear: both;
	}
	
	#prod-titl
	{
		text-align: left;
		width: 610px;
		height: 27px;
		padding-top: 12px;
		padding-left: 3px;
		clear:both;
		color: #800080;
		font-weight: bold;
		font: 16px Verdana,Tahoma,Arial,sans-serif;
		background-image: url(images/prod-titl.gif);
	}
	
	#prod-foot
	{
		text-align: right;
		width: 610px;
		height: 20px;
		padding-top: 6px;
		padding-right: 3px;
		clear:both;
		color: #800080;
		font-weight: bold;
		background-image: url('images/grad.gif');
	}
	
	#column
	{
		text-align: left;
		width: 210px;
		height: 27px;
		padding-top: 12px;
		padding-left: 3px;
		clear:both;
		color: #800080;
		font-weight: bold;
		font: 16px Verdana,Tahoma,Arial,sans-serif;
		background-image: url(images/prod-titl.gif);
	}
	
	#col-bk
	{
		text-align: left;
		width: 192px;
		height: 18px;
		padding-top: 8px;
		padding-left: 8px;
		clear:both;
		background-image: url(images/col-bk.gif);
	}
	
	#col-bk2
	{
		text-align: left;
		width: 192px;
		height: auto;
		padding-top: 8px;
		padding-left: 8px;
		clear:both;
	}
	
	#footer
	{
		
		text-align: center;
		width: 823px;
		height: 66px;
		padding-top: 8px;
		padding-right: 24px;
		padding-left: 34px;
		clear:both;
		background-image: url(images/foot-bk2.gif);
	}
	
	.style2 {color: #19A5E3}
	
	