/* Page Elements ********************/

body {
	/*text-align: center; /* ie6 REQUIRED */
	}

/* Wrappings, Wrappers, Containers ********************/

#wrapping-header, #wrapping-header-nav, #wrapping-content, #wrapping-footer, #wrapping-footer-nav, .wrapper {
	float:left;
	width:100%;
	}

/*#wrapping-header, */#wrapping-content, #wrapping-footer {
	padding: 5px 0px 5px 0px;
	}

.container {
	width: 960px;
	margin:0 auto;
	}

/* Colorize the children DIV's of .container */
#red, #logo-slice {
	float:left;
	width: 100%;
	}

/* Container Children ********************/

.whole, .half, .third, .third-34, .fourth, .three-fourths, .fifth, .sixth, .sixth-17, .sub, .two-third, .two-fifths, .three-fifths {
	float: left;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	}

.whole {
	width: 100%;/*background-color: lightsalmon;*/
	}
.half {
	width: 50%;/*background-color: khaki;*/
	}
.sub {
	width: 33.33%;/*background-color: darkseagreen;*/
	}
.two-third {
	width: 67%;/*background-color: lightseagreen;*/
	}
.third {
	width: 33%;/*background-color: skyblue;*/
	}
.third-34 {
	width: 34%;/*background-color: skyblue;*/
	}
.fourth {
	width: 25%;/*background-color: thistle;*/
	}
	
	.three-fourths {
	width:  75%;
	}
	
.fifth {
	width: 20%;/*background-color: palevioletred;*/
	}
	
	.two-fifths {
	width: 40%;/*background-color: lightseagreen;*/
	}
	
	.three-fifths {
	width: 60%;/*background-color: lightseagreen;*/
	}
	
.sixth {
	width: 16%;/*background-color: palevioletred;*/
	}
.sixth-17 {
	width: 17%;/*background-color: palevioletred;*/
	}

/* Box Class ELements ********************/

.box-header, .box-nav, .box-footer, .box {
	margin: 0px 5px 0px 5px;
	position: relative; /* IE <9 REQUIRED - prevents .box from displaying behind [background color] of parent element */
	}

.box-header, .box {
	padding: 25px;
	}
	
.box-header-nav h1 {
	float: left;
	}
	
	.two-fifths .box {
		height: 405px;
	}
	
	.fifth .box {
	padding: 0px;
	border: 0px;
	}
	
	.fifth .box {
	height: 134px;
	border-bottom: 0px solid transparent;
	}

/* Misc ********************/
.copyright, {
	padding: 5px;
	}
