/* CSS Document */
body {
	margin: 0px ;
	font-size: 12px ;
	background-image: url(img/bg01.gif) ;
	line-height: 150% ;
	color: #000000 ;
	}

#all{
	width: 800px ;
	position: relative ;
	left: 50% ;
	margin-left: -400px ;
	}

#head {
	width: 800px ;
	height: 67px ;
	padding-top: 35px ;
	padding-bottom: 50px ;
	background-image: url(img/top.gif) ;
	background-repeat: no-repeat ;
	background-position: 0px 15px ;
	text-align: center ;
	}

#main {
	width: 800px ;
	}

#left {
	width: 500px;
	float: left ;
	text-align: center ;
	}

#right {
	width: 300px ;
	float: right ;
	}

#foot {
	width: 800px ;
	height: 67px ;
	background-image: url(img/top.gif) ;
	background-repeat: no-repeat ;
	padding-top: 25px ;
	}

.left_box1{
	width: 444px;
	height: 110px ;
	background-image: url(img/box.gif) ;
	background-position: top ;
	background-repeat: no-repeat ;
	margin-left: 28px ;
	margin-right: 28px ;
	}

.left_box{
	background-color: #1B8CFF ;
	border-color: #1E30DF ;
	border-top-style: none ;
	border-bottom-style: none ;
	border-left-style: solid ;
	border-right-style: solid ;
	border-left-width: 1px ;
	border-right-width: 1px ;
	width: 444px ;
	margin-left: 28px ;
	margin-right: 28px ;
	padding: 40px ;
	text-align: left ;
	}

.left_box2{
	width: 444px;
	height: 110px ;
	background-image: url(img/box3.gif) ;
	background-position: top ;
	margin-left: 28px ;
	margin-right: 28px ;
	margin-bottom: 50px ;
	}

.right_box1{
	width: 283px;
	height: 85px ;
	background-image: url(img/menu.gif) ;
	background-position: top ;
	background-repeat: no-repeat ;
	margin-left: 8px ;
	margin-right: 9px ;
	margin-top: 50px ;
	}

.right_box{
	background-color: #1B8CFF ;
	border-color: #1E30DF ;
	border-top-style: none ;
	border-bottom-style: none ;
	border-left-style: solid ;
	border-right-style: solid ;
	border-left-width: 1px ;
	border-right-width: 1px ;
	width: 283px ;
	margin-left: 8px ;
	margin-right: 9px ;
	padding-top: 10px ;
	padding-bottom: 10px ;
	padding-left: 70px ;
	}

.right_box2{
	width: 283px;
	height: 85px ;
	background-image: url(img/menu3.gif) ;
	background-position: top ;
	margin-left: 8px ;
	margin-right: 9px ;
	margin-bottom: 50px ;
	}
	
.img{
	float:left
	}

h1{
	font-size: 28px ;
	padding: 0px ;
	margin: 0px ;
	color: #FFFFFF ;
	}

h2{
	font-size: 20px ;
	padding: 0px ;
	margin: 0px ;
	color: #FFFFFF ;
	padding-top: 10px ;
	padding-bottom: 20px ;
	}

h3 {
	font-size: 18px ;
	padding: 0px ;
	margin: 0px ;
	color: #FFFFFF ;
	}

strong.s {
	font-weight: normal ;
	}

a {
	text-decoration: none ;
	text-decoration: none ;
	}

a:link {
	color: #FFFFFF ;
	text-decoration: underline ;
	}

a:visited {
	color: #FFFFFF ;
	text-decoration: underline ;
	}

a:active {
	color: #1E30DF ;
	text-decoration: underline ;
	}

a:hover {
	color: #1E30DF ;
	text-decoration: underline ;
	}