/* Generic Selectors */

body {
text-align: center;
font-family: Arial, sans-serif;
font-size: 12px;
color: #ebdeb2;
background: url(images/HorsemanTop.jpg);
background-align: center;
background-position: Top Center;
background-repeat: no-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);
}

.scrollbar {
scrollbar-face-color:#000000;
scrollbar-base-color:#000000;
scrollbar-arrow-color:#333333;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
}

h1 {
font-family: Arial, sans-serif;
font-size: 16px;
font-weight: bold;
color: #999999;
text-align: center;
}

 img.floatLeft { float: left;
margin-right: 15px; }

 img.floatRight { float: right;
margin-left: 15px; }

img {
border: none;
margin-right: 0px;
}

/**************** Pseudo classes ****************/

a:link {
color: #ebdeb2;
text-decoration: none;
font-weight: normal;
background-color: transparent;
}

a:visited {
color: #ebdeb2;
text-decoration: none;
font-weight: normal;
background-color: transparent;
}

a:hover {
color: #ffffcc;
font-weight: normal;
text-decoration: none;
background-color: transparent;
}

a:active {
color: #ffffcc;
font-weight: normal;
}

#navigation a:link,
#navigation a:visited
{
display: block;
text-decoration: none;
color: #ffffcc;
background: #000000;
padding: 2px;
border: outset #ffffff 2px;
}

#navigation a:hover
{
background: #ffffff;
}

#navigation a:active
{
background: #ffffff;
}

/************************* ID's *************************/
#book { 
 	background-position: top center;
	 background-repeat: no-repeat;
	 width: auto;
 	 }

#horizon  {
	background-color: transparent;
	color: ffffcc;
	text-align: left;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	border:0px;
	margin:0px;
	padding:0px;
	display: block;
 	}

#content   {
	background-color: transparent;
	margin-left: -370px;
	position: absolute;
	left: 50%;
	width: 740px;
	visibility: visible;
	border:0px;
	margin:0px;
	padding:0px;
 	}


#main {
	position: absolute;
	background-color: transparent;
	width: 1000px;
	height: auto;
	top: 170px;
	margin-left: -500px;
	font-weight: normal;
	text-align: justify;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

#video  {
	position: absolute;
	background-color: transparent;
	width: 367px;
	height: 370px;
	left:10px;
	top:200px;
	font-weight: normal;
	text-align: justify;
	font-family: Arial, sans-serif;
	border:0px;
	padding:0px;
	margin:0px;
	}


#stills   {
	position: absolute;
	background-color: transparent;
	width: 270px;
	top:200px;
	height: 225px;
	font-weight: normal;
	text-align: justify;
	font-family: Arial, sans-serif;
	border:0px;
	padding:0px;
	margin:0px;
	}


#copyright   {
	background-color: transparent;
	text-align: center;
	top:888px;
	left:-311px;
	position: absolute;
	width: 650px;
	visibility: visible;
	border:0px;
	padding:0px;
	margin:0px;
	font-size: 8px;
	height: 201px;
	}
