html, body {
background-color:#c3c7cd;
height:100%;
font-family:arial;
color:rgb(60,60,60);
background:url("../images/tile_b.jpg") repeat-x fixed left center #c3c7cd ;
}
#web{
height: 100%;
height: 100%;
min-height:800px;
width: 850px;
margin: auto;
bottom:0;
text-align: center;
position: relative;
background-color:white;
box-shadow:0pt 0pt 30px rgba(0, 0, 0, 0.3);
}
/*Header*/
#head {
position: absolute;
top: 0px;
left: 0px;
width: 850px;
height: 140px;
background-color: #1c3564;
color:white;
overflow: hidden;
margin-top:-10px;
z-index: 100;
font-family: Times New Roman;
border-radius:10px;
}
#logo1{
background-color:#1c3564;
width:100px;
height:100px;
float:left;
margin-left:40px;
margin-top:5px;
}
/*Content*/
#main {
width: 645px;
float: right;
padding-top: 140px;
}
#edit{
padding: 4px 15px 20px;
text-align: justify;
background-color:white;
border-radius:5px;
margin:0px 5px 0px 0px;
font:18px Arial;
float:left;
}
h1{
border-bottom:1px solid #1c3564;
margin-top:-5px;
color:#1c3564;
font-family:"Arial Narrow";
}
#nav {
position: relative;
width: 205px;
float: left;
padding-top: 140px;
text-align: left;
}
li.menu{
float:left;
padding:0px 2px 2px 2px;
text-align:center;
}
a.menu{
display:block;
line-height:50px; 
width:190px;
background-color:#1c3564;
border-radius:5px;
text-decoration:none;
color:white;
}
a.menu:hover{
display:block;
line-height:50px; 
width:190px;
background-color:#9d1414;
border-radius:5px;
text-decoration:none;
color:white;
}
a.active{
display:block;
line-height:50px; 
width:190px;
background-color:#9d1414;
border-radius:5px;
text-decoration:none;
color:white;
}
ul.menu{
list-style-type:none;
margin:0;
padding:0px 0px 0px 5px;
}
#notice {
display:block;
background-color:#dadfed;
border-radius:5px;
z-index:999;
width:170px;
padding:10px;
text-decoration:none;
color:rgb(60,60,60);
font-weight:bold;
}
table{
width:610px;
border-collapse:collapse;
position:relative;
}
th{
background-color:#1c3564;
color:white;
font-weight:bold;
text-align:center;
font-size:1.5em;
border:1px solid #1c3564;
}
td.one{
background-color:#dadfed;
border:1px solid #1c3564;
}
td.two{
border:1px solid #1c3564;
} 
/*footer*/
#footer {
padding-top:5px;
width: 850px;
line-height: 30px;
clear: both;
text-align: center;
left: 0px;
bottom: 0px;
position: relative;
margin:0 auto;
margin-top:-70px;
z-index: 100;
color:rgb(150,150,150);
background-color: rgb(255, 255, 255);
border-top: 1px solid #1c3564;
}