﻿/***********************************************************
 *
 *  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:300px;
		font-size:12px;
		margin:50px 0 20px 70px;
		}
	.sitemapBox{
		width:160px;
		float:left;
		
		}
	.sitemapBox a{
		color:#000;
		}
	.sitemapBox h2{
		font-size:15px;
		margin-bottom:10px;
		color:#666;
		font-weight:normal;

		}
	.sitemapBox h3{
		font-size:13px;
		font-weight:normal;
		text-indent:1.5em;
		margin-bottom:5px;
		background:url(images/yellowSqu.gif) no-repeat left center;
		}
	.sitemapBox h3 a:hover{
		text-decoration:underline;
		color:#666;
		}
	.sitemapBox p{
		font-size:11px;
		text-indent:1.5em;
		}
	.sitemapBox p a:hover{
		border-bottom:1px dotted #c2a802;
		color:#463d00;
		font-size:12px;
		}
/**---------------------
	MAIN CONTENT END
----------------------**/
