﻿body {
	background-image:url('bg_day.jpg');
	font-family:"Cordia New";
	font-size:20px;
	color:#008000;
	font-weight:normal;
	text-align:center;
}

h1 {
	font-family:"Angsana New";
	font-size:36px;
	font-weight:bold;
	color:#008000;
	margin:0px;
	text-align:center
}

h2 {
	font-family:"Angsana New";
	font-size:24px;
	font-weight:normal;
	color:#008000;
	margin:0px;
	text-align:center
}

h3 {
	font-family:"Cordia New";
	font-size:20px;
	color:#008000;
	font-weight:normal;
	margin:0px;
	text-align:left;
}

p {
	text-indent:50px;
}

li {
	text-align:left;
}


a:link {
	text-decoration: none;
	color: blue;
}
	
a:visited {
	text-decoration: none;
	color: purple;
}

a:hover {
	text-decoration: underline;
	color: red;
}

a:active {
	text-decoration: none;
	color: green;
}

table {
	width:100%;
}

td {
	vertical-align:top;
	text-align:left;
}

img {
	margin: 0px;
	border:0px;
}

.img_1 {
	margin: 10px 20px 10px 20px;
}

.red {
	color:#FF0000;
}

#header {
	margin-left:180px;
	margin-right:220px;
}

#content {
	margin-left:180px;
	margin-right:220px;
	margin-bottom:20px;
	text-align:left;
}

#footer {
	clear:both;
	width:100%;
}

#ads {
	width:210px;
	text-align:center;
	float:left;
}

#menu {
	width:250px;
	text-align:center;
	float:right;
}

.menu {
	white-space:nowrap;
	font-family:"Cordia New";
	font-size:20px;
	font-weight:bold;
	text-align:left;
	margin-left:20px;
	margin-bottom:20px;
}

.menu img {
	border:0px;
	margin: 0px 5px 0px 5px;
	float: none;
	vertical-align:middle;
}
