/* CSS Document */

body {background-color:#000000; color:#fff;padding:0 0 0 0;margin:0 0 0 0; text-align:center;}
	 
#black {
    background-image: url("images/black70.gif");
	background-repeat:repeat-x;
	height:70px;
	}
	
#stripes {	
	background-image: url("images/stripes.gif");
	height:18px;
	background-repeat:repeat-x;
	}

#linda {
	 float:left;
	 position:absolute;
	 top:24px;
	 left:4%;
	 }
	 
#nav {
      text-align:left;
	  margin-left: 8%; 
	  margin-top: 3px;
	  font-family:verdana, geneva, arial, sans-serif; 
      font-size:10px;
	  font-weight:bold;
}

#main {
	
	width:640px;
	margin:50px auto;
	font-size:0px;
	line-height:17px;
	text-align:left;
	font-family:verdana, geneva, arial, sans-serif; 
	font-size:10px;
	color:#FFFFFF;
}

#about_main {
	
	width:640px;
	margin:50px auto;
	line-height:19px;
	text-align:left;
	font-family: Times New Roman, Times, serif;
	font-size:14px;
	color: #666666;
}
	

#portraits {
     margin-top:20px;
}

#stripes2 {	
	background-image: url("images/stripes2.gif");
	height:18px;
	background-repeat:repeat-x;
	
	}
#copyright {
     font-family:verdana, geneva, arial, sans-serif; 
	 font-size:10px;
	 left:4%;
	 float:left;
	 position:absolute;
	 margin-top:5px;
}

A {
	text-decoration: none;
    color:#993300;
	} 

A:visited {	
    text-decoration: none;
	color:#993300;
	}

A:hover {
	
	color:#FFFFFF;
}	
