@charset "UTF-8";
/* CSS Document */



body  {
	font:  small/1.6em Geneva, Arial, Verdana, san-serif;
	background-image:  url(../images/powerline.jpg);
	background-repeat:  no-repeat;
	background-position:  center 45px ;
}
#allcontent  {
	Width: 800px;
	
	padding-top:  5px;
	padding-bottom:  0px;
	
	margin-left:  auto;
	margin-right:  auto;
		
} 
body  {
	font:  small/1.6em Geneva, Arial, Verdana, san-serif;
	
}

#home   {
     text-align:  right;
	 font:  .85em Geneva, Arial, Verdana, san-serif;
}


#contact   {
	padding-left:  85px;
	padding-top:  145px;
}

.backnext   {
	position:  absolute;
	text-align:  right;
	top:  10px;
	right:  5px;
	font-size:  85%;
}
.backnext a:link  {
	text-decoration:  none;
}
.backnext a:visited  {
	text-decoration:  none;
}
.backnext a:hover  {
	border-bottom:  1px solid #333;
}

a:link  {

    color:                  #333;
	text-decoration:	none;	
}
a:visited  {
       color:                 #333;
	   text-decoration:	none;
}
a:hover {
          color:                   #333;
		  text-decoration:	none;
}
ul a:hover  {

          color:                   #000;
          border-bottom:           1px solid #333;
}

#footer { 
  text-align: center;
  color: #666;
  font-size:  .75em;
  font-family:  Verdana, Arial, Geneva, sans-serif;
  line-height:  1.25em;
  display: inline;
}
#footer a:link {
 	color:  #666;
	text-decoration:  none;
}
#footer a:visited {
 	color:  #666;
	text-decoration:  none;
}
#footer a:hover {
 	color:  #666;
	 border-bottom:           1px solid #333;
}




