@charset "utf-8";
/* CSS Document */

html, body {
background-color: #fff;
font-size: 90%;
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
}

img {
border: 1px solid #000;
}

h1, h2, h3 {
text-align: center;
}

#menu {
width: 15%;
float: left;
padding: 0px;
border-top: 1px solid #000;
border-left: 1px solid #000;
}

#menu li {
list-style: none;
background-color: #C30;
padding: 10px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}

#menu li a {
color: #fff;
font-weight: bold;
text-decoration: none;
}

#main {
width: 80%;
float: left;
padding: 10px;
}

#title {
margin: 0;
}

#sitename {
font-style: italic;
}
