@charset "UTF-8";
/* CSS Document for Thai Basil */

/* Body */

body {
	font-size: 12px;
	text-align: center;
	margin:0;
	padding:0;
	background: #ffe9b3 url("images/bg-pattern.gif");
	}
	
h1  {
	font-family: "Times New Roman", Times, serif;
	color: #841037;
	font-size: 24px;
	font-weight: bold;
	}

h2	{
	font-family: "Times New Roman", Times, serif;
	color: #841037;
	font-size: 16px;
	font-weight: bold;
	}
	
a:link {
	color: #343617;
	text-decoration: none;
}
a:visited {
	color: #6d7130;
	text-decoration: none;
}
a:hover {
	color: #a09f0f;
	text-decoration: underline;
}
a:active  {
	color: #343617;
	text-decoration: none;
}
	
/* Container */
	
#container {
	font-family: Trebuchet MS, Airal, sans serif;
	color: #343617;
	letter-spacing: 1px;
	width: 800px;
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: left;
	border: 1px solid #fff;
	background-color:white;
	}
	
/* Navigation */

#navigation {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 35px;
	text-align: left;
	
	}
	
#navigation ul {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0 20px 0 0;
	padding-top: 9px;
	}
	
#navigation li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	}
	
a:link {
	color: #343617;
	text-decoration: none;
}
a:visited {
	color: #6d7130;
	text-decoration: none;
}
a:hover {
	color: #a09f0f;
	text-decoration: underline;
}
a:active  {
	color: #343617;
	text-decoration: none;
}

/* Content */

#content {
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	width: 780px;
	margin: 0;
	padding: 0;
	}
	
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #841037;
	}
	
#content h2 {
	font-family: Trebuchet MS, Arial, sans serif;
	font-weight: bold;
	font-size: 14px;
	color: #343617;
	}
	
#content h3 {
	font-family: Trebuchet MS, Arial, sans serif;
	font-weight: normal;
	font-size: 13px;
	color: #343617;
	}
	
/* Footer */
	
#footer {
	margin: 0;
	padding: 10px;
	height: 15px;
	width: 780px;
	background-color: #841037;
	}
	
#footer p {
	float:right;
	text-align: right;
	font-size: 10px;
	color: #fff;
	font-style: normal;
	}



	
	

	


