/*----------------------------------------------
   Alter Layout
----------------------------------------------*/

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	font: 13px/1.4 arial, helvetica, sans-serif;
	background: #FFF
}

.box{
	margin: 15px 0 0;
	background: #FFF
}

.container{
	min-height: 100px;
	width: 7.5in
}

.content{
	border-top: 4px solid #C00;
	margin: 0;
	padding: 10px 10px 0
}

.footer{
	margin-top: -10px;
	position: relative
}

.header{
	padding: 7px 0 0 10px;
	height: auto
}

.header h1{
	padding-bottom: 10px
}

.progress-box{
	background: #FFF
}

/*----------------------------------------------
   Hide Elements
----------------------------------------------*/

.box-top,
.box-bottom,
.footer-shadow,
.header-shadow,
.nav-bar,
.sep,
.skinny{
	display: none
}