body{
background-image:url('../images/bg07.gif');
margin:0px;
font-family:georgia,helvetica,tahoma;
font-size:12px;
overflow-y:scroll;
height:100%;
}

div
{
border:0px solid #999999;
vertical-align:top;
}

p, h1
{
white-space:normal;
margin-top:0px;
margin-bottom:0px;
}

img{
border:0px;
}

td{
vertical-align:top;
}

h1
{
color:white;
background-color:black;
text-transform:uppercase;
}

a
{
font-weight:bold;
text-decoration:none;
color:black;
}

a:hover
{

color:rgb(52,113,235);
color:white;
background-color:rgb(52,113,235);
}

h1
{
font-size:14px;
}


/*LIGHTBOX*/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border: 1px solid #555;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }