﻿/***********************************************************
 *
 *  File:basic.css
 *  Author:edirun(ahhqxqq@gmail.com)
 *  Created: 2/29/2008
 *
 *  Description:
 *  Stylesheet for Harbourplaza Hotel CHAOAN Web site.
 *  Global styles for all pages.
 *
 **********************************************************/
/**---------------------
	CONTAINER START
----------------------**/

#container{
		height:400px;
		}
/**---------------------
	MAIN CONTENT START
----------------------**/

	.mainContent{
		height:400px;
		font-size:12px;
		width:800px;
		margin:10px 0 0 50px;

		}
	.mainContent h2{
		font-size:15px;
		margin-bottom:20px;
		border-bottom:1px dotted #5f070c;
		}
	.mainContent h3{
		font-size:13px;
		font-weight:normal;
		text-indent:1em;
		background:url(images/yellowdot.gif) no-repeat left center;
		}
	.mainContent p{
		text-indent:2em;
		margin-bottom:10px;
		}
/**---------------------
	MAIN CONTENT END
----------------------**/
