/*
Theme Name: Luxury Travel Trip Landingpage 2
Theme URI: http://www.luxurytraveltrip.com/
Description: This is a custom theme made just for Luxury Travel Trip by <a href="http://www.encomixprod.com">Ronald Miranda</a>.
Version: 1.0
Author: Ronald Miranda
Author URI: http://www.encomixprod.com/
Tags: blue, custom header, fixed width, two columns, detailed backgrounds
*/


.opacityTemplate {
	filter:alpha(opacity=80);   /* Internet Explorer       */
    -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
    opacity: 0.8;               /* newer Mozilla and CSS-3 */
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagesLP2/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p {
	line-height: 20px;
	color: #666666;
}
h1 {
}
#wrapper {
	width:870px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	padding: 15px;
	position:relative;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 50px;
}
#banner {
	background-image: url(imagesLP2/banner.jpg);
	height: 253px;
	width: 869px;
}
#smallbanner {
	background-image: url(imagesLP2/smallBanner.jpg);
	height: 56px;
	width: 869px;
}
#content {
	width:870px;
}
#leftColumn {
	width:460px;
	float:left;
}
#rightColumn {
	width: 374px;
	float:right;
}
