html
{
height: 100%;
}
body {
	font-family: sans-serif;
	font-size: 76%; 
	margin: 0; 
	padding: 0;
	background-color: #ccc;
	color: #000;
	text-align: center;
	height: 100%;
	}
a { text-decoration: none; color: #f90; background-color: #000; }
a:hover { border: none; }	
h2 { 
	color: #aaa;
	font-size: 1.5em;
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: normal;
	background-color: #000;
	}
#container {
	width: 768px;
	margin-left:auto; 
	margin-right:auto;
	height: auto;
	}
#tabs {
	float:left;
	width:100%;
	background-color: #000;
	color: #ccc;
	font-size:93%;
	line-height:normal;
	}
#tabs ul {
	margin:0;
	padding: 10px 10px 0px 50px;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background:url("img/tableftH.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabs a span {
	float:left;
	display:block;
	background:url("img/tabrightH.gif") no-repeat right top;
	background-color: #000;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs {
	float:left;
	width:100%;
	background-color: #000;
	color: #ccc;
	font-size:93%;
	line-height:normal;
	border-bottom: 1px solid #ccc;
	}
#tabs ul {
	margin:0;
	padding:10px 10px 0 22px;
	list-style:none;
	}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}
#tabs a {
	float:left;
	background:url("img/tableftH.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#tabs a span {
	float:left;
	display:block;
	background:url("img/tabrightH.gif") no-repeat right top;
	background-color: #000;
	padding:5px 15px 4px 6px;
	color:#FFF;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	background-color: #000;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	background-color: #000;
	}
#tabs a:hover {
	background-position:0% -42px;
	}
#tabs a:hover span {
	background-position:100% -42px;
	}
#header {
	width: 768px;
	text-align: right;
	border-bottom: 1px solid #ccc;
	background-color: #000;
	color: #ccc;
	}
#content
	{
	padding: 25px;
	background-color: #000;
	text-align: left;
	line-height: 1.7em;
	font-size: 1.2em;
	letter-spacing: 0px;
	color: #ccc;
	}
#SiteInfo
	{
	text-align: left;
	line-height: 1.2em;
	font-size: 1em;
	letter-spacing: 0px;
	color: #fff;
	padding: 5px 25px;
	}	
.top
	{
	border-bottom: 2px solid #000
	}
.thumbnail 
	{
	background-color: #fafbfc;
	color: #000;	
	border:1px solid #00b4ff;
	margin:0 0 10px 10px;
	padding:5px;
	}
.somediv
	{
	width: 100%;
	clear: right;
}
.somediv .floatbox
	{
	float: right;
	width: 160px;
}
* html .somediv p{ 
/* IE 3px jog hack*/
	height: 1%;
}
.somediv p{
	margin-top: 0;
	margin-left: 1px;
}
.thumbnail-enlarge{
	position: relative;
	z-index: 0;
	}
.thumbnail-enlarge:hover{
	background-color: transparent;
	z-index: 50;
	}
.thumbnail-enlarge span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	left: -1000px;
	border: 1px dashed silver;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
.thumbnail-enlarge span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	}
.thumbnail-enlarge:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
}
A:link {text-decoration: none; color: silver; background-color: #000;}
A:visited {text-decoration: none; color: silver; background-color: #000;}
A:active {text-decoration: underline; color: red; background-color: #000;}
A:hover {text-decoration: underline; color: silver; background-color: #000;}
#footer {
	clear: both;
	background: #000;
	height: 45px;
	position: relative;
	bottom: 0%;
	left: 0;
	right: 0;
	border-top: 1px solid #ccc;
	color: #ccc;
	}
#footer-left	
	{
	padding: 0 25px;
	float: left;
	}
#footer-right	
	{
	padding: 0 25px;
	float: right;
	}		