 /* General page style. The scroll bar colours only visible in IE5.5+ */
body 
{
	background-color: #302F2A;
}

/* General font families for common tags */
font,th,td,p 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #C1C1B3;
}

p 
{
	line-height: 1.5;
}

p.gray
{
	font-size: 13px;
	font-weight: bold;
	line-height: 0.8;
	color: #FFFFFF;
}

p.copyright
{
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
}

a:link,a:active,a:visited 
{
	color : #E7B200;
	/*font-weight: bold;*/
	text-decoration: none; 
}

a:hover		
{ 
	text-decoration: underline; 
	color : #FFFFFF; 
}

hr 
{
	/*border-top: solid 1px #808080;*/
	height: 0px; 
}

/* Header cells - the black gradient backgrounds */
th.header_row	{
	font-size: 14px; 
	font-weight : bold;
	color: #DC0000; 	
	background-color: #282828;
	height: 25px;
	background-image: url(images/rowpic2.jpg);
	/*border: solid 1px #3C3C3C;*/
}

th.header_column	{
	font-size: 12px; 
	font-weight : bold;
	color: #FFFFFF; /*#DC0000; 	*/
	background-color: #282828;
	height: 25px;
	background-image: url(images/rowpic1.jpg);
	/*border: solid 1px #3C3C3C;*/
}

/* Reformat the main table so the planet looks right */
TABLE#dk 
{
	/*background-image : url(images/is2_upperbar.gif);*/
	padding-top: 0px;
	/*padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;*/
	/*border: solid 1px #3C3C3C;*/
}

/* This is the border line & background colour for the left column */
.left_column	
{
	background-color: #191919;
	border: solid 1px #3C3C3C;
}

.right_column	
{
	font-size: 11px; 
	font-weight : bold;
	color: #FFFFFF;
	line-height: 1;
	background-color: #191919;
	border: solid 1px #3C3C3C;
}

/* This is the border line & background colour for the left column */
.center_column	
{
	background-color: #000000; 
	font-size: 13px; 
	background-image : url(images/bg_space.gif);
	/*border-bottom: solid 1px #3C3C3C;
	border-left: solid 1px #3C3C3C;
	border-right: solid 1px #3C3C3C;*/
}

.credits
{
	font-size: 12px; 
	color: #FFFFFF;
}

.news
{
	font-size: 12px; 
	color: #FFFFFF;
	/*border: solid 1px #3C3C3C;*/
	padding: 5px;
	background-color: #000000;
}

.news_date
{
	/*background-color: #282828;*/
	font-size: 13px; 
	color: #FFFFFF;
	font-weight: bold;	 
	height: 24px;
	background-image: url(images/rowpic2.jpg);
	border-top: solid 1px #3C3C3C;
	border-left: solid 1px #3C3C3C;
	border-right: solid 1px #3C3C3C;
}

.news_content
{
	font-size: 13px; 
	color: #FFFFFF;
}

.header_link
{
	font-size: 12px; 
	font-weight : bold;
	line-height: 1.5;
	color: #FFFFFF;
}

.site_current
{
	font-size: 12px; 
	font-weight : bold;
	line-height: 1.5;
	color: #FFFFFF;
}

.site_link
{
	font-size: 12px; 
	font-weight : bold;
	line-height: 1.5;
	color: #FFFFFF;
}

.mod_link
{
	font-size: 12px; 
	font-weight : bold;
	line-height: 1.5;
	color: #FFFFFF;
}

.space
{
	font-size: 12px; 
	font-weight : bold;
	line-height: 1.5;
	color: #FFFFFF;
}

.maintitle	{
	font-weight: bold; 
	font-size: 22px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 1.2; 
	color : #808080;
}

/* General text */
.gen 
{
	font-size : 12px; 
	color: #C00000;
}

.small
{
  font-size: 3px;
}

.header
{
	background-color: #000000;
	background-image: url(images/is2_upperbar.gif);
	height: 120px;
	font-size: 14px;
	font-weight : bold;
	line-height : 5;
}

.footer
{
	background-color: #000000;
	background-image: url(images/is2_lowerbar.gif);
	height: 101px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight : bold;
}

img
{
}

.content
{
	background-color: #000000;
	font-size: 50px;
	font-weight: bold;
	/*line-height: 1.5;*/
	color: #A3A391;
}

.subtitle
{
	background-color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 0.1;
}

DIV {   
	scrollbar-arrow-color: #E8B309; 
	scrollbar-face-color: #000000; 
	scrollbar-3dlight-color: #E8B309; 
	scrollbar-darkshadow-color: #E8B309;
	scrollbar-track-color: #302F2A;
 }
 
#photos{
  height: 208px;
  width: 930px;
  overflow: auto;
  white-space: nowrap;
 }
 
#photos div {
  width: 2850px;
  padding: 0px;
 }

.photo{
  float:left;
  display:inline;
  margin-right: 10px;
 }