body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #61653C;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#holder {
	width: 767px;
	background: #fff;
	text-align: left;
	margin: 0 auto 0 auto;
}
#header {
	background: #61653C;
	border: none;
}
#logotop {
	width: 767px;
}
.logo {
float: left;
}
#leftmenupart {
	width: 260px;
	float: left;
	display: none;
}
#rightmenupart {
	width: 507px;
	float: left;
	display: none;
}

#nav {
	width: 255px;
	float: left;
 	padding-top: 10px;
	overflow: hidden;
	display: none;
}
.linebetweencalculators {
	display: none;
}

#bannerhome {
	display: none;	
}
#content {
	width: 650px;
	float: left;
	text-align: left;
	margin: 20px 0px 0px 0px;
}
#content p {
	vertical-align: text-top;
	font-size: 75%;
	margin-top: 0px;
	margin-bottom: 10px;
}
#content p a {
	color: #61653C;
}
#content h1 {
	font-size: 100%;
	font-weight: bold;
	color: #61653C;
	margin-bottom: 10px;
	padding-bottom: 0px;
}
#content h2 {
	font-size: 80%;
	font-weight: bold;
	color: #61653C;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

.brclear {
    clear: both;
}
#footer {
	background-color: #61653C;
	display: none;
}