@charset "utf-8";
/* Read First
File						thaicss.css
Creator					pornAntha
Author					ThaiCSS.com
Created Date			2008/05/01
(C)						Umm.........
*/
@import url(magics.css);

* {
	padding: 0;
	border: 0;
	margin: 0;
	list-style-type: none;
	
}
body {
	font-family: Tahoma, Georgia, "Lucida Grand";
	font-size: 13px;
	color: #222222;
	background: #363636;;
	
}
a {
	color: #363636;
	text-decoration: underline;
	}
a:hover {
	color: #150303;
	}
#header,#container,#footer {
	/*width: 960px;
	margin: 0 auto;*/
	clear: both;
}
#header{
	background: #d7d7d7;
}
#container {	
	border-bottom: solid 1px #363636;
	border-top: solid 1px #363636;
	height: 1%;
}
#toc-index:after,#toc-entry:after,#container:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#toc-index,#toc-entry {
	padding: 0 10px;
	height: 1%;
	width: 750px;
	float: left;
	padding: 20px 10px 10px 30px;
	position: relative;
	border-right: solid 1px #363636;
	background: #d7d7d7;
}
#subcontent {
	margin-left: 755px;
	padding-top: 10px;
}

#footer {
	padding: 10px 0;
	color: #ffffff;
}
#footer address {
	font-style: normal;
	padding: 0 5px;
}

.hide {
	display: none;
}
#thaicss-accessibility-help {
	position: absolute;
	top: -20px;
	margin-left: 0;
}
.permanent-link {
	text-align: right;
	margin-top: 5px;
}
.permanent-link a {
background: #363636;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;	
	border-radius: 5px;
	padding: 4px;
	color: rgb(255,255,255);

}
