body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#bottom_bg {
	background:url(images/bottom_bg.jpg) repeat-x left bottom;
	position:relative;
	clear:both;
	width:100%;
}
#center_bg {
	background:url(images/center_bg.jpg) repeat-y center top;
	width:779px;
	margin:0 auto 0 auto;
	padding-left:10px;
	padding-right:10px;
}
#top_bg {
	background:url(images/top_bg.jpg) repeat-x left top;
}.logo {
	float: left;
	height: 102px;
	width: 402px;
}
.top_navi {
	font-family: "trebuchet MS";
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:right;
	text-decoration: none;
	background-image: url(images/top_navi_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	padding-right:24px;
	height: 97px;
	padding-top:5px;
	width: 353px;
}
.top_navi a {
	font-family: "trebuchet MS";
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:right;
	text-decoration: none;
}
.top_navi a:hover {
	font-family: "trebuchet MS";
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-align:right;
	text-decoration: underline;
}
.header {
	float:left;
	width:452px;
	height:214px;
}
.header_1 {
	float:left;
	width:327px;
	height:214px;
}

h1{
color:#990000;
font-size:15pt;
margin: 3px;
}
h2{
color:#990000;
font-size:13pt;
}
.red_bg {
	background:url(images/red_bg.jpg) repeat-x left top;
	padding-left:16px;
	padding-right:16px;
	padding-top:29px;
}
.content {
	font-family:"trebuchet MS";
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	padding-left:10px;
	text-align:justify;
	line-height:17px;
	color:#666666;
}
.copyright_bg {
	background:url(images/bottom_copyright.jpg) no-repeat left bottom;
	height:20px;
	padding-top:38px;
	padding-bottom:5px;
	padding-left:89px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	line-height:17px;
	color:#FFFFFF;
	vertical-align:bottom;
}