html, body, p, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd {
	margin: 0;padding:0;font: medium/100% "Myriad Pro", "Times New Roman", Times, serif;list-style-type: none;
}

body {
	background-color: #FFF9DA;
}

#site-container {
	width: 950px;
        top: 35px;
	margin: 0 auto;
	position: relative; /* so that #main-content can have it's background color */
}

#header {
	height: 182px;
	background-color: ;
	background: #C6AD7B url(../i/header-bowl.jpg) top right no-repeat;
	position: relative; /* so that we can use absolute within */
}
 #header p#header-company-name {
 	display: inline;
	position: absolute; /* we can position relative to the parent because the parent is position: relative */
	left: 130px;
	top: 45px;
	font-size: 58px;
 }
 #header p#header-company-slogan {
 	display: inline;
	position: absolute;
	left: 220px;
	top: 125px;
	font-size: 28px;
 }

#navigation {
	background-color: #831016;
	width: 950px;
	height: 40px;
}
	#navigation ul {
		margin-left: 40px;
	}
	#navigation ul li {
		display: inline;
		float: left;
	}
	#navigation ul li a {
		display: block;
		font-size: 22px;
		color: #000;
		text-decoration: none;
		margin-left: 40px;
		line-height: 2;
	}
#main-content {
	background-color: #EDD15F;
	clear: both;
	padding: 20px 50px;
	position: absolute;
	width: 850px;
}
	#main-content h1 {
		font-size: 2.5em;
		text-align: center;
	}
	.two-blocks {
		width: 410px;
	}
	.one-block {
		width: 810px;
	}
	.three-blocks {
		width: 270px;
	}
	.main-content-block {
		float: left;
		padding: 5px;
		text-align: center;
	}
	
	.main-content-block .bordered-image {
		border: 5px solid #000;
	}
	.image-caption {
		font-size: 1.4em;
	}
	.image-description {
		width: 80%;
		margin: 0 auto;
		font-size: 1.05em;
	}
	a#main-content-photo-gallery-link {
		display: block;
		width: 280px;
		background-color: #831016;
		font-size: 1.5em;
		text-decoration: none;
		color: #000;
		font-style: italic;
		height: 1.7em;
		line-height: 1.7; /* centers vertically */
		margin: 0 auto;
		/* border */
		border-top: 2px solid #FFF;
		border-left: 1px solid #FFF;
		border-bottom: 2px solid #666;
		border-right: 1px solid #666; 
	}

/* links page */
#links #main-content ul {
	margin-top: 20px;
}
	#links #main-content h1 {
		font-style: italic;
	}
	#links #main-content ul li {
		margin-top: 10px;
	}
	#links #main-content ul li a {
		color: #000;
		text-decoration: none;
		font-style: italic;
		font-size: 1.2em;
	}
/* special occasion cakes page */
#special-occasion-cakes #main-content h1 {
	font-style: italic; /* notice this is the same as others, redundancy for educational only */
}
#special-occasion-cakes #main-content h2 {
	font-size: 1.2em;
	font-style: italic;
}
#special-occasion-cakes #main-content ul li {
	font-size: 1em;
}
/* pricing page */
#pricing #main-content h1 {
	font-style: italic; /* notice this is the same as others, redundancy for educational only */
}
#pricing #main-content p {
	margin-top: 20px;
	font-style: italic;
	font-size: 1.2em;
}

/* contact page */
#contact #main-content h1 {
	font-style: italic; /* notice this is the same as others, redundancy for educational only */
}
#contact-information {
	width: 400px;
	margin: 0 auto;
}
#contact-information li {
	text-align: left;
	font-size: 1.2em;
	font-style: italic;
	margin-top: 20px;
}
#contact-information li address {
	margin-left: 135px;
	margin-top: -19px;
	padding-bottom: 19px; /* little balancing */
}
#contact-information li a {
	text-decoration: none;
	color: #000;
}

/* dessert cakes */
#dessert-cakes .three-blocks dl {
	padding: 0 10px;
}
#dessert-cakes #main-content h1 {
	font-style: italic;
}
#dessert-cakes #main-content dl dt {
	font-size: .9em;
	font-style: italic;
	margin-top: 10px;
	font-weight: bold;
}
#dessert-cakes #main-content dl dd {
	margin-top: 10px;
}