/* -------------------------------------------------------------------
Filename : base.css
Title : Primary CSS file for Villa Ban Lao Website
Author : Aloundeth Panekham
URL : http://www.banlaohotel.com
License : Copyright 2007, , All Rights Reserved.
Description : This base style sheet imports other style sheets and provides basic styling for XHTML elements for the Villa Ban Lao website.
----------------------------------------------------------------------- */
/*************************/
/*Import CSS for reseting elements*/
/************************/

@import url("initial.css");

/************************/
/*CSS for entire website*/
/************************/

body {
	margin:	0;
	padding:	0;
	text-align:	center;
	color:	#363636;
}

/************************/
/*CSS for Header Section*/
/************************/

#wrapper {
	width:	722px;
	/*border:	1px solid silver;*/
	margin:	10px auto 0 auto;
}

#header {
	width:	702px;
	margin:	0 auto 0 auto;
}

/************************/
/*CSS for Navigation*/
/************************/

#navigation {
	width:	702px;
	margin:	0 auto 0 auto;
}

#navigation-footer {
	width:	702px;
	margin:	0 auto 0 auto;
	padding-top:	7px;
	clear:	both;
}

/************************/
/*CSS for content wrapper*/
/************************/

#banner-wrapper {
	width:	702px;
	text-align:	left;
	margin:	0 auto 0 auto;
	padding-top:	2px;
}

#content-wrapper {
	clear:	both;
	width:	702px;
	text-align:	left;
	margin:	0 auto 0 auto;
}

.imp {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF0000;
}

/************************/
/*CSS for Main Flash Banner*/
/************************/

#flash-banner {
	width:	471px;
	height:	264px;
	float:	right;
	background:	url(../images/flash_bg.png) no-repeat;
	text-align:	center;
}

#flash-content {
	width:	456;
	height:	246;
	margin-top:	10px;
}

/************************/
/*CSS for Footer section*/
/************************/

#footer {
	clear:	both;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:	10px;
	text-align:	center;
	line-height:1.6em;
	color:	#464646;
	font-weight:	normal;
}
