
/***********************************************************************/
/*   Design:  Dream Vacations (Pvt) Ltd.,- Print Picture Gallery css    */
/*   Author:  Malik G. Jaleel                        	                */
/*   Date:    15 Dec, 2006                                              */
/*----------------------------------------------------------------------*/

body{
	margin:0 auto;
	padding:0;
	font-family:"Times New Roman", "TimesNR",Times, serif;
	font-size: 12pt;
	background: #ffffff;
	color:#000000;
}

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

#wrap{
	width:auto;
	float:none !important;
}

/*-----------------------Page layout ------------------------*/

@page normal {size:portrait; margin: 1in;}
@page rotate {size:landscape; margin: 0.5in;}
h2.pagebreak {
	page-break-before: always;
	}
p {widows: 4;}

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

#header h1{
	margin:0 0 10px 0;
}

/*-------------------------Top Navigation-------------------------*/
/*-------------------------Main Picture-------------------------*/
/*-------------------------Left Menu-------------------------*/
/*-------------------------right Menu-------------------------*/
/*-------------------------RightColumn-------------------------*/

.nav-tab-menu, #frontphoto, #navbar ul, #left-text, #right-column, .hide, #leftmenu, #rightmenu, .container-2col-left-back {
	display:none;
}

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

#content, #content-spread {clear:both;}

#content img {
	display: all;
}




	

