/* saapestyle.css*/

body {
	background: #000;
	font-family: verdana;
	color:#555;
	text align: center;
	}
 
a {
	color: #555; 
	text-decoration: none;
	}

a:hover {
	color: #999;
	text-decoration: none;
	}
ul {
	list-style-type: disc;
	margin: 0 auto;
	padding: 0 5px 0 15px;
	font-size: 12px;
	}


img {
	border: 0px;
	}


#contain {
	margin: 0px auto;
	padding: 0px;
	width: 710px;
	position: relative;
	top:-14px;
	}

#anisaape {
	position: absolute;
	top:0;
	left:416px;
	}

#saapeQ {
	position: absolute;
	top:285px;
	left:115px;
	}

#sightsquares {
	position: absolute;
	top:284px;
	left:413px;
	}
#s2 {
	margin: 25px 0 0 0;
	}

#headline {
	text-align: center;
	color: #ddd;
	margin-bottom:9px;
	}

#subhead {
	text-align: center;
	color: #999;
	font-size: 12px;
	margin: 0 0 10px 0;
	}


#left-l {
	float: left;
	width: 235px;
	}

#center-l {
	float: left;
	width: 235px;
	border-left: 0px dotted #555;
	border-right: 0px dotted #555;
	padding-top: 0px;
	padding-bottom:0px;
	}

#right-l {
	float: left;
	width: 235px;
	}

#copyright {
	clear:both;
	padding-top: 25px;
	text-align: center;
	font-size: 10px;
	}

#supfix {
	margin-top: -2px;
	}

li {
	margin-bottom:4px;
	}