body {
    background-color:#006600;
	margin:0px;
	padding:0px;
	font-family: Verdana, arial, helvetica, sans-serif;
	background-image:
    url('eggsSW.jpg');
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position:center; 
	
	}

p {	/*border:1px solid red;*/
    background-color:#006600;
     /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
	font:10px/16px  Verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:10px 10px 10px 20px;;
	color: #FFFFFF;
	}




h1 {
	font:28px   Verdana, arial, helvetica, sans-serif;
	font-weight:bold;
    color:#999999;  
    padding-left:27px;
	}

a {
    /*border:1px solid red;*/
    background-color:#006600;
     /* for IE */
    filter:alpha(opacity=80);
    opacity:0.8;
    font:10px Verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    }
a:link { 
	text-decoration: none; 
	color: #FFFFFF; 
	}
a:visited { 
	text-decoration: none; 
	color: #CCCCCC;
	}
a:hover { 
	text-decoration: none; 
	color: #FF0000;
	}
a:active { 
	text-decoration: none;  
	color: #FF0000;   
	}

#Content {
	min-height:490px;
	}

#Menu {
	width:250px;
	padding:0px;
	margin:70px 0px 0px 50px;     
	}

 
#Copyright {
    
	clear:both;
	padding: 0px 30px 0px 0px;
	text-align:right;
	}

 
span {	/*border:1px solid red;*/
    background-color:#006600;
     /* for IE */
  filter:alpha(opacity=80);
  /* CSS3 standard */
  opacity:0.8;
     font-size:8px;
     font-style:italic;
     color: #000000;
	}
	

div.wrapper
{
	margin-bottom: 0em;
	margin-left: 0em;
}
ol
{
    list-style-type: none;
	padding:0px 0px 25px 0px;     /* top right bottom left */
    margin:0px 0px 0px 0px; 
	width: 30em;  /* room for 3 columns */
}
ol li
{
    
    list-style-type: none;
	float: left;
	width: 10em;  /* accommodate the widest item */
}

br.wrapper
{
   
	clear: left;
}


