@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: center;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#banner {
	float: left;
	width: 1000px;
	height:239px;
	margin-bottom:5px;
}

#nav{
	float:left;
	width:1000px;
	height:50px;
	border-top: 1px #000000 solid;
}

.in_nav{
	float:left;
	width:250px;
}

.ad{
	margin: 5px 0px 5px 0px;
}

#main{
	float:left;
	width: 1000px;
	height:556px;
	background: url(/images/body.jpg);
	margin-bottom:5px;
}

#in_main1{
	float:left;
	width: 743px;
	height:556px;
}

#in_main1 h1{
	font: 26px bolder Georgia, "Times New Roman", Times, serif;
	color: #aa0000;
}

#in_main1 h2{
	font: 22px bolder Georgia, "Times New Roman", Times, serif;
	color: #aa0000;
	margin:30px 0px 10px 0px;
}

#in_main1 h3{
	font: 22px bolder Georgia, "Times New Roman", Times, serif;
	color: #aa0000;
	margin:10px 0px 10px 0px;
}

#in_main1 p{
	font: 20px "Angsana New";
	color: #000000;
	margin: 0px 20px 0px 25px;
}

#index{
	float:left;
	width:690px;
	height:508px;
	margin: 24px 10px 0px 43px;
	background: url(/images/index.jpg) no-repeat;
}

#patron{
	float:left;
	width:690px;
	height:508px;
	margin: 24px 10px 0px 43px;
	background: url(/images/patron.jpg) no-repeat;
}

#in_patron{
	float:right;
	width: 300px;
	height:500px;
	margin-top: 5px;
	background: url(/images/bg_patron.png);
}

#guardian{
	float:left;
	width:690px;
	height:508px;
	margin: 24px 10px 0px 43px;
	background: url(/images/guardian_brief.jpg) no-repeat;
}


#artofwar{
	float:left;
	width:690px;
	height:508px;
	margin: 24px 10px 0px 43px;
	background: url(/images/artofwar.jpg) no-repeat;
}

.in_aow{
	float: right;
	width: 480px;
	height:510px;
	margin-top: 5px;
	background:url(/images/bg_horizon.png) no-repeat;
}

#in_main2{
	float:left;
	width: 210px;
	margin: 20px 0px 0px 40px;
}

#in_main2 h2{
	font: 24px bolder Georgia, "Times New Roman", Times, serif;
	color: #aa0000;
	margin: 15px 0px 5px 45px;
}

#bottom{
	float:left;
	width: 1000px;
	height:222px;
	background-image: url(/images/bottom.jpg);
}

#copyright{
	float:left;
	width: 1000px;
}

#copyright td p{
	color: #ffffff;
	font: 11px "Times New Roman", Times, serif;
}

#copyright p a, a:visited{
	text-decoration:none;
	color:#FF0000;
}

#copyright p a:hover{
	text-decoration:none;
	color:#999999;
}