@charset "utf-8";
/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #556876;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	text-align:center;
	font-weight: bold;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
width:740px; 
margin-left:100px;
margin-top:0px;
background-color:#dbe0e4;
border-style:solid;
border-width:thin;
border-color:black;
padding:5px;
}

#header{
width:750px;
margin-left:100px;
margin-top:0px;
}

#k_box{
width:200px;
height:400px;
margin-right:auto;
margin-left:auto;
margin-top:0px;
background-color:#dbe0e4;
position:relative;
float:right;
}
