#footer {
	/* Override the footer in 'style.css' so it spans the whole page */
	width: 100%;
	height: 120px;
	height: 1200px;
}
#c1, c2, #block1, #block2, #c2.columns {
	/* Overide this style held in the global css file 'style.css' */
	background: none;
}
body {
	background-color: #eee9df;
	background-image: url(../images/index_bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
#mini-bar-container {
	/* Contains the image of the title, the height of this container is relevant */
	margin: 0px;
	padding: 0px;
	padding-left: 12px;
	position: relative;
	top: 3px;
	width: 228px;
	height: 50px;
	float: left;
	background: #eee9df;
}
/* Take A Look - Start */
#take-a-look-image {
	padding-top: 4px;
	padding-right: 4px;
	margin: 0px;
	/*border-style: solid;*/
	float: right;
}
ul#take-a-look{
	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#take-a-look li{
	display: block;
	float: left;
	margin: 0 0 0 0px;
	height: 21px;
}
ul#take-a-look li a{
	display:block;
	float:left;
	color: #adaaa2;
	background: #eee9df;
	line-height:23px;
	line-height:28px;
	text-decoration:none;
	padding-bottom: 0;
	/* Indent the "Email Us" text */
	padding-left: 0px;
	padding-top: 0;
	height:20px;
	width: 121px;
	/*border-style: solid;*/
}
ul#take-a-look li a:hover{
	background: #eee9df;
}
ul#take-a-look li a.current{
	color: #56544d;
	background: #eee9df;
	border-bottom: 1px inset #adc93e;
	/* Alter line height to move telephone and email to desired positions */
	line-height:28px;
}
ul#take-a-look li a.current:hover{
	color: #adc93e;
}
/* Take A Look - End */

/* 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: 805px;
	width: 812px;
	/*border-style: solid;*/
	clear: left;
	height: 350px;
	background: #eee9df;
}
#main-image-container {
	padding-bottom: 8px;
	width: 420px;
	float: left;
}
#main-copy-container {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-top: 12px;
	width: 202px;
	/*border-right-style: solid;*/
	float: left;

	/*clear: left;*/
}
#copy-container{
	margin: 0px;
	padding-left: 16px;
	/*border-style: solid;*/
	width: 134px;
	float: right;
	position: relative;
	padding-right: 5px;	
}
#next-container{
	top: 3px;
	padding-top: 7px;
	width: 120px;
	float: left;
	position: relative;
	border-top-color: #eee9df;
}
#prev-container{
	padding-top: 3px;
	padding-bottom: 8px;
	width: 120px;
	float: left;
	position: relative;
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c8c3b9;
}
/* End - Content */

