body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
	background-color:	#ffffcc;
    }

#main {
  width: 780px;
	}

.logo {
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  }

h1  {
  color: #ff0000;
  }

.small {
  font-size:10px;
	}
	
#nav {
    height: 16px;
	background-color: #ff0000;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #ffff00;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	}

a:link.plain, a:visited.plain {
   color: #000000; 
   }
   
a:hover.plain {
    color: #663399;
	background-color: #ffffff;
	 }
	 
a:link, a:visited {
   color: #ffff00; 
   }
a:hover {
    color: #ff0000;
	background-color: #ffff00;
	 }	

.strong {
  font-weight: bold;
  font-size: 14px;
	}

.content {
  text-align: left;
  font-size: 14px;
	}
	
.left {
    float: left;
	width: 250px;
	text-align: left;
	margin-left: 80px;
	margin-right: 60px;
	}
	
.right {
    float: right:
	width: 250px;
	text-align: left;
	margin-left: 190px;
	}
	
.leftphotos {
    float: left;
	width: 200px;
	}
	
.rightphotos {
    float: right;
	width: 200px;
	}
	
.narrow {
    width: 90%;
	font-size: 14px;
	text-align: left;
	margin-left: 20px;
	}
	
.center {
   text-align: center;
   padding: 20;
   }
	
