body {
	font:11pt/1.5 "trebuchet ms",verdana,arial,helvetica, sans-serif;
	background-image : url(images/bg_space.jpg);
}

td {
	color : #DDDDDD;
}

th	{
	color: #F8A406; font-weight : bold;
	background-image: url(images/table_cell_bg1h.jpg);
}

a {
	text-decoration: none;
        color : #F8A406;
}

a:active {
	text-decoration: none;
	color : #FFFFFF; 	
}

a:visited {
	text-decoration: none;
	color : #F8A406;	
}

a:hover	{
	text-decoration: underline;
	color : #FFFFFF;
}



#Container {
	width:866px;
	margin:0px auto; 
	text-align:left; 
	color : #DDDDDD;
	}

#Main {
   display: block;
	width:100%;
	float: left;
	text-align:center; 
	}

#Container>#Main { }


#ContentRight {
	display: block;
   width: 304px;
	float: right;
	color: white;
	}

#ContentRight a img {
	border-color: black;
	border-style: solid;
	border-width: 2px;
}
#ContentRight a:hover img {
	border-style: solid;
	border-width: 2px; 
	border-color: #F8A406;
}

#Content {
	display: block;
	float: left;
   width: 551px;
	text-align:left; 
	padding-right:10px;
}

