html,
body {
    background: #000 url(img/bg.jpg) top left repeat;
                margin: 0;
                padding: 0;
    font-size:  12px;
    color:      gray;
    font-family:Arial, sans-serif;
}

#header {
 width: 778px; height: 169px;
 border-top: 3px solid gray;
 border-right: 3px solid gray;
 border-left: 3px solid gray;
}

.break {
    clear: both;
}
.navi {
    float: left;
    height: 1000px;
    border-left: 3px solid gray;
    border-bottom: 3px solid gray;
    background-color: #b1b1b1;
    width: 166px;
}
.mc {
    font-family:Arial, sans-serif;
    float: left;
    height: 1000px;
    border-right: 3px solid gray;
    border-bottom: 3px solid gray;
    background-color: #fff;
    width: 612px;
    text-align: justify;
}
.cpbox {
   float: left;
   width: 380px;
   height: 225px;
   margin-left: 10px;
}
a:link,
a:visited {
 font-family:Arial, sans-serif;
 color: #6e2800;
 text-decoration: none;
}
a:hover {
 font-family:Arial, sans-serif;
 color: #6e2800;
 text-decoration: underline;
}
a.el:link,
a.el:visited {
 font-family:Arial, sans-serif;
 color: #6e2800;
 text-decoration: none;
 font-size: 25px;
}
a.el:hover {
 font-family:Arial, sans-serif;
 color: #6e2800;
 text-decoration: underline;
 font-size: 25px;
}
li {
 font-family:Arial, sans-serif;
 color: #6e2800;
 list-style-type: square;
 font-size: 13px;
 margin-left: -10px;
 list-style-position:outside;
}
p {
 margin: 10px;
}
h1 {
 color: #6e2800;
 font-size: 14px;
 text-decoration: underline;
 margin-left: 10px;
}
.cp {
 border: 4px solid gray;
}

