body {
width:800px;
font-family: verdana;
font-size: 12px;

}

h1{color:#298494;}
h2{color:#298494;}
h3{color:#298494;}
h4{color:#298494;}
b{color:#298494;}

a {color:#ad8c31; text-decoration:none;}
a:link {color:#ad8c31; text-decoration:none;}
a:visited {color:#ad8c31; text-decoration:none;}
a:hover {color:#ad8c31; text-decoration:underline;}

#header{
width:100%;
float: center;
border-bottom:1px dashed #000;
padding:10px;
height:100px;
}


#navi{
width:170px;
float: left;
padding:10px;

}


#content{
min-height:600px;
width:560px;
float: right;
padding:10px;
border-left:1px dashed #000;

}

#footer{
text-align: right;
}

