body
{
background-color:#FFE4C4;
margin:auto;
width:860px;
}
header
{
text-align:center;
padding-top:25px;
}
.nav
{
width:860px;
height:35px;
margin-top:10px;
}
.navi
{
width:100px;
background-image:url(menu1.gif);
background-repeat:no-repeat;
text-align:center;
margin:auto;
}
.navi:hover
{
width:100px;
background-image:url(menu2.gif);
background-repeat:no-repeat;
text-align:center;
margin:auto;
}
article
{
width:800px;
height:600px;
background-image:url(article.bmp);
background-repeat:no-repeat;
margin-top:15px;
margin-left:30px;
padding-top:10px;
}
article img
{
text-align:center;
}
article p
{
width:550px;
margin:auto;
margin-bottom:10px;
text-align:center;
}
article h1
{
text-align:center;
}
h3
{
text-align:center;
text-decoration:underline;

}
aside
{
width:800px;
height:155px;
margin-left:30px;
text-align:center;
background-image:url(calendar.gif);
background-repeat:no-repeat;
background-position:center;
}
.calendar
{
text-align:center;
}
footer
{
padding: 5px;text-align: center;
margin:auto;}
