
/*-----------------------------------------------------------------------------
		main containers
------------------------------------------------------------------------------*/

body {
	background:#fff url(./image/header_Back.gif) repeat-x center top;
	font-family: "Lucida Grande", "Lucida Unicode", Arial, Verdana, sans-serif;
	font-size: 80%;
	line-height:140%;
	scrollbar-3dlight-color:#794704;
	scrollbar-arrow-color:#e02e2e;
	scrollbar-darkshadow-color:#e02e2e;
	scrollbar-face-color:#cd853f;
	scrollbar-highlight-color:#42310f;
	scrollbar-shadow-color:#794704;
	scrollbar-track-color:#ffffff;
	
	}

#wrap{
	width:960px;
	margin:0 auto;
	}
	
#small_body{
	float:right;
	width:680px;
	}

/*-----------------------------------------------------------------------------
		header
------------------------------------------------------------------------------*/

h1 a{
	text-indent:-9000px;
	background:url(./image/Site_rogo4.gif) no-repeat center;
	height:150px;
	width:375px;
	display:block;
	}
	
		

/*-----------------------------------------------------------------------------
			main menu
------------------------------------------------------------------------------*/
#menu
{
	width:470px;
	margin:32px auto 0;
	display:block;
	padding:75px 20px 30px 20px;
	float:right;
}
	#menu li
		{
			display:inline;
		}

		#menu li a
			{
				text-decoration : none;
				text-transform:uppercase;
				font-size:1.1em;
				font-weight:bold;
				padding:5px;
				color:#fff;
				background:#42310f;
			}

			#menu li a:hover
				{
					text-decoration : none;
					color:#545C0A;
					background:#F4BD54;
				}


/*-----------------------------------------------------------------------------
		main
------------------------------------------------------------------------------*/
#main
{
	width:100%;
	float:right;
}


	#main .title
		{
			padding-top:10px;
    		height:30px;
    		background-color:#42310f;
    		text-align:center;
			color:#BABABA;
			font-family: "‚l‚r ƒSƒVƒbƒN",sans-serif;
			font-weight: bold; 
		}


	#box_left
		{
    		width:380px;
    		padding-top:30px;
    		margin-left:50px;
    		margin-right:50px;
    		float:left;
		}

	#box_Right
		{
    		width:380px;
    		padding-top:30px;
    		float:left;
    		margin-bottom:30px;
		}


	#box_LargeWidth
		{
   			padding-top:30px;
    		width:800px;
     		float:left;
    		margin-bottom:30px;
    		margin-left:50px;
		}


		#box_overflow
			{
    			width:100%;
				height:300px;
				overflow:auto;
    			border: solid 1px #8b0000;
			}


		#box_OverflowHide
			{
    			width:100%;
				height:300px;
				overflow:hidden;
    			border: solid 1px #8b0000;
			}

		#box_LargeIn
			{
    			width:800px;
    			border: double 5px #8b0000;
			}

		#box_LargeIn_NoLine
			{
    			width:800px;
			}

	  		.text
				{
   					margin:25px;
					border-bottom-style:dashed;
					border-bottom-color:#e02e2e;
					border-width:1px;
					font-size: 90%;
					font-family: "‚l‚r ƒSƒVƒbƒN",sans-serif;
				}

	  		.text_NoLine
				{
   					margin:25px;
					font-size: 90%;
					font-family: "‚l‚r ƒSƒVƒbƒN",sans-serif;
				}


/*-----------------------------------------------------------------------------
		footer
------------------------------------------------------------------------------*/

#footer
{
	width:100%;
	font-size:1em;
	background-color:#42310f;
	color:#BABABA;
	clear:both;
	margin:40px 0;
	padding:20px 0 0 0;
    text-align:center;
}

	#footer a
		{
			font-weight: bold; 
			text-transform:uppercase;
			text-decoration : none;
			padding:0 3px;
			color:#fff;
		}

	#footer a:hover
		{
			font-weight: bold; 
			text-decoration : none;
			padding:0 3px;
			background:#fff;
			color:#999;
		}