@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4F311A;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	background-repeat: repeat;
	background-image: url(images/Page-BgGradient.jpg);
}
#container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #4f311a;
	text-align: left; /* this overrides the text-align: center on the body element. */
	text-decoration: none;
	background-color: #FFFFFF;
} 
#header {
	background-color: #FFFFFF;
	text-decoration: none;
	height: 189px;
	width: 750px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-decoration: none;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	background-color: #9325B2;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
#contact_details {
	float: left;
	width: 280px;
}
#mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 760px;
	float: none;
	text-decoration: none;
} 
#footer {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	color: #4F311A;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #4F311A;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#slideshow {
	padding: 5px;
	height: 202px;
	width: 507px;
}
#notslideshow {
	padding: 5px;
	float: left;
	height: 210px;
	width: 508px;
}
 
.weddings_stmt {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}
.text {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: #4f311a;
	width: 350px;
	float: left;
	height: 180px;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.text-base {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #4f311a;
	width: 720px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}
.image_main {
	width: 370px;
	float: right;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin-right: 10px;
	height: 200px;
	margin-top: 20px;
	padding-top: 10px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}
.text_portrait {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: #4f311a;
	width: 200px;
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 260px;
}
.image_portrait-right {
	width: 200px;
	float: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin-right: 60px;
	height: 300px;
	margin-top: 30px;
	padding-right: 5px;
}
.image_portrait_left {
	width: 200px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	margin-right: 10px;
	height: 300px;
	margin-top: 30px;
	margin-left: 60px;
}
.text_portraitGREEN {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	font-size: 13px;
	color: #fff;
	background-color: #4f311a;
	width: 200px;
	float: left;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 300px;
}
