html, body { height:100%; }

body {
margin: 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
background: #FCEBBE url('../images/background.jpg') repeat-y 50% 0;
width: 100%;
color: #463400;
}

#wrapper {
margin: 0;
padding: 0;
background: url('../images/design-a-wedding-logo.jpg') no-repeat 50% 0;
}

#body {
padding: 85px 0 0 0;
margin:0 auto;
text-align:center;
width:611px;
}

h1 {
margin: 0 0 0 -10000px;
padding: 0;
font-family: "Times New Roman", Arial, sans-serif;
font-size: 250%;
color: #675133;
letter-spacing:2px;
}

h1 span {
text-transform: uppercase;
font-size: 85%;
}

h2 {
margin: 20px 0 9px 0;
padding: 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:medium;
color: #AD5E00;
letter-spacing:0.5px;
line-height: 1.4em;
}

h3 {
text-align: left;
}

#navigation {
	width: 100%;
background: #FFFFFF;
filter: alpha(opacity=60); /* internet explorer */
-khtml-opacity: 0.6;      /* khtml, old safari */
-moz-opacity: 0.6;       /* mozilla, netscape */
opacity: 0.6;           /* fx, safari, opera */
	/* Fallback for web browsers that doesn't support RGBa */
	//background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	//background: rgba(255, 255, 255, 0.6);
text-align: center;

}

#navigation ul {
margin: 0;
padding: 0;
text-align: center;	
}

#navigation ul li {
display: inline;
margin: 0;
padding: 0;
padding: 0 20px 0;
line-height: 2.5em;
}

#navigation ul li a {
color: #63004b;
text-transform: uppercase;
}

ul {
text-align: left;
font-size: 15px;
list-style-type:circle;
}


#wrapper img {
padding: 0;
}

p {
text-align: left;
font-size: 15px;
line-height: 1.7em;
font:Georgia, "Times New Roman", Times, serif;
}

#footer {
width: 600px;
margin:0 auto;
padding: 30px 0 20px 0;
text-align:center;
line-height: 1.5em;
font-weight: bold;
font-size: small;
}

#footer a {
color: #AD5E00;
}

.name {
font-style: italic;
display: block;
width: 85%;
border-top: 1px solid #ffe69f;
}

.highlight {
font-weight: bold;
font-size: 14px;
display: block;
width: 85%;
border-bottom: 1px solid #ffe69f;
padding-bottom: 15px;
}

hr {
border-top: 1px solid #675133;
color: #FDE1B2;
}

strong {
color: #AD5E00;
}

br {
line-height: 10px;
}

.gallery {
width: 100%;
text-align: center;
margin: 20px auto;
}

#wrapper .gallery a img {
	border: none;
	padding: 6px;
	margin: 5px;
	background: #FCEBBE
}

.gallery .box {
display: inline;
width: 150px;
}

label {
float: left;
width: 10em;
}

textarea {
height: 180px;
width: 350px;
}

