html { margin:0px; padding:0px; height:100%; border:none; } 

body	{
		background: #FFFFFF; 
		margin:0px;
		height:100%;
}

div#pageEllie{ 
				background-image: url(../images/main/EllieK-back.jpg); 
				background-repeat:no-repeat; 
				background-position:top left; 
				background-attachment: fixed;
				height:100%;
				}
p  {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E7CE9C;
	text-decoration: none;
	text-align:left;
	margin:10px;
}

.reg {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFCC33;
	text-decoration: underline;
}
a.reg:link
{
    font-size: 11px;
    color: #FFCC33;
    text-decoration: underline
}
a.reg:visited
{
    font-size: 11px;
    color: #FFCC33;
    text-decoration: underline
}
a.reg:hover
{
    font-size: 11px;
    color: #FFFF99;
    text-decoration: underline
}
a.reg:active
{
    font-size: 11px;
    color: #FFCC33;
    text-decoration: underline
}
.regstock {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC33;
	text-decoration: underline;
}
a.regstock:link
{
    font-size: 11px;
    color: #FFCC33;
    text-decoration: underline
}
a.regstock:visited
{
    font-size: 11px;
    color: #FFCC33;
    text-decoration: underline
}
a.regstock:hover
{
    font-size: 11px;
    color: #FFFF99;
    text-decoration: underline
}
a.regstock:active
{
    font-size: 11px;
    color: #FFCC33;
    text-decoration: underline
}
.regstock1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #E7CE9C;
	text-decoration: none;
}
a.regstock1:link
{
    font-size: 11px;
    color: #E7CE9C;
    text-decoration: none
}
a.regstock1:visited
{
    font-size: 11px;
    color: #E7CE9C;
    text-decoration: none
}
a.regstock1:hover
{
    font-size: 11px;
    color: #FFCC33;
    text-decoration: underline
}
a.regstock1:active
{
    font-size: 11px;
    color: #E7CE9C;
    text-decoration: none
}
.inpTxt{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #333333;
	border: 1px solid #666666;
}
#footer {
  	padding: 0px;
	width: 100%;
	height: 25px;
	background: #000 url(nav_bground.gif) repeat-x left bottom;
  	text-align: left;
}

.scrollbox  img {
	border:none;
}

.scrollbox a img {
	filter: alpha(opacity=50);
	-moz-opacity:.50; 
	opacity:.50
}

.scrollbox a:hover img {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0
}

.alpha {
	filter: alpha(opacity=50);
	-moz-opacity:.50; 
	opacity:.50;
}

.alpha:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}


#nav {
  width: 800px;
  margin: 0 auto;
}

ul {
	list-style: none;
}

ul li {
  float: left;
}

ul a {
  	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	color: #333333;
  	float: left;
 	height: 25px;
  	line-height: 25px;
	border-left: 1px solid #000000;
  	padding: 0 10px 0 10px;
	color: #FFF;
	text-decoration: none;
}

#nav li a:hover {
  background: #000 url(nav_bground_h.gif) repeat-x left bottom;
}
.last {
	border-right: 1px solid #000;
}

