body {
	font: 100% Garamond, Georgia, "Times New Roman", Times, serif;
	background: #ffcccc;
	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;
}
	
.main #header { 
	width:100%;
	background-image:url(images/header_background_2.png);
	background-repeat:repeat-y;
	background-position:center;
} 

.main #header_bkgrnd { 
	width:100%;
	background-image:url(images/header_background.jpg);
} 

.main #nav {
	width:100%;
	background-repeat:repeat-x;
	margin:0 auto;
}

.mainnav{
	font: 100% Garamond, Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 10px 0;
	color:#FFFFFF;
	font-variant:small-caps;
	background-image:url(images/nav_background.jpg);
	width: 100%;
	margin:0 auto;
}

.mainnav ul {
	margin:0 auto;
	border:0;
	
}

.mainnav ul li {
	display:inline;
}

.mainnav ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

.mainnav ul li a:hover {
	color:#FFCCCC;
	text-decoration:underline;
}

.main #container {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-image:url(images/container_bkgrnd.jpg);
	background-repeat:repeat-x;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.main #container_bkgrnd {
	width: 100%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-image:url(images/container_background_2.png);
	background-repeat:repeat-y;
	background-position:center;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.mainbody {
	width:545px;
	background-color:#FFFFFF;
	margin:0 auto;
	background-image: url(images/main_background.jpg);
	background-repeat: no-repeat;
	background-position: 267px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 5px 10px 5px;
}

.aboutbody {
	width:545px;
	background-color:#FFFFFF;
	margin:0 auto;
	background-image: url(images/rings_background.jpg);
	background-repeat: no-repeat;
	background-position: 229px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 5px 10px 5px;
}

.contactbody {
	width:545px;
	background-color:#FFFFFF;
	margin:0 auto;
	background-image: url(images/cake_bkgrnd.jpg);
	background-repeat: no-repeat;
	background-position: 100px 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 5px 10px 5px;
}

.cakesbody {
	width:545px;
	background-color:#FFFFFF;
	margin:0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 5px 10px 5px;
}

#brownborder {
	width:500px;
	margin:0 auto;
	text-align:left;
	padding:15px;
	border:1px solid #321E15;
}

.footer {
	width:100%;
	height:200px;
	background-color: #331E15;
}


.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-variant: small-caps;
	color: #FFFFFF;
}
h1 {
	line-height: -5px;
	margin-top: -5px;
}
