

/* Generic Selectors */

body {
text-align: center;
font-family: Arial, sans-serif;
font-size: 12px;
color: #f1f0f0;
background-position: top center;
background-repeat:repeat;
background-color: #000000;
}

p {
width: 100%;
}

p.title {
width: 97%;
}

p.bar {
width: 100%;
background: transparent;
text-align: center;
margin: 0;
}

li {
list-style-type: none;
line-height: 150%;
list-style-image: url(../images/arrowSmall.gif);
}


h1 {
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: bold;
color: #f1f0f0;
text-align: center;
}

 img.floatLeft { float: left;
margin-right: 15px; }

 img.floatRight { float: right;
margin-left: 15px; }

img {
border: none;
}

/**************** Pseudo classes ****************/

a:link {
color: #f1f0f0;
text-decoration: none;
font-weight: normal;
background-color: transparent;
border: 0px;
}

a:visited {
color: #f1f0f0;
text-decoration: none;
font-weight: normal;
background-color: transparent;
border: 0px;
}

a:hover {
color: #cc3333;
font-weight: normal;
text-decoration: none;
background-color: transparent;
border: 0px;
}

a:active {
color: #cc3333;
font-weight: normal;
border: 0px;
}

#navigation a:link,
#navigation a:visited
{
display: block;
text-decoration: none;
color: #f1f0f0;
background: #000000;
padding: 2px;
border: 0px;
}

#navigation a:hover
{
background: #000000;
}

#navigation a:active
{
background: #000000;
}

/************************* ID's *************************/
#book { background: url(images/BgdDoor.jpg);
 	background-position: top center;
	 background-repeat: no-repeat;
	 height: 940px;
 	width: auto;
  }

#book1 { background: url(images/BgdA5.jpg);
 	background-position: top center;
	 background-repeat: no-repeat;
 	width: auto;
	 height: 940px;
	border:0px;
	margin:0px;
	padding:0px;
 
  }

#book2 { background: url(images/BgdFilm.jpg);
 	background-position: top center;
	 background-repeat: no-repeat;
 	width: auto;
	 height: 940px;
	border:0px;
	margin:0px;
	padding:0px;
 
  }

#horizon  {
	background-color: transparent;
	color: white;
	text-align: left;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	border:0px;
	margin:0px;
	padding:0px;
	display: block;
 	}

#wrapper   {
	background-color: transparent;
	margin-left: -575px;
	position: absolute;
	left: 50%;
	width: 1150px;
	visibility: visible;
	border: 0px;
	margin: 0px;
	padding: 0px;
 	}

#content   {
	position: absolute;
	background-color: transparent;
	width: 1150px;
	height: 654px;
	font-weight: normal;
	text-align: justify;
	font-family: Arial, sans-serif;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

#title   {
	position: absolute;
	background-color: transparent;
	width: 1020px;
	top: 165px;
	margin-left:-510px;
	font-weight: normal;
	text-align: justify;
	font-family: Arial, sans-serif;
	border: 0px;
	padding: 0px;
	}


#films   {
	position: absolute;
	background-color: transparent;
	width: 1015px;
	top: 270px;
	margin-left:-506px;
	font-weight: normal;
	text-align: justify;
	font-family: Arial, sans-serif;
	border: 0px;
	padding: 0px;
	}



#navbar   {
	background-color: transparent;
	margin-left: 210px;
	margin-top: 80px;
	position: absolute;
	visibility: visible;
	border:0px;
	padding:0px;
	}


#copyright   {
	background-color: transparent;
	text-align: center;
	top:760px;
	left:-90px;
	position: absolute;
	width: 250px;
	visibility: visible;
	border:0px;
	padding:0px;
	margin:0px;
font-size: 8px;
	}

