﻿
body				/* Body background */
{
	background-color:#eeeeee;
}


.HeaderDiv			/* Header div for EFTours Image*/
{
	background-color:#69A0DC;
}

.TermsHolder
{
	float:none;
}


#Title			/*Title Image div */
{
	width:500px;
	margin-left:18px;
}

/* This is the banner div inside this div we have banner and one transparent div which has some title */
#BannerDiv				/*full background image assigned from the code behind */
{
	width:100%;
	height:360px;
	overflow:hidden;
}

/* this contains the footer of this page with some background color */
.FooterBorder
{
	height:40px;
	width:650px;	
	color:White;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	background-color:#69A0DC;
}

#FooterTextLeft		/*this contains text which is floating left*/
{
	float:left;
	padding-top:8px;
	padding-left:18px;
	width:350px;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
}

#FooterRight		/*this contains a phonenumber which is floating right*/
{
	float:right;
	padding-top:8px;
	padding-right:15px;
	width:200px;
	font-size:11px;
	font-weight:bold;
	font-family:Verdana;
	text-align:right;
}

	