/* Global properties */
body {
	font-family: Arial;
	font-size: 75%;
	background:url(../images/thai_pattern_weave.jpg) top left repeat;
	background-color:#FDF4E2;
	margin: 0;
	padding: 0;
	color: #6D1514;
}

a, a:visited { color:#6D1514; text-decoration: none; }
a:hover { color:#F6C566; }

#wrapper_border {
	width:818px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #F6C566;
}
#wrapper {
	overflow: hidden;
	width:800px;
	border:9px solid #FFFFFF;
}

/* main.dwt.php */
#topbar {
	background: url(../images/thai_temple_pattern.jpg) top left repeat-x;
	text-align: right;
	padding: 2px 5px 2px 5px;
	height: 28px;
	font-size:85%;
	color:#8D8D8D; 
	border-bottom: 1px solid #FFFFFF;
}
#header {
	height: 77px;
	background: url(../images/THAI_NIVAS_PR04_04.jpg) top right #9B3C27 no-repeat;
	border-bottom: 1px solid #FFFFFF;
}
#topnav {
	height: 21px;
	background: #6D1514;
	padding: 5px;
	text-align: right;
}

#topnav a {
	display:inline;
	margin-left:10px;
	font-weight: normal;
	font-size:85%;
	color:#8D8D8D; 
}

#topnav a:hover {
	text-decoration:underline;
	color:#F20000;
}
#main {
	clear: both;
	background-color:#FDF4E2;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;		
}
.content {

}

#footer {
	clear: both;
	text-align: center;
	height:21px;
	padding: 5px 5px 5px 5px;
	color:#F6C566;
	font-family: "Times New Roman", Times, serif;
	background-color: #6D1514;
}
#botbar {
	height: 40px;
	background: url(../images/bg_thai_pattern_weave.jpg) left repeat-x;
	border-top: 1px solid #FFFFFF;
}

