body
{
  background-color: black; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, black, saddlebrown);
  font-family: Verdana,Tahoma,Helvetica;
	font-size: 16px;
}
table
{
	color: #111111;
	background-color: white;
	border-collapse: collapse;	
}
td
{
	padding: 3px 5px;
	vertical-align: top;
}
tr.header
{
	background-image: url('images/IMG_9311.jpg');
	background-repeat: no-repeat;
}
div.headerright
{
	text-align: right;
	padding: 0 20px 70px 0;
}
div.headerleft
{
	padding: 0 0 8px 20px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
td.left
{
	padding: 10px 30px10px 30px;
}
td.right
{
	padding: 30px 40px 10px 0;
	font-weight: bold;
}
td.navi
{
	padding: 10px 5px 0px 5px;

}
td.subtitle
{
	margin: 10px;
	padding: 10px 0;
	font-weight: bold;
}
a:link,a:active,a:visited
{
	font-size: 12px;
	color: red;
	text-decoration: none;
	font-weight: bold;
	margin: 5px 0;
	padding: 0 10px;
	border-right: solid 1px black;
}
a:hover
{
	text-decoration: underline;
}
a:link.intext,a:active.intext,a:visited.intext
{
	color: blue;
	font-weight: normal;
	margin: 0;
	padding: 0 ;
	border: 0;
}
a:link.last
{
	border-right-color: #FFFFFF;
}
a:link.image,a:active.image,a:visited.image
{
	color: black;
	border: 0px;
}
div.imagename
{
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 5px;
}
div.imageinfo
{
	text-transform: capitalize;
	padding: 0 0 5px;
	font-size: 10px;
	color: #777777;
}
div.content
{
	padding:  0px 20px 40px;
}
ul{
	padding-left: 15px;
}
