@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FF00AE;
}
.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 16px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
}
p.footer {
	font-size: 12px;
	text-align: center;
}
table.one {
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 10px;
}
#navimenu2{
padding: 0;
width: 980px;
border-top: 5px solid #FF00AE; /*pink*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}
#navimenu2 ul{
margin:0;
margin-left: 250px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}
#navimenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}
#navimenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: #FF00AE;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #000000; /*white*/ 
border-top: 1px solid #000000;
}
#navimenu2 a:hover{
background-color: #FF00AE; /*pink*/ 
color: #000000;
}
#navimenu2 #current a{ /*currently selected tab*/
background-color: #FF00AE; /*pink*/ 
color: #000000;
border-color: #FF00AE; /*pink*/ 
}
#navimenu3{
padding: 0;
width: 980px;
border-top: 5px solid #FF00AE; /*pink*/ 
background: transparent;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: CEC5B6;
padding: 5px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
