/* Main Formatting */

body { 
  margin: 0; 
  padding: 0; 
  text-align: center; 
  background-color: #24292e;
  
  background-image: url(../images/layout/home_slice.jpg);
  background-position: top;
  background-repeat: repeat-x;  
}
  
div { 
  margin: 0; 
  padding: 0; 
  text-align: left; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: normal; 
  color: #ffffff;
}

/* Main Layout */

#outerwrap {
	width: 100%; 
	height: 100%;
	text-align: center;
	
	/*border-bottom: 1px solid red;
  background-image:url(../images/layout/bottom_back.jpg);
  background-position: bottom;
  background-repeat: repeat-x;*/
}

#innerwrap {
	width: 875px;
	height: 100%;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

#topwrap {
	height: 140px;
	margin-top: 0px;
	padding-top: 0px;
	
	background-position:bottom;
	background-repeat:no-repeat;
	
	border-top: 1px solid #da4c1a;*/
}

#logo {
	width: 220px;
	height: 105px;
	margin-left: 0px;
	margin-top: 30px;
	float: left;
}

#login {
	width: 127px;
	height: 33px;
	margin-right: 0px;
	float: right;
}

#contentwrap {
	width: 100%;
	height: auto;
	margin-top: 0px;
}

#contentwrap:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#featured {
	height: 175px;
}

#middlebox {
	width: 400px;
	height: 100%;
	margin-left: 240px;
	line-height: 18px;
	margin-bottom: 30px;
}

h1 {
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight:bold;
	margin-top: 15px;
	margin-left: 12px;
}

h2 { 
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 12px;
}
