

body {
	font-family:"Courier New", Courier, mono;
	color:white;
	background-color:black; 
	padding:0px;
	margin:0px;
}

div {
	padding:5px;
}

#logo {
	border: 1px dashed white;
	position: absolute;
	left: 10px;
	top: 10px;
	width:790px;
	text-align:center;
	height:60px;
}
#container {
	position:absolute;
	left:10px;
	top:90px;
	padding:0px;
}
#menu {
	border: 1px dashed white;
	float:left;
	font-weight:bold;
	width:200px;
	margin-bottom:10px;
}
#content {
	border: 1px dashed white; 
	margin-left:220px; 
	font-weight:bold;
	width:570px;
	margin-bottom:10px;
	min-height:400px;
}
#footer {
	clear:left;
	border-top: 1px dashed white; 
	margin-top:10px;
	text-align:center;
	font-size:10px;
	width:790px;
}


p, h1, h2, h3, h4, h5 {
	margin:0px 0px 10px;
}

img.coverimg {
	float:left;
	margin:0px 10px 10px 0px;	
}


img {
	border:none;
}


a:link, a:visited {
	color:white;
	text-decoration: underline;
}
   a:hover {
	text-decoration: none;
}

#menu a:link, #menu  a:visited {
	color:white;
	text-decoration:none;
}
#menu  a:hover {
	text-decoration:underline;
}


/* utils */
.clearleft {clear:left;}
.clearright{clear:right;}
.clearboth{clear:both;}

