 * {
	margin: 0px;
	padding: 0px;
}
#rapper {
	background-color: #F4F4F4;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-left-color: #999999;
}
#rapper #nawigation {
	height: 35px;
	background-color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#rapper #logo {
	height: 25px;
	background-color: #FFFFFF;
}
#rapper #headerImg {
	background-image: url(../images/Jbbuilders%20baner%20index%20kopia.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
#rapper #bodyArea #left {
	width: 350px;
	float: left;
}
#rapper #bodyArea #right {
	float: right;
	width: 450px;
	height: auto;
}
#rapper #bodyArea #footer {
	height: 40px;
	clear: both;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 20px;
}
