body { color: black; background-image: url(../images/splashBackground.jpg); background-attachment: fixed; background-position: center top; background-repeat: repeat; }

#mainBackground { background-image: url(../images/bg_bottom.jpg); background-repeat: repeat-y; background-position: left bottom; position: relative; top: 0; z-index: 1; }

#navMenu { 
		width: 10em; 
		border-right: 1px solid #000; 
		padding: 0; 
		margin-bottom: 1em; 
		font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; 
		background-color: #921515; 
		color: #333; 
		position: absolute; 
		top: 250px; 
		left: 5px; 
		z-index: 2; 
		}
#hours { color: #000; font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif; font-weight: bold; background-color: white; margin-bottom: 1em; padding: 0; position: relative; z-index: 3; top: 250px; left: 5px; width: 10em; border-right-style: solid; }
#navMenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#navMenu li {
		border-bottom: 3px solid #921515;
		margin: 0;
		}

#navMenu li a { display: block; padding: 4px 5px 4px 0.5em; border-left: 10px solid #c71818; border-right: 10px solid #174167; background-color: #11314e; color: #fff; font-size: smaller; text-decoration: none; width: 100%; }

html>body #navMenu li a {
		width: auto;
		}

#navMenu li a:hover { color: #fff; font-weight: 800; border-left: 10px solid #c71818; border-right: 10px solid #c71818; background-color: #11314e; position: relative; left: 20px; }

#content { color: #000; font-size: 12pt; font-family: tahoma; text-align: left; position: absolute; top: 220px; left: 200px; z-index: 3; float: inherit; max-width: 600px; }
#twitter { position: absolute; top: 180px; left: 260px; }
#wedding { position: absolute; top: 160px; left: 200px; }
#map { position: absolute; top: 180px; left: 190px; }
#quoteform { position: absolute; top: 120px; left: 260px; width: 500px; height: 1200px; }
#find_us { color: #921515; font-size: medium; font-weight: bold; text-decoration: underline; position: absolute; top: 400px; left: 190px; max-width: 500px; }

