@charset "utf-8";

/*	=RESETS / BASICS
	----------------------------------------------------*/
	* { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
	body { background: #fff; }
	img { border: 0; }
	a { outline: 0; }
	.clr { overflow: hidden; height: 100%; }
	p {font-size: 13px; line-height: 23px; color: #303030;}
	
	
	#page-box { width: 760px; margin: 20px auto; }	

	#heading {width: 760px; height: 236px; display: inline;}
	#heading .logo {float: left; width: 200px; height: 200px; background: url(../images/hotelcadeau.gif) no-repeat top left;}
	#heading .logo img {width: 200px; height: 169px;}
	#heading .image {float: right; display: block; width: 560px; height: 236px; background: url(../images/heading-image.png) no-repeat top left;}
	
	#content-top {float: left; width: 760px; height: 180px; background: url(../images/content1_bg.png) no-repeat top right;}
	#content-top h1 {width: 520px; padding: 20px 20px 10px 0; float: right; font-weight: bold; font-size: 27px; color: #e9a80c;}
	#content-top p {width: 520px; padding: 0 20px; float: right; }
	
	#content-bottom {clear: both; display: block; width: 760px; }
	#content-bottom .giftfor2 {float: left; width: 200px; height: 181px; margin-top: 10px; background: url(../images/giftfor2.gif) no-repeat top left;}
	#content-bottom .giftfor2 img {width: 200px; height: 181px;}
	#content-bottom .textholder {width: 560px; min-height: 190px; float: right; background: url(../images/content2_bg.gif) right repeat-y;}
	#content-bottom .textholder h1 {padding: 20px 0px 10px 20px; font-weight: bold; font-size: 30px; color: #e9a80c;}
	#content-bottom .textholder span {font-weight: bold; font-size: 32px; color: #39c2d8;}
	#content-bottom .textholder p {padding: 0 20px; color: #6b6b6b;}
	#content-bottom .textholder img {margin: 5px 0 5px 7px;}
	
	#footer {clear: both; width: 760px; min-height: 60px; padding-top: 30px; background: url(../images/footer.gif) no-repeat top center;}
	#footer p {float: left; padding: 20px 70px 0 0; text-align: right; width: 266px; color: #000}
	#footer img {padding: 0 30px; }


