@charset "utf-8";
/* CSS Document */

@import url(/stylesheets/common.css);


body {
background:url(/special/happyflightwedding/images/background.jpg) no-repeat center top;
}


/* ---- Header ---- */

#header {
background:url(/special/happyflightwedding/images/header_bg.gif) repeat-x top;
margin:0 0 40px;
height:30px;
}
	#header div {
	margin:0 auto;
	width:750px;
	height:30px;
	position:relative;
	}
		#header div h1 {
		font-size:10px;
		text-align:right;
		line-height:30px;
		color:#999999;
		width:750px;
		margin:0;
		position:static;
		}
		#header div .logo {
		position:absolute;
		top:10px;
		left:0;
		}
		


/* ---- Main ---- */

#mainImg {
width:750px;
margin:0 auto 22px;
}



/* ---- Content ---- */

#mainArea {
width:750px;
margin:0 auto;
background:url(/special/happyflightwedding/images/content_bg.gif);
}

	#mainArea h2 {
	background:url(/special/happyflightwedding/images/content_headerTitle.jpg) no-repeat;
	width:750px;
	height:109px;
	}
	#mainArea .button {
	margin:22px auto 35px;
	width:658px;
	position:relative;
	z-index:1;
	}
	
	#mainArea .box {
	width:720px;
	margin:0 auto;
	}
		.box li {
		width:240px;
		float:left;
		background:url(/special/happyflightwedding/images/special_smallbottom.jpg) no-repeat bottom;
		height:171px;
		}
			.box li p {
			font-size:12px;
			color:#FFFFFF;
			padding:0 15px;
			}
			.box li p span {
			font-size:10px;
			color:#CCCCCC;
			}
		.box li.bottom {
		width:720px;
		clear:both;
		float:none;
		background:url(/special/happyflightwedding/images/special4_bg.jpg) no-repeat bottom;
		height:186px;
		}
			.box li.bottom p {
			padding:0 260px 0 15px;
			}
	



/* ---- Footer ---- */

#footer {
border-top:none;
background:url(/special/happyflightwedding/images/footer_bg.gif) no-repeat right top;
padding:89px 0 0 0;
position:relative;
top:-89px;
width:750px;
margin:0 auto;
z-index:0;
}

.copyright {
text-align:center;
margin:15px 0;
}


