* {  margin: 0; padding: 0;  }
img {  border: 0;  }

body {
	background-color: black;
	color: #dddddd;
	font-family: "Arial", sans-serif;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 { font-family: "Tahoma", sans-serif; font-weight: bold; }
h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 16px; color: #dddddd; }
h4 { font-size: 12px; color: #dddddd; }

ul { text-align: left; }

a, a:link, a:hover, a:visited {
	color: #dddddd;
	text-decoration: none;
	padding-bottom: 0px;
	border-bottom: 1px dashed #dddddd;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid white;
}
a[name] {
	border-bottom: 0;
}
a[name]:hover {
}
a[name]:hover:after {
	content: " #"
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

p {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

ul.section-list {
	width: 90%;
	margin-left: 10px;
	margin-right: 0;
}
ul.section-list, ul.section-list li.section-list-item {
	list-style-type: none;
	list-style-position: inside;
}
ul.section-list li.section-list-item {
	margin-left: 1px;
	margin-bottom: 10px;
	padding-left: 40px;
	background: transparent url("alien_graphics_bullet.gif") no-repeat 13px 2px;
	border-left: 3px solid #dddddd;
}

div.section {
	width: 100%;
	border-top: 1px solid white;
	padding-top: 5px;
	padding-bottom: 15px;
	text-align: left;
}
div.section h2 {
    margin-top: 10px;
    margin-bottom: 10px;
	padding-left: 10px;
}

.section-list-item {
	width: 100%;
	clear: both;
	padding-top: 0px;
	padding-bottom: 5px;
}
.section-list-item img {
	float: right;
	margin-left: 0.5em;
	/*padding: 3px;
	border: 3px solid #dddddd;*/
}
.section-list-item .header {
}
.section-list-item .header h3 {
	margin-bottom: 1.2em;
	white-space: nowrap;
}
.section-list-item .header a[name] {
}
.section-list-item .header a[name]:hover {
}
.section-list-item .header h3 span {
	display: block;
	clear: left;
	margin-left: 5px;
	font-size: 0.7em;
	cursor: default;
}
		.inprogress {
			color: yellow;
		}
		.released {
			color: #00BB00;
		}
.section-list-item .description {
}
.section-list-item .description p {
	color: #dddddd;
}
.section-list-item .footer {
	margin-top: 1.2em;
}
.section-list-item .footer a {
	margin-right: 1em;
}

#container {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
div#man {
	width: 242px;
	height: 350px;
	margin: 20px auto 10px auto;
	background-image: url(alien_graphics_on_black_resized.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
div#man h1 {
	font-size: 30px;
}