

/* Generic Selectors */

body {
background: url(images/truckbgd.jpg);
background-position: top center;
background-repeat:no-repeat;
text-align: center;
font-family: Arial, sans-serif;
color: #f1f0f0;
background-color: #000000;
}

p {
width: 97%;
}

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: #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;
}

a:visited {
color: #f1f0f0;
text-decoration: none;
font-weight: normal;
background-color: transparent;
}

a:hover {
color: #cc3333;
font-weight: normal;
text-decoration: none;
background-color: transparent;
}

a:active {
color: #cc3333;
font-weight: normal;
}

#navigation a:link,
#navigation a:visited
{
display: block;
text-decoration: none;
color: #f1f0f0;
background: #000000;
padding: 2px;
border: outset #ffffff 2px;
}

#navigation a:hover
{
background: #ffffff;
}

#navigation a:active
{
background: #ffffff;
}

/************************* ID's *************************/
#book {
	background-color: transparent;
	background-position: top center;
	background-repeat:no-repeat;
   	 height: 940px;
 	width: auto;
	border:0px;
	margin:0px;
	padding:0px;
  }

#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;
 	}

#wrapper   {
	background-color: transparent;
	margin-left: -575px;
	position: absolute;
	left: 50%;
	width: 700px;
	visibility: visible;
	border:0px;
	margin:0px;
	padding:0px;
 	}

#content   {
	position: absolute;
	background-color: transparent;
	width: 700px;
	height: 654px;
	font-weight: normal;
	text-align: justify;
	font-family: Arial, sans-serif;
	border:0px;
	margin:0px;
	padding:0px;
	}

#video {
position: absolute;
background-color: transparent;
width: 320px;
height: 255px;
top : 120px;
left:0px;
	border:0px;
	margin:0px;
	padding:0px;
font-weight: normal;
text-align: justify;
font-family: Arial, sans-serif;
}

#copyright   {
	background-color: transparent;
	text-align: center;
	top:650px;
	left:-340px;
	position: absolute;
	width: 650px;
	visibility: visible;
	border:0px;
	padding:0px;
	margin:0px;
font-size: 10px;
	}