#c1, #c2 {
	/* 
		Override the height as currently grows to the 
		size of its content
	*/
	height: 650px;
}
#title-container {
	/* Contains the image of the title, the height of this container is relevant */
	margin: 0px;
	padding: 0px;
	/* 
		Set the width of this div's container 
		to move the next item over to the relevant _x position
	*/	
	/*width: 410px;*/
	width: 404px;
	/* 
		Set the height of this div's container 
		to move the content down to the relevant _y position
	*/
	height: 111px;
	float: left;
}
/* Start - Content  */
#content-container {
	margin: 0px;
	padding: 0px;
	/* 
		Set this div's padding-bottom to move the footer
		to the relevant _y position but ALSO to add 
		negative space for the designer's layout
	*/
	width: 654px;
	width: 805px;
	clear: left;
	height: 520px;
}
#main-image-container {
	padding-left: 12px;
	height: 200px;
	width: 420px;
	width: 200px;
	float: left;
	/*border-style: solid;*/
}
#main-copy-container-right, #main-copy-container-left {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	width: 212px;
	width: 201px;
	/*border-right-style: solid;*/
	float: left;
}

/*#copy-container{
	margin: 0px;
	padding-left: 16px;
	width: 134px;
	float: left;
	position: relative;
	height: 460px;
}*/
#copy-container{
	margin: 0px;
	padding-top: 27px;
	height: 100px;
}
#next-container{
	top: 3px;
	padding-top: 7px;
	width: 200px;
	float: left;
	position: relative;
	border-width: 1px;
	border-top-style: solid;
	border-top-color: #eee9df;
}
#prev-container{
	top: 3px;
	padding-bottom: 7px;
	width: 200px;
	float: left;
	position: relative;
	/*border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee9df;*/
}
/* End - Content */

/* Start - Section Navigation Menu */
#section-navigation-container{
	margin: 0px;
	padding: 0px;
	height: 21px;
	width: 139px;
	float: right;
	background-color: #eee9df;
	/*border-style: solid;*/
}
ul#section-navigation-menu{
	list-style-type:none;
	position:relative;
	height:21px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	font-weight: 500;
	margin:0;
	padding: 0px;
	text-transform: capitalize;
}
ul#section-navigation-menu li{
	display: block;
	float: left;
	margin: 0 0 0 0px;
	height: 21px;
}
ul#section-navigation-menu li.left{
	margin: 0;
}
ul#section-navigation-menu li a{
	display:block;
	float:left;
	color: #adaaa2;
	line-height:23px;
	text-decoration:none;
	padding-bottom: 0;
	/* Indent "Next Section" text */
	padding-left: 6px;
	padding-top: 0;
	height:21px;
	width: 133px;
}
ul#section-navigation-menu li a.right{
	padding-right:19px;
}
ul#section-navigation-menu li a:hover{
	background: #eee9df;
}
ul#section-navigation-menu li a.current{
	color: #56544d;
	background: #eee9df;
}
ul#section-navigation-menu li a.current:hover{
	background: #fff;
}
/* End - Section Navigation Menu */
