@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	color: #eeeeee;
}
body {
	background-color: #fcffd6;
}

#containing {margin:0 auto;
			 max-width:970;
			 width:970px;
			 }
			 

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#777777;
}
a:hover {
	text-decoration: underline;
	color: #1e5e6f;
}
a:active {
	text-decoration: none;
	color: #1e5e6f;
}

h1 { margin-top:0px;
	 font-size:24px; 
	 line-height:26px;
	 } 
	 
h2 { margin-top:0px;
	 font-size:14px; 
	 line-height:16px;
	 font-weight:bold;
	 } 

#header {margin-top: 5px;
		 float:none;
		}
		
#weddings {float:left;
		   margin-right:20px;
		   margin-top:17px;
		   }
		   
#couples {float:left;
		  margin-right:20px;
		  margin-top:17px;
		   }
		   
#families {float:right;
		   margin-top:17px;
		   }
		   

		 
#credit {float:left;
		 margin-top:25px;
		 font-size:9px;
		 color:#666666;
		 margin-left:200px;
		 }
		 
#about_text {max-width:500px;
			 margin-top:25px;
			 float:left;
			 }
			 
#about_pic {float:right;
			margin-top:8px;
			}
			
#bot_menu {float:none;
			margin-top:395px;
			margin-left:40px;
		   }
		
#footer_text {float:none;
		 margin-top:30px;
		 font-size:9px;
		 color:#666666;
		 margin-left:10px;
		 }