@charset "utf-8";


/* CSS Document */

body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	color: #FFF;
	font-size: 10px;
}
#container {
	width: 1200px;
	overflow: hidden;
	margin-top: 0px;
	margin-left: 180px;
	background-image: url(../imagesforbuttons/bgd.png);
	background-repeat: no-repeat;
	position: relative;
}
#header {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}
#navbar {
	width: 900px;
	position: absolute;
	left: 150px;
	top: 165px;
}
#maindiv {
	width: 650px;
	float: left;
}
.centretable {
	background-color: #1e1e1e;
	font-weight: normal;
	width: 650px;
	line-height: 15px;
	border: solid #f90 1px;
}





.header {
	font-size: 16px;
	color: #600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #F90;
	padding-top: 3px;
	padding-bottom: 3px;
}
.trorange {
	background-color: #C60;
	font-size: 10px;
	color: #300;
	font-weight: bold;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}
.italic {
	font-style: italic;
	padding-left: 15px;
}

/* CSS Document */


.tdunderpic {
	text-align: center;
}
#sideleft {
	float: left;
	width: 225px;
	margin-left: 70px;
	line-height: 16px;
}
ul {
	color: #F90;
	list-style-type: square;
}
h3 {
	color: #F90;
	text-align: center;
	font-size: 14px;
	margin: 0;
}


.thumbnail img{
	border: solid #1e1e1e 1px;
	padding: 2px;
	margin: 3px;
	text-align: center;
	margin-bottom: 0px;
}

.thumbnail:hover{


}

.thumbnail:hover img{
	background-color: #000;
	border: solid #f90 1px;
	margin: 3;
	padding: 2;
}

.thumbnail span{ /*CSS for enlarged image*/
	left: 10px;
	visibility: hidden;
	top: 10px;
	position: absolute;
	width: 450px;
	height: 450px;
}

.thumbnail span img{ /*CSS for enlarged image*/



}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 70px;
	left: 5px;
	position: fixed;
	width: 450px;
	height: 450px;
}


a:link {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #CCC;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #F90;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #F90;
	font-weight: bold;
}

#footer {
	width: 600px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
}
