/* CSS Document */

#home-body-window {
	position: relative;
	background-color: black;
	width: 704px;
	height: 504px;
	margin: 0px auto 0px auto;
}

#home-title {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 64px;
	width: 704px;
	z-index: 25;
}

#home-body-photo {
	position: absolute;
	left: 0px;
	top: 64px;
	width: 512px;
	height: 384px;
	background: #000;
}

#home-nav {
	position:absolute;
	left: 512px;
	top: 64px;
	height: 384px;
	color: white;
	width: 192px;
	padding: 1px 0px 1px 0px;
	font-family:Arial, Helvetica, sans-serif;
	z-index: 500;
	border-top: 1px dashed #222;
}

body {
	background-color: black;
	margin: 0px;
}


h1 {
	color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size: xx-large;
	vertical-align: bottom;
	margin: 14px 0px 0px 7px;
}

h1 a {
	color: white;
	text-decoration: none;
}

img {
	border: 0;
}

h2 {
	color: white;
	font-size:medium;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
}

.comment {
	background-color: #fe9;
	border: 2px solid #fc3;
	border-top: 12px solid #fc3;
	padding: 7px;
	margin: 7px;
	font-size: small;
}

td {
	margin: 0px;
	padding: 0px;
}
#home-navlist {
	font-size: medium;
}
#home-navlist a {
	font-weight: bold;
	display: block;
	padding: 2px 0px 2px 13px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 1px 0px 1px 0px;
	color: #ddd;
	text-decoration: none;
}
#home-navlist a:hover {
	background-color: #222;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
	margin: 1px 0px 1px 0px;
}
.home-storieslist {
	font-size: small;
	border-top: 1px dashed #222;
	border-bottom: 1px dashed #222;
	margin: 1px 0px 1px 0px;
	padding: 1px 0px 1px 0px;
}
.home-storieslist a {
	display: block;
	padding: 3px 0px 3px 21px;
	margin: 1px 0px 1px 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #aaa;
	text-decoration: none;
}
.home-storieslist a:hover {
	background-color: #111;
}

#copyright {
	position: absolute;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 4px;
	color: #444;
	background-color: #111;
	font-family: Arial, sans-serif;
	top: 450px;
	text-align: center;
	width: 704px;
	font-size: .75em;
}

#copyright a {
	color: #444;
}