/*Reset Style*/
body {
 	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: #fff;
	color: #59564f;
}

/* Main header */

#header {
  width: 900px;
  height: 70px;

}

#header-logo {
	padding: 5px 5px 5px 50px;
	float:left;
	font-size:0.75em;
	height:auto;
	}
	
/*Remove Element*/
#header-login {
	 display:none;
}

#nav {
	 display:none;
}

.section {
	margin: 0px 0;
	
}



#content {
	position: relative;
	float: left;
	background: none;
	width: 100%;
}

.main {
	position: relative;
	top: 0px;
	padding: 0px 28px;
	min-height: 260px;
	overflow: hidden;
	
	background: none;
	background-color:#fff;
}


#footer {
	color: #59564f;
}

/*Break Page*/
#comments {page-break-before: always;}




