*{
    margin:0;
    padding:0;
    border:none;
    text-align:left;
}

body{
    font-size:11px;
    font-family:Georgia,Verdana,san-serif;
    line-height:1.6em;
}

a{text-decoration:none;}
a:link,a:active,a:visited{color:#000000;}
a:hover{color:white;}

h1{margin:40px 0 10px;font-family:Georgia,Times New Roman;font-size:30pt;text-align:center;}
h2{margin:20px 0 10px;padding:0 10px;border-left:5px solid #000000;}
h3{margin:10px 30px 5px;font-weight:normal;color:#ccc299;}

p{text-align:left;padding:0px 30px;}

p.ss { 
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.05em;
}

.clear{clear:both;}

#header{
    width:600px;
    height:80px;
    margin:0 auto;
    background:url('images/header.jpg') center bottom no-repeat;
}
#main{
    width:600px;
    margin:0 auto 30px;
    border:1px solid #000;
    border-width:20px 1px 0;
}

.menu{margin:20px 10px;font-size:14pt;font-weight:bold;text-align:center;}
.top{
    text-align:right;
    padding:5px;
    margin:10px 0px 0;
    border-top:1px dashed #000000;
    border-bottom:1px solid #000000;
}
