body  {
	background: #ffedd5;
	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: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#mainContent h3 {
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-top: 15px;
}

h1, h2,h3,h4,h5,h6 {
	color: #ef8d5a;
	margin: 0px;
	padding: 0px;
}
p    {
	color: #a3755a;
	margin: 0px;
	padding: 0px;
}
#mainContent   ul  {
	font-style: italic;
	list-style-type: circle;
	color: #a3755a;
}


#container  {
	width: 1000px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #ffd39f;
	border-left: 1px solid #ffd39f;
} 
#header  {
	background: url(header.jpg) no-repeat center center;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 207px;
} 
/*#sidebar1  {
	background: #ffd39f;
	padding: 0px;
	float: left;
	height: 1480px;
	margin: 0px;
}
#sidebar1 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
	
#sidebar1 ul li {
	padding: 0;
	margin: 0;
}

#sidebar1 ul a {
	margin: 20px 0 0;
	text-decoration: none;
	color: #ef8d5a;
	width: 170px;
	height: 180px;
	display: block;
	text-align: center;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 30px;
	font-weight: bold;
	font-style: normal;
}

#sidebar1 ul a.wedding {
	background: url(btn_wedding.jpg) no-repeat center bottom;
}

#sidebar1 ul a.lovestory {
	background: url(btn_lovestory.jpg) no-repeat center bottom;
}

#sidebar1 a:hover, #sidebar1 a:active {
	text-decoration: none;
	color: #FF9966;
}*/
	
#menu  {
	background: #e47644;
	padding: 0.7em 10px 0.3em 50px;
	margin: 0px;
	position: relative;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	}
	
#menu li {
	display: inline;
	margin-right: 70px;
	margin-left: 40px;
	}
	
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	color: #ffd39f;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	}

#menu li a:hover, #menu li a:active {
	background: #d96936;
	color: #FFCC99;
}
#menu li a.current, #menu li a.current:hover, #menu li a.current:active {
	color: #ef8d5a;
	background: #ffedd5;
	cursor: default;
	}

#mainContent  {
	/* [disabled]background: #ffedd5; */
	padding: 30px;
	margin: 0;
} 

#mainContent    h1    {
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
	font-size: 1.8em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#mainContent  h2   {
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
}
#mainContent a:link {
	text-decoration: none;
	color: #EF8D5A;
}
#mainContent a:visited {
	text-decoration: none;
	color: #EF8D5A;
}
#mainContent a:hover {
	text-decoration: none;
	color: #FFD39F;
}
#mainContent a:active {
	text-decoration: none;
}
#mainContent p {
	padding-top: 15px;
}
#photo {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#footer  {
	background:#e47644;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
} 
#footer p {
	color: #ffd39f;
	font-size: 1em;
	margin: 0px;
	padding: 10px 0px;
}
#footer p span {
	margin-right: 80px;
	margin-left: 80px;
}


.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;
}
strong {
	font-weight: normal;
}
p_bold {
	color: #a3755a;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

