#container 
{
	margin: 0px auto 0px auto;
	width: 1000px;
	padding: 0px;
      }
#intro-text
{
  Float: left;
  left: 5px;
  padding: 0px;
  width: 460px;
}
#intro-slide
{
  margin-left: 480px;
  width: 510px;
  padding: 0px;
  margin-right: 5px;
}
#intro-header
{
height: 100px;
	color: #fff;
}
body {
	background: #000;
	background-image:url('orange.gif');
	background-repeat:repeat-x;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 0;
	margin: 0 auto;
	font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	}
em {
	color: orange;
	}
p {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	}
.largehead {
	font-size: 44px;
	line-height: 38px;
}
.smallhead {
	font-size: 18px;
	color: #fff;
}
/*.smallheadnav {
	font-size: 18px;
	text-align: right;
	color: #fff;
	text-decoration: none;
}*/
span.left {
position: absolute;
left: 0;
}
span.right {
position: absolute;
right: 0;
}
div.line {
font-size: 18px;
position: relative;
text-align: center;
width: 100%;
}
.head-para {
padding: 5px 0px;
}
/*a.smallheadnav:link { text-decoration: none; }
a.smallheadnav:visited { text-decoration: none; }
a.smallheadnav:hover { text-decoration: underline; }
a.smallheadnav:active { text-decoration: underline; } */
div.line a { text-decoration: none; color: #fff; }
div.line a:visited { text-decoration: none;: }
div.line a:hover { text-decoration: underline; }
div.line a:active { text-decoration: underline;} 
#footer {
	margin: 50px auto 0px auto;
	font-size: 10px;
	color: orange;
	line-height: 10px;
	position: relative;
/*	background-image:url('orange.gif');
	background-repeat:repeat-x;
*/
}
#footer a { text-decoration: none; color: orange; }
#footer a:visited { text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer a:active { text-decoration: underline;} 
