#main {
	float:left;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 300px;
	height: 350px;

}

#drt {
	float:right;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 400px;
	height: 350px;
}

#wrapper {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 700px;
	height: 350px;

}
#h1 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7B512B;
	margin-left: 10px;
	margin-top: 145px;
	/*line-height: 30px;*/
}

#p {
	font-family: tahoma;
	font-size: 11px;
	color: #000;
	padding-right: 10px;
	padding-left: 5px;
	margin-top: 0px;
	line-height: 10px;
	text-indent: 20px;
}