body {
    color: #999;
    font-size: 14px;
    font-family: Arial, "Microsoft Sans Serif", Tahoma;
    text-align: center;
    min-width: 780px;
    padding: 0;
    margin: 5;
    background-color: #111;
    background-image: url(/assets/185/grey_spot_bg.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

td img {display: block;}

fieldset {
    border: 1px solid #444; padding:1em;
}

legend {
    color: #999; font-weight:bold;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover {
    color: #F00;
}

a:active {
    color: #FCC;
}

.copy {
    text-align: center;
    line-height: 3em;
}

hr {
    color: #444;
    border: 0;
    height: 1px;
    background-color: #444;
    margin-top: 12px;
    margin-bottom: 12px;
}

h1 {
    color: #333;
    font-weight: normal;
    font-size: 36px;
    float: right;
    position: relative;
    top: -10px;
    right: 28px;
}

h2 {
    color: #E00;
    font-weight: normal;
}

li {
    list-style-image: url(/assets/216/bullet.gif);
    list-style-position: outside;
}

img.bdr {
    border: 1px solid #444;
    padding: 4px;
}

.mid {
    margin-left: auto;
    margin-right: auto;
}

.right {
    float: right;
    padding: 0 0 0 15px;
}

.left {
    float: left;
    padding: 0 15px 0 0;
}

#wrapper {
    margin: 0 auto;
    width: 844px;
}

#leftcolumn {
    width: 520px;
    float: left;
}

#rightcolumn {
    float: right;
    width: 280px;
    position: relative;
    display: inline;
}

#tchai {
	position: relative;
	top: -16px;
	float: right;
}

#navigation td a {
    width: 225px;
    height: 46px;
    display: block;
    text-indent: -99999px;
}

#navigation td a#news_btn {
    background-image: url(/assets/210/news.jpg);
}

#navigation td a:hover#news_btn {
    background-image: url(/assets/206/newsover.jpg);
}

#navigation td a:active#news_btn {
    background-image: url(/assets/214/newsdown.jpg);
}

#navigation td a#history_btn {
    background-image: url(/assets/209/history.jpg);
}

#navigation td a:hover#history_btn {
    background-image: url(/assets/205/historyover.jpg);
}

#navigation td a:active#history_btn {
    background-image: url(/assets/213/historydown.jpg);
}

#navigation td a#disco_btn {
    background-image: url(/assets/208/disco.jpg);
}

#navigation td a:hover#disco_btn {
    background-image: url(/assets/204/discoover.jpg);
}

#navigation td a:active#disco_btn {
    background-image: url(/assets/212/discodown.jpg);
}

#navigation td a#support_btn {
    background-image: url(/assets/211/support.jpg);
}

#navigation td a:hover#support_btn {
    background-image: url(/assets/207/supportover.jpg);
}

#navigation td a:active#support_btn {
    background-image: url(/assets/215/supportdown.jpg);
}

#hidden_for_preload {
    display: none;
}


/*---------------------------------  Lightbox.css  ---*/ 

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; border-bottom: none; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; border-bottom: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;} 
#prevLink:hover, #prevLink:visited:hover { background: url(http://spurrd.com/assets/192/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.spurrd.com/assets/189/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

