/*------------------------------------------------------------------
[frontalSerp Stylesheet]

Project:		eBookers
Version:		1.0
Media:			screen
Last change:	26/05/08
Assigned to:	Emmanuel Sammut (ts)
Primary use:	Front eBookers
-------------------------------------------------------------------*/

/** ----------------------------------------------------------------
 * 1. IMPORTS OF SERP
 */
@import url(global.css);
@import url(includeFiles.css);
@import url(serp.css);
@import url(calendar.css);

/** ----------------------------------------------------------------
 * 2. STRUCTURE OF SERP
 */
#wrapper {margin-left:1.5em; width:770px; background-color: #fff;}
	/* Content wrapper */
	#contentWrap { padding-right: 10px;}
		/* Left column */
		#lc {width:192px; float:left;margin-left:5px;}
		/* right column */
		#rc {margin-left:8px; _margin-right:-5px;width:555px; float:left;}

	/* Markup h1 for SEO */
	#contentWrap h1 {font-size:1em; text-indent:-2000px; height:1px; overflow:hidden;}

