* {
	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/issues_main.jpg);
	background-repeat: no-repeat;
}

#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;
}

#main ul {
	
	position: relative;
	left: 125px;
	top: 182px;
	height: 147px;
	width: 500px;
}
#main li#one a, #main li#two a, #main li#three a{
text-indent:-9999px;
}


#main li#one a {
	background-image: url(../issues/issues5.jpg);
	position: absolute;
	height: 147px;
	width: 119px;
	left: 0px;
	top: 0px;
}

#main li#one a:hover { background-image:url(../issues/issues5_over.jpg)
}
#main li#two a{
	background-image: url(../issues/issues4.jpg);
	position: absolute;
	height: 147px;
	width: 119px;
	left: 179px;
	top: 0px;
}
#main li#two a:hover {
	background-image: url(../issues/issues4_over.jpg);
}
#main li#three a{
	background-image: url(../issues/issues3.jpg);
	float: left;
	height: 147px;
	width: 119px;
	position: absolute;
	left: 360px;
	top: 0px;
}
#main li#three a:hover {
	background-image: url(../issues/issues3_over.jpg);
}
ul#nmbrs {
	height: 20px;
	width: 500px;
	position: relative;
	background-repeat: no-repeat;
	top: 191px;
}
li#nmbrs1{
	height: 18px;
	width: 28px;
	position: absolute;
	left: 51px;
	top: 0px;
}
li#nmbrs2{
	height: 18px;
	width: 28px;
	position: absolute;
	left: 230px;
	top: 0px;
	
}
li#nmbrs3{
height: 18px;
	width: 28px;
	position: absolute;
	left: 408px;
	top: 0px;
}

#prev {
	position: absolute;
	left: 440px;
	top: 470px;
	height: 30px;
	width: 140px;
}

