@charset "utf-8";
/* CSS Document */

body {
	background:url(images/bkg.png);
	background-repeat:100;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:18px;
	font-style: normal;
	font-weight: normal;
	color:#006;
}

.info {
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	color:#F00;
}
h1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#006;
}

h2 {
	font:Arial;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	padding-left:10px;
	color:#F00;
}

#wrapper {
	position:relative;
	width:831px;
	height:760px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	position:relative;
	width:831px;
	height:119px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
}

#navi {
	position:relative;
	float:left;
	width:190px;
	height:115px;

}

#body {
	position:relative;
	width:831px;
	height:585px;
	background-image:url(images/body_bkg.gif);
	background-repeat:no-repeat;
}

#col1 {
	position:relative;
	width:450px;
	height:130px;
	float:left;
	margin-left:70px;
}

#col2 {
	position:relative;
	width:450px;
	height:425px;
	float:left;
	text-align:justify;
	margin-left:70px
	
}
.scroll {
	height:70px;
	overflow:auto;
	padding-right:12px;
	padding-left:8px;
	background-color: #FFF;
}

#row1 {
	position:relative;
	width:200px;
	height:40px;
	float:right;
	text-align:center;
}


#footer {
	position:relative;
	background-image:url(images/footer_bkg.gif);
	width:700px;
	height:29px;
	font:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding-top:10px;
	margin-top:15px;
}
