/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-size:0.75em;
	color:#0084DC;
	line-height: 1.4;
	text-align: center;
	background-image:url(../images/line.gif);
	background-repeat:repeat-y;
	background-position:center;
}
#wrapper { 
	margin: 0 auto;
	text-align:left;
	width: 840px;
	background-color: #FFFFFF;
	background-image:url(../images/line.gif);
	background-repeat:repeat-y;
	position: relative;
}
#main{
	background-image:url(../images/main_bg.jpg);
	height:430px;
}
.mainlogo {
	position: absolute;
	top: 20px;
	left: 40px;
}

#contents {
	clear:both;
	background-color:#0084DC;
	padding:0 0 0 20px;
	margin:0 21px 0 21px;
	line-height: 1.6;
}
#secontents{
	clear:both;
	background-image:url(../images/secontents_bg.jpg);
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:240px;
	margin:20px 0 50px 0;
}
#footer {
	text-align:center;
	width:798px;
	padding:60px 0 20px 0;
	margin:0 21px 0 21px;
	background-image:url(../images/img_footer.gif);
	background-repeat:no-repeat;
	font-size:0.8em;
}
#info {
	font-size:0.8em;
	color:#FFFFFF;
	line-height: 1.5;
}
a:link,a:visited {
	font-size:0.75em;
	color:#FFFFFF;
	line-height: 1.5;
	text-decoration: underline;
}
a:hover,a:active {
	font-size:0.75em;
	color:#09357E;
	line-height: 1.5;
	text-decoration: underline;
}
.Reset{
	clear: both;
	float: none;
}

















