/*
Design by Raymond Tan for Antibes Holiday Home
*/	

		html, body 		{ margin: 0; padding: 0; }
		body 			{ background-color: #E0FFFF; color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; text-align:justify;}

    	h2				{ color: #333; }
		a				{ color: #337810; }
		p				{ margin: 0 0 18px; }
		

		
		#container		{ width: 760px; margin: 0 auto; }
		
		
		/* Header */
        #header			{ color:#FFFFFF; background: #eee; font: 23px Georgia bold; padding: 5px; }
		
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #666; font-size: 11px; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#extra			{  }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-bottom: 1px solid #ccc; margin-bottom: 18px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
			
		#content		{ float: right; width: 540px; }
		#content h1		{ font-size: 16px; }
		
		
		#extra			{ float: right; width: 540px; }		/* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; clear: both; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: #ccc; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 4px; }
        
        
         /* Side Menu Bar */
        #sideBar        { float:left; width:175px; min-height:350px; height:auto; float:left; padding: 0px 0px; }
        #navBar         { list-style:none; margin:50px 0; padding:0; } 
        #navBar a       { text-decoration:none; padding:5px; width:136px; display:block; color:#666; border-bottom:1px dashed #FC6; } 
        #navBar a:hover { background:#DFF0F0; color:#666;}

		

