body {
	background-color: #000;
	color: #888;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

p, input, select, textarea, td {
	color: #888;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

a, a:link, a:active, a:visited {
	color: #888;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#topheader {
	width: 900px;
	height: 90px;
	text-align: right;
}

#navigation {
	width: 900px;
	height: 30px;
	background-image: url("../images/navback.gif");
	background-repeat: repeat-x;
}

#left {
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 660px;
	text-align: center;
}

#right {
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 240px;
	text-align: center;
}

#footer {
	clear: both;
	width: 900px;
	height: 120px;
	border-top: 1px solid #666;
	text-align: right;
	color: #333333;
}	

#footer a:link, #footer a, #footer a:active, #footer a:visited {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}

#navlist {
	width: 900px;
	text-align: center;
	height: 30px;
	line-height: 20px;
}

.hbuttons a, .hbuttons a:visited, .hbuttons a:link {
	color: #666;
	display: block;
	text-decoration: none;
	width: 70px;
	height: 30px;
	float: left;
	display: inline;
	margin-right: 0;
	text-align: center;
	line-height: 28px;
}

.hbuttons a:hover, #uberlink {
	color: #fff;
	background-image: url("../images/navback_on.gif");
	background-repeat: repeat-x;
}

.minilink {
	font-size: 9px;
}

.thumbnail {
	float: left; 
	margin: 1px;
}	

.thumbselected {
	float: left;
	border: 1px solid #fff;
}

#sideuberlink {
 	color: #fff;
}

h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.white {
	color: #fff;
}

legend, fieldset {
	color: #999;
}

div#left {
min-height: 440px;
height: expression(this.scrollHeight > 440 ? "auto":"440px");
}

div#right {
min-height: 440px;
height: expression(this.scrollHeight > 440 ? "auto":"440px");
}

/*	CSS tooltips */
a.css_tooltip{
position:relative;
z-index:24;
left: -7px;
top: 20px;
}

a.css_tooltip span{
display:none;
text-align: left;
}

a.css_tooltip:hover{

z-index:25;
/* IE requires a background color */
background-color:#000;
}

a.css_tooltip:hover span{
position: absolute;
display:block;
top: -392px;
right: 239px;
width: 645px;
height: 425px;
padding:5px;
font-weight:normal;
color:#fff;
text-decoration:none;
border: 0;
background-color:#303030;
}

/*	CSS tooltips glasgow */
a.css_tooltipglas{
position:relative;
z-index:24;
left: -7px;
top: 20px;
}

a.css_tooltipglas span{
display:none;
text-align: left;
}

a.css_tooltipglas:hover{

z-index:25;
/* IE requires a background color */
background-color:#000;
}

a.css_tooltipglas:hover span{
position:absolute;
display:block;
top: -392px;
right: 239px;
width: 645px;
padding:5px;
font-weight:normal;
color:#fff;
text-decoration:none;
border: 0;
background-color:#303030;
}


/*	CSS tooltips two */
a.css_tooltiptwo{
position:relative;
z-index:24;
left: -7px;
top: 20px;
}

a.css_tooltiptwo span{
display:none;
text-align: left;
}

a.css_tooltiptwo:hover{

z-index:25;
/* IE requires a background color */
background-color:#000;
}

a.css_tooltiptwo:hover span{
position:absolute;
display:block;
top: -378px;
right: 239px;
width: 645px;
height: 426px;
padding:5px;
font-weight:normal;
color:#fff;
text-decoration:none;
border: 0;
background-color:#303030;
}