/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #D2C6C9;
	font-family:Arial, Helvetica, sans-serif;
	color: #555753;
	font-size: 95%;
	}
#container {
	position: relative;
	margin: 20px auto 0 auto;
	width: 770px!important;
	width /**/: 770px;
	height: 600px;
	background: url(../images/background.jpg);
	background-position: top;
	color: #000000;
	}
#container_contact_us {
	position: relative;
	margin: 20px auto 0 auto;
	width: 770px!important;
	width /**/: 770px;
	background:url(../images/background_contact_us.jpg);
	background-position: top;
	color: #000000;
	}

/* CSS code to format the text area on each page */
#content {
	padding: 80px 0 0 152px;
	width: 465px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .75em;
	line-height: 1.5;
	text-align: justify;
	margin: 0 0 10px 0;
	}
#content li {
	font-size: .75em;
	line-height: 1.6;
	list-style-type: none;
	display: block; 
	padding: 2px 0px 2px 25px; 
	margin: 2px 0;
	width: 450px;
	background: transparent url(../images/bullet.gif) no-repeat 0px 3px;
}
#continue {
	margin-left: 145px;
	padding: 5px 0 0 0;
	width: 470px;
	height: 20px;
	text-align:center;
}
#continue p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .75em;
	text-align: center;
	margin-right: 5px;
	}
#strawberrysoup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-align:center;
	color: #AA9399;
}
/* CSS code to format the H1 tags on each page */
h1.welcome {
	background: url(../images/welcome.jpg) no-repeat;
}
h2.welcome {
	background: url(../images/invitation.jpg) no-repeat;
	}
h1.the_beginning {
	background: url(../images/the_beginning_title.jpg) no-repeat;
}
h1.the_plan {
	background:url(../images/the_plan_title.jpg) no-repeat;
}
h1.the_stag {
	background:url(../images/the_stag_title.jpg) no-repeat;
}
h1.the_hen {
	background:url(../images/the_hen_title.jpg) no-repeat;
}
h1.the_wedding {
	background:url(../images/the_wedding_title.jpg) no-repeat;
}
h1.the_end {
	background:url(../images/the_end_title.jpg) no-repeat;
}
h1.contact_us {
	background:url(../images/contact_us_title.jpg) no-repeat;
}
h1 {
	margin: 5px 0 0 0;
	height: 42px;
	}
h2 {
	margin: 15px 0 5px 0;
	height: 30px;
}
h1 span, h2 span {
	display:none;
}
/* CSS to format how hyperlinks look on the website */
a:link { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
	color: #AA9399;
	}
a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
	text-decoration: none; 
	color: #AA9399;
	}
a:hover, a:active { 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline; 
	color: #000000;
	}

/* CSS to format the forms on the website */
#form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	width: 500px;
	margin-left:20px;
	}
.dotted_fields {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .75em;
    font-weight: normal;
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px
	}
.submitbtn {
	margin: 5px;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #efefef;
	font-size: .75em;
	font-weight: normal;
	border:1px solid #aaaaaa;
	}
.contact_result {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 1em;
	text-align: center;
    font-weight: normal;
	color:#FFFFFF;
	padding: 5px
	}