/* CSS Document for Main Homepage */
body {
	font-family: Georgia, Verdana, Arial, sans-serif;
    text-align: center;
}

.container {
    width: 800px;
    height: 0px; /* This eliminates padding below the Footer. */
    margin-left: auto; /* These two lines automatically center the container. */
    margin-right: auto;
    text-align: left; /* This resets the text to be justified left to counteract the body text-align, which was set to "center" to fix centering bug in IE: */
}

.logo {
    position: relative;
	width: 0px;
    height: 0px; 
	left:10px
}

	a:link {color: blue; text-decoration:none;}
    a:visited {color: blue;text-decoration:none;} 
    a:hover {color: #FF6600;text-decoration:none;}

.weddings_button {
    position: relative;
	width:0px;
	left:25px;
	top: 320px; 
}

.special_button {
    position: relative;
	width:0px;
	left:262px;
	top: 100px; 
}

.corporate {
    position: relative;
	width:0px;
	left:574px;
	top: -140px; 
}

.footer {
    position: relative;
    width: 787px;
	left:0px;
	top: -70px; 
	font-size:11px;
	text-align:center;
}
