html, body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Georgia, Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #146262;
	font-weight: bold;
	font-style: italic;
	background: #e2d2a2 url(images/all_bg.jpg) center top no-repeat;
}
A{
	font-family: Georgia, Tahoma, Arial, Verdana, sans-serif;
	text-decoration: underline; 
	color: #1166b5;
}
A:hover{
	text-decoration: none;
}
A IMG{
	border: 0;
}
table td{
	vertical-align: middle;
}
#content{
	width: 990px;
	height: 770px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#content blockquote{
	width: 245px;
	height: 130px;
   margin: 20px auto 63px auto;
}
#content blockquote a{
	width: 245px;
	height: 130px;
   display: block;
   overflow: hidden;
   text-indent: -700em;
}
#content #search{
	width: 876px;
	margin: 0 auto;
	font-size: 14px;
	color: #293d57;
	font-weight: bold;
	text-align: right;
}
#content #search input{
	width: 145px;
	margin: 0 0 0 5px;
	font-size: 12px;
}
#content .txt{
	position: absolute;
	text-align: center;
	line-height: 1.8em;
}
#content #txt_top{
	top: 318px;
	left: 535px;
	width: 390px;
}
#content #txt_top table td{
	height: 74px;
}
#content #txt_left{
	top: 392px;
	left: 58px;
	width: 330px;
}
#content #txt_left table td{
	height: 42px;
}
#content #txt_right{
	top: 410px;
	left: 590px;
	width: 355px;
}
#content #txt_right table td{
	height: 54px;
}
#content #txt_bottom{
	top: 700px;
	left: 0px;
	width: 990px;
	color: #ffffff;
	line-height: normal;
}
#bottom{
	width: 990px;
	margin: 0 auto;
	padding: 60px 0 20px 0;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	color: #5e5339;
	font-weight: normal;
	font-style: normal;
}
#bottom a{
	font-family: Tahoma;
	color: #5e5339;
	text-decoration: none;
}
#bottom a:hover{
	text-decoration: underline;
}