* {

	margin:0;

	padding:0;

	}



html, body {

	height: 100%;
	text-align:center;/* center container horizontally IE5.5 fix */

	}
	
ul{

	list-style-type: none;	

	text-decoration: none;

	}

a {
	outline: none;
	text-decoration: none;


}

li { list-style-type: none;}





/*#floater	{float:left; height:50%; margin-bottom:-300px;} dit is om te voorkomen, dat als scherm qua hoogte kleiner is dan container, er een stuk afgeknipt wordt aan de bovenkant!
#container	{clear:both; height:600px; position:relative;}*/

#floater {
float:left; height:50%; margin-bottom:-300px;
width:1px;/*zodat het ook in IE6 en IE7 werkt */

}

#container {
	
	height:600px;	
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	position: relative; 
text-align:left; /* counter the body center, div center IE5.5 fix */ 
clear:both; 
}


#header {
	position:absolute;
	height: 100px;
	width: 1024px;
	top: 0px;
	background-image: url(../slices/Sister-logo.jpg);
	text-indent:-9999px;
}

#nav {
	position:relative;
	height: 500px;
	width: 180px;
	left: 0px;
	top: 100px;
	background-image: url(../nav/Sister-nav.jpg);
	
}
#main {
	position: absolute;
	height: 500px;
	width: 844px;
	left: 180px;
	top: 100px;
	background-image: url(../slices/sister_main.jpg);
	background-repeat: no-repeat;
}

#content {
	height: 338px;
	width: 563px;
	background-image: url(../slices/sister_content1.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 110px;
	top: 100px;	
}
p, ul { 
	text-indent: -9999px;
}
#nav ul {
	position: relative;
	height: 100%;
	width: 180px;
	left: 0px;
	top: 0px;
	
}
#nav li#sister a, #nav li#issues a, #nav li#contact a {
    display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent:-9999px; /*ipv span display none*/
}
#nav li#sister a {
	position: absolute;
	height: 70px;
	width: 180px;
	background-image: url(../nav/sister2.jpg);
	top: 115px;
	left: 0px;
	}
#nav li#sister a:hover {
	
	background-position: -180px 0px;
}
#nav li#issues a{
	position: absolute;
	left: 0px;
	top: 185px;
	background-image: url(../nav/issues2.jpg);
	height: 80px;
	width: 180px;
	}
#nav li#issues a:hover {
	background-position: -180px 0px;
}
#nav li#contact a{
	position: absolute;
	height: 80px;
	width: 180px;
	left: 0px;
	top: 269px;
	background-image: url(../nav/contact2.jpg);
	
}
#nav li#contact a:hover{
	background-position: -180px 0px;
}

#back {
	position: absolute;
	left: 21px;
	top: 240px;
	height: 16px;
	width: 37px;
	visibility: hidden;
	}


#more{
	position: absolute;
	left: 52px;
	top: 240px;
	height: 16px;
	width: 37px;
	
}

