/* CSS Document */

body {
	font-family: tahoma;
	font-weight: 500;
	background-color:#000000}
#allcontent {
	width: 827px;
	height: 900px;
	margin-left:auto;
	margin-right: auto;
	background-color:#FFFFff;
	border:double;
	border-color:#000000;
}
#body{
	width: 800px;
	height: 470px;
	margin-top: 00px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 25px;
	color:#cc0000;
	top: 275px;
}
#main{
	margin-top: 00px;
	margin-bottom: 0px;
	margin-left: 10px;
	color:#cc0000;
	height: 800px;	
}
#sidebarleft {
	width: 400px;
	height: 400px;
	float: left;
	top: 275px;
	font-size:18px;
	color:#cc0000;
	margin-left: 15;
	margin-right: 30;
	padding-top: 60px;
	padding-left: 15px;
}
#image1	{
	border-color: #000000;
	margin: 5px;
}
#i {
	font-style:italic;
}
#linkbar {
	height: 25px;
	background-color:#CC0000;
	text-align: center;
	padding-top: 7px;
	vertical-align:middle;
}
#head {
position: absolute;
z-index:0;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font: Georgia;
	font-style:oblique;
	color:#CC0000;
	font-size:36px;
	text-align:center;
}
h1 em {text-decoration:underline; font-weight:bolder}
h2 {
	font: Georgia;
	color:#CC0000;
	font-size:20px;
	text-decoration: underline;
	text-align:center;
}
h3	{
	font: Georgia;
	color: #CC0000;
	font-size: 11px;
	font-weight: 400;
}
h4 {
	font: Georgia;
	color:#CC0000;
	font-size:24px;
	text-align:center;
}
a.nav:link, a.nav:visited {display: block; padding: 2px; border: 2px outset #efb57c; background:#000000; font-size:13px}
a.nav:focus, a.nav:hover {display: block; padding: 2px; border: 2px outset #efb57c; background:#cc0000; font-size:13px;}
a.nav:link {color:#FFFFFF; font-weight: bold;}
a.nav:visited {color:#7d7d7d; font-weight: bold;}
a.lb:link {color:#FFFFFF; font-weight: bold; font-size:13px;}
a.lb:visited {color:#7d7d7d; font-weight: bold; font-size:13px;}
a.lb:hover {color:#CCCCCC; font-weight: bold; font-size:13px;}	
.header {
	text-align: center;
}
.footer {
	text-align: center;
	clear:left;
	padding-left: 275px;
	padding-right: 275px;	
}
.logo {
	text-align: center;
}
.credit {
	color:#000000;
	font-size: 9px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 1;
}

.thumbnail:hover{
background-color: transparent;
z-index: 2;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
top: 40px;
left: 600px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
max-height: 400px;
max-width: 400px;
height: auto;
width: auto;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
position: fixed;
 /*position where enlarged image should offset horizontally */

}
