* {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	padding: 0px 25px 25px 25px;
	font-family: Futura, Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	background-color: #000000;
}

td {
	font-size: 11px;
	line-height: 14px;
}

.blue {
	color: #0095DA;
}

li {
	list-style: inside; 
	margin-left: 4em;
	text-indent: -2em;
}

div#background {
	width: 700px;
	height: 615px;
	border: 0px green solid;
	float: center;
	margin: 0px auto 0px auto;
	position: relative;
	z-index: 0;
}

div#header {
	width: 700px;
	height: 200px;
	position: absolute;
	top: 0px;
	border: 0px green solid;
	background: url(../images/header.jpg);
	background-repeat: no-repeat;
}

div#navbar {
	width: 700px;
	height: 30px;
	position: absolute;
	top: 205px;
	border: 0px green solid;
	white-space: nowrap;
}

div#content {
	width: 700px;
	height: 290px;
	position: absolute;
	top: 270px;
	float: left;
	border: 0px red solid;
}

H1 {
	margin-top: -4px;
	margin-left: -2px;
	top: 228px;
	color: #001E2C;
	font-weight: bold;
	font-size: 29px;
	line-height: 30px;
	letter-spacing: 3px
}

div#left {
	width: 450px;
	height: 290px;
	float: left;
	border: 0px #555555 solid;
	overflow: auto;
}

div#right {
	border: 0px red dashed;
	width: 235px;
	height: 290px;
	padding-left: 10px;
	float: right;
	border-left: 1px #0095DA solid;
}

div#quote {
	margin-top: -5px;
	font-size: 0.9em;
	line-height: 1.2em;
}

div#footer {
	width: 700px;
	height: 25px;
	position: absolute;
	bottom: 0px;
	border: 1px #0095DA solid;
	text-align: center;
	font-size: 0.9em;
	letter-spacing: 2px;
	line-height: 25px;
	color: #FFFFFF;
}

.footer a {
	text-decoration: none;
	color: #FFFFFF;
}

.footer a:hover {
	color: #008AD1;
}

a {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #008AD1;
}

div#menu3 {
	padding: 3px 0px 3px 0px;
	position: absolute;
	top: 27px;
	width: auto;
	height: auto;
	z-index: 1;
	visibility: hidden;
}

.subnav a {
   border: 1px solid #666666;
   background: #38393B;
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: none;
   padding: 3px 15px 3px 15px;
}

.subnav a:hover {
   background: #008AD1;
}

/* Begin Scroller */

#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 400px;
  height: 290px;
}
#Scroller-1 p {
  margin: 0; padding: 10px 20px;
  font-family: Futura, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-indent: 20px;
  color: #6F6048;
}
.Scroller-Container {
  position: absolute;
  top: 0px; left: 0px;
}
.Scrollbar-Up {
  cursor: pointer;
  position: absolute;
  bottom: 25px; right: 255px;
}
.Scrollbar-Down {
  cursor: pointer;
  position: absolute;
  bottom: 0px; right: 255px;
}
.Scrollbar-Left {
  cursor: pointer;
  position: absolute;
  top: 220px; left: 0px;
}
.Scrollbar-Right {
  cursor: pointer;
  position: absolute;
  top: 220px; left: 380px;
}

/* End Scroller */
