html body
{
text-align:center;
}

#container
{
width:760px;
margin:auto;
text-align:left;
}

#mast
{
height:40px;

padding:0px;
}

#mast_left
{
width:400px;
float:left;
}

#mast_right
{
width:360px;
float:left;
text-align:right;
}

h1
{
margin:0px;
line-height:40px;
}

#navigation
{
border-bottom:1px solid silver;
border-top:1px solid silver;
background:#f1f1f1;
padding:0 5 0 5;
}

form
{
margin:0px;
line-height:40px;
}

#main_body
{
font-size:14px;
padding:5px;
}

.author_alpha
{
border: 1px dashed silver;
font-size: 12px;
text-align: center;
margin-bottom: 1em;
background-color: whitesmoke;
}

ul
{
list-style:none;
margin:0px;
padding:0px;
}

ul li:before {
content: "- ";
}

#footer
{
font-size:11px;
border-top:1px solid silver;
}

.an {
width:500px;
text-align:left;
border:1px solid #333;
}

.anc {
background:#333;
color:#fff;
padding: 0 0 0 5px;
}
