/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
html, body {margin: 0; padding: 0;}

body {	charset=ISO-8859-1
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: black;
	color: silver;
	text-align: center;
   margin: 5;
	
}

div#container
{
   width: 792px;
   position: relative;
   background-color: black;
   margin-top: 0px;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
body
{
   
   margin: 0;
}

a.style1:link {color: #C0C0C0;font-weight: bold;text-decoration: none;}
a.style1:visited {color: #C0C0C0;font-weight: bold;text-decoration: none;}
a.style1:active {color: #C0C0C0;font-weight: bold;text-decoration: underline;}
a.style1:hover {color: #FFFFFF;font-weight: bold;text-decoration: underline;}


/* Style for all table cells. */
dl {
text-align : center;
font-size : 0.95em;
margin-top : 25px;
}
dt, dd {
width="$thumbWidth";
float : left;
}
dt {
margin-bottom : 5.5em;
}
dd {
margin : 90px 0 0 -10.5em;
} 

.image {vertical-align:bottom; margin: 0px; border-width: 1px; border: 1px solid;}
a:link .image { border-color:silver; color: silver;}
a:visited .image { border-color: #666666; color: #666666;}
a:hover .image { border-color: #ffffff; color: #ffffff;}

/* Align the content of the cells on the index pages to the center and bottom. */
#index td {
	text-align: center;
	vertical-align: top;
}

/* Remove the margin under the images on the index pages. */
#index .image {
	margin-left: 10;
	margin-right:20;
	margin-bottom:0;
	margin-top: 20;
}

/* Don't have margins on the slide pages. */
body#slide {
	margin: 0;
}

/* Highlight the image name on the slide pages. */
#slide .name {
	font-weight: bold;
	font-size: 14px;
}

/* Header */
h1 {
	font-size: 24px;
	font-weight: bold;
	color: silver;
}

/* Custom link styles */
a:active {
	text-decoration: none;
	color: #silver;
}

a:visited {
	text-decoration: none;
	color: #silver;
}

a:hover {
	text-decoration: underline;
	color: #silver;
}

a:link {
	text-decoration: none;
	color: white;
}

#imageinfo {
	visibility: hidden;
}

.infotable {
	border: 1px solid #444444;
	border-collapse: collapse;
}

.infotable td {
	border: 1px solid #444444;
}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;

font-family: Arial, sans-serif;
	font-size: 20em;
	color: silver;;
width: 150%;
border: 1px solid ;
border-width: 1px 0;
background: #333;
}

.solidblockmenu li{
align: center;
display: inline;
color: silver;
padding: 5px 25px;
text-decoration: none;
border: 1px solid black;
background: #333;
}



.solidblockmenu li a:visited{
color: silver;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white; text-decoration: underline;

}

.solidblockmenu li a:focus, .solidblockmenu li .current{
color: white; text-decoration: underline;

}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
</style>
<![endif]-->
