@charset "UTF-8";
/* CSS Document */

body {
	
	margin: 0px;
	
}

#topspan {
	
	width: 100%;
	background-color: black;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	color: white;
	height: 20px;
	
}

#container {
	
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
}

#header {
	
	height: 171px;
	width: 800px;
	text-align: center;
	
}

#news {
	
	background-image: url(images/gwaaaah_color.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 420px;
	width: 800px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

h1 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	margin-bottom: 6px;
	
}

p {
	
	font-family: verdana;
	font-size: 11px;
	width: 380px;
	line-height: 20px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

}

li {
	
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
	
}

#forsale {
	
	text-align: center;
	padding-top: 10px;
	
}

a {
	
	text-decoration: none;
	border: 0px;
	color: #600;
	
}

a:visited {
	
	color: #600;
	
}

a:hover {
	
	color: #FC0;
	
}

#topspan a:visited {
	
	color: white;
	
}

#topspan a:hover {
	
	color: #FC0;
	
}


img {
	
	border: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	
}

p#bottom {
	
	width: 800px;
	text-align: center;
	margin-top: 20px;
	
}
