@charset "utf-8";
/* CSS Document */

/* ''''''''''''''''' Body '''''''''''''' */
body{
	background:url(../images/top.png),url(../images/bg_ar.png),url(../images/Untitled-1_02.png);
	background-repeat:repeat-x,repeat,repeat-x;
	background-color:#064404;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}

/* ''''''''''''''''' Clear '''''''''''''' */ 
#clr{
	clear:both;
}

/* ''''''''''''''''' Main Body '''''''''''''' */

#war{
	width:900px;
	height:auto;
	min-height:900px;
	margin:auto;
	background-color:#FFF;
}

/* ''''''''''''''''' Body Top '''''''''''''' */

#top{
	margin:auto;
	width:900px;
	height:109px;
	-moz-box-shadow:0px 2px 10px #000;
}

/* ''''''''''''''''' Logo '''''''''''''' */

#logodiv{
	float:left;
	width:70%;
	height:73px;
}

/* ''''''''''''''''' Banner '''''''''''''' */

#bann{
	margin:auto;
	width:900px;
	height:490px;
	background:url(../images/bn_top.png);
	background-repeat:repeat-x;
	border-bottom:5px solid #064404;
}

/* ''''''''''''''''' Body Content '''''''''''''' */

#body{
	width:900px;
	height:auto;
	min-height:671px;
	margin:auto;
	-moz-box-shadow:0px 5px 10px #000;
	-webkit-box-shadow:0px 5px 10px #000;
	box-shadow:0px 5px 10px #000;
}

/* ''''''''''''''''' Body Content Left '''''''''''''' */

#body_left{
	float:left;
	width:170px;
	height:auto;
	min-height:671px;
	background-color:#CED7FF;
}

/* ''''''''''''''''' Body Content Medil '''''''''''''' */

#body_mdl{
	float:left;
	width:530px;
	height:auto;
	min-height:671px;
}

/* ''''''''''''''''' Body Content Right '''''''''''''' */

#body_rit{
	float:left;
	width:200px;
	height:auto;
	min-height:671px;
	background-color:#E5E5E5;
}

/* ''''''''''''''''' Body Content Main '''''''''''''' */

#body_main{
	margin:auto;
	width:500px;
	height:auto;
	min-height:671px;
	padding:10px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* ''''''''''''''''' Footer '''''''''''''' */

#footer{
	width:900px;
	height:20px;
	background-color:#C9FCCF;
}