/* ------ Section 2 - Global Page Structure ------- */

@import url(http://www.boracay-budgettravel-tips.com/support-files/styles_common.css);

#PageWrapper {
	width: 				960px; /* Sets width for a 3-column site. Step 1 */
	margin:				0; /* Center the page in the bowser window. */
	background-color:	#e6e6e6;
	border:				1px solid #8f8fb3; 
	text-align: 		left; /* Reset text alignment to left (initially set to center above). */
}

#TopFeature {
	float: 				left;
	position: 			relative;
	width:				960px;
	height:				100px;
	background-color: #e6e6e6;
	margin: 				0;
	padding: 			0;
	border-bottom:		1px solid #8f8fb3; 
}

#TopFeature .Horz-Banner {
	float: 				left;
	width:				730px;
	border-bottom:		1 solid #cccccc;
	margin:				0;
	padding:				0;
}

#TopFeature .SearchBox {
	float: 				right;
	width:				200px;
	height:				80px;
	background-color: #e6e6e6;
	margin: 				0 5px;
	padding-top: 		20px;
}

#ContentWrapper {
	float: 				left; /* Float center column & wrap side around it.*/
	width:				960px; /* Sets width for a 3-column site. Step 2 */
}

#ContentColumn {
	float:				left;
	margin:				0 180px 0 220px; /* 3-column layout. Step 3 */
	background-color: #e6e6e6;
}

#Sidebar {
	float:				left;
	width:				219px;
	margin-left:		-960px; /* Left column:220 + Center column:660 */
	margin-top: 		0;
	border-right:		1px solid #8f8fb3; 
	background-color: #e6e6e6;
}

#Adverts {
	float:				left;
	width:				179px;
	margin-left:		-180px;
	margin-top: 		0;
	background-color: #e6e6e6;
}

#Sidebar h2,
#Adverts h2 {
	font-size:			90%;
	margin-left: 		-5px;
	margin-right: 		-5px;
	padding: 			5px;
}

#Sidebar h4,
#Adverts h4 {
	color:				red;
	font-size:			90%;
	margin-left: 		0;
	margin-right: 		0;
	padding: 			5px;
}

.Liner {
	padding:				10px 5px;
}

