#content {
	position: absolute;
	visibility: visible;
	z-index: auto;
	height: 322px;
	width: 355px;
	left: 200px;
	top: 146px;
	right: 200px;
	bottom: 200px;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.46em;
	width: auto;
	padding: 0px;
	margin: 0px;
	}
#content h1 {
		font-family : Verdana, Geneva , Helvetica, sans-serif;
		color:black; /* over-ride with theme colour */
		font-size:16px;
		font-weight:bold;
		padding:0px;
		margin:17px 0 12px 0;
	}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	line-height: normal;
	width: auto;
	padding: 0px;
	margin: 0px;
	}
#content h1.silver {
		color:#999999; /* over-ride with theme colour */
	}


#tabright
	{
	position: absolute;
	visibility: visible;
	z-index: 3;
	height: 16px;
	width: 180px;
	left: 611px;
	top: 167px;
	}

	#tabright table
	{
	background-image: url(../images/tabletabs/silvergrad.gif);
	}
	
	#tabright td.top
	{
	height: 6px;
	background-color: #CCCCCC;
	width: 200px;
	}
	
	#tabright td.left	
	{
			background-image: url(../images/tabletabs/silversingleleft.gif);
			background-repeat:repeat-y;
	}

	#tabright td.bottomleft	
	{
			background-image: url(../images/tabletabs/silverbottomleft.gif);
			background-repeat:repeat-y;
	}

	#tabright td.bottom	
	{
			background-image: url(../images/tabletabs/silverbottom.gif);
			background-repeat:repeat-x;
	}

	#tabright td.bottomright	
	{
			background-image: url(../images/tabletabs/silvercorner.gif);
	}

#tabright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	color:#339;
	}
	#tabright a:link:hover {
	color:#339; /*#66c*/
	text-decoration: underline;
	padding: 0px;
	}
	#tabright a:visited { 
		color:#333; 
		text-decoration: none; 
	} 
	#tabright a:visited:hover { 
		color:#339; 
		text-decoration: underline; 
	}
	#tabright a:link { 
		color:#333; 
		text-decoration: none; 
	}
	
