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);
	}

#commentform th {
	background-image: none;
	}

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;
	}

#Archive {
        display: none;
}

input {
        border-top: 1px solid white;
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        border-left: 1px solid white;
	outline: none;
}

input.input-required, textarea.input-required {
	background-color: #9C9C9C;
	outline: none;
}

input.input-required:hover {
	background-color: #E5E5E5;
}

#rss {
	text-align: left;
}

#rss th {
	background-image: none;
}

