@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-size: 100%;
	background-color: #000;
	background-attachment: fixed;
	background-image: url(elements/starrynight.jpg);
	background-repeat: no-repeat;
}
#IE7 {
	display: none;
}
#container {
	width: 791px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
} 
#content {
	width: 791px;
	background-image: url(elements/container.png);
	background-repeat: repeat-y;
}
#header {
	padding: 0;
	background-image: url(elements/header.png);
	background-repeat: no-repeat;
	height: 127px;
} 
#sidebar1 {
	display: inline;
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	text-align: center;
	min-height: 770px;
	background-image: url(elements/alientext.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 52px;
	margin-right: 15px;
}
#ufoNews {
	background-image:url(elements/ufoNews.png);
	background-repeat:no-repeat;
	height: 221px;
	width: 198px;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
#mainContent {
	background-image: url(elements/comic_bg.png);
	background-repeat: no-repeat;
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	color: #FFF;
	text-align: center;
	min-height:813px;
	padding-left: 20px;
}
#blog {
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	width: 620px;
	margin-left: 80px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
#details {
	width:490px;
}
#footer {
	background-image: url(elements/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 175px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	padding-top: 52px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-size: 90%;
	color: #FFF;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}
#bottomBorder {
	background-image: url(elements/desert.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 210px;
	z-index: 5;
	left: 0px;
	bottom: 0px;
	position: fixed;
	width: 100%;
}
#spryTable {
	width:620px;
}
#container #sidebar1 #ufoNews #newsFeed {
	font-family: "Courier New", Courier, monospace;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	padding-left: 10px;
	padding-right: 11px;
	height: 210px;
	overflow: hidden;
	padding-top: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	text-align: center;
}
th {cursor:pointer;}
.hover {
  cursor:pointer;
  }
a img {
	border:none;
	text-align: center;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #CFF;
}
