* {
    padding: 0;
    margin: 0;
} 

@font-face {
    font-family: asenine;
    src: url(asenine.ttf);
}
body {
background-image: url('back.gif');
font-family: calibri, Arial, Helvetica, sans-serif;
font-size: 15px;
line-height: 18px;
color: #000000;
}

img { border: none; }
a { color: #4A6C5F;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
width: 1000px;
background-image: url('back.gif');
margin: 20px auto;
}

#top {
padding: 7px;
}

#header { 
background-image: url('logo100.gif');
background-repeat: no-repeat;
background: #A9C4BA;
border: 1px #5C6A65;
border-style: solid solid none; 
height: 120px;
text-align: right;
color: #fff;
font-size: 30px;
padding: 0px 15px;
}

#header h1 {
font-size: 20px;
font-weight: 200;
letter-spacing: 2px;
padding: 22px 5px 5px 20px;
}

#header h1 a {
color: #fff;
text-decoration: none;
}

#header h1 a:hover {
color: #5C6A65;
text-decoration: none;
}

#header h2 {
color: #000;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 21px;
letter-spacing: -1px;
line-height: 12px;
}

#menu {
font-size: 18px;
letter-spacing: 1px;
height: 30px;
line-height: 30px;
background: #A9C4BA;
border: 1px #5C6A65;
border-style: none solid;
}

#menu ul {
padding-left: 10px;
list-style-type: none;
}

#menu ul li {
display: block;
float: right;
}

#menu ul li a {
color: #ffffff;
padding: 0 10px;
text-decoration: none;
}

#menu li a:hover {
color: #5C6A65;
text-decoration: none;
}

#content {
background: #FFFFFF url(images/content.jpg) repeat-y;
border: 1px solid #5C6A65;
padding:0px 10px 10px 15px;
}

.left {
width: 750px;
float: left;
text-align: justify;
}

.left h1 {
color: #4A6C5F;
font-size: 30px;
padding : 15px 0px 15px 0px;
text-align: center;
}

.left h2 {
color: #4A6C5F;
font-size: 20px;
padding : 20px 0px 10px 0px;
}

.left h3 {
color: #5C6A65;
font-size: 18px;
letter-spacing: -1px;
padding : 20px 0px 5px 0px;
}

#table table {
border-collapse: collapse;
border: 1px solid black;
}

#table tr {
border-collapse: collapse;
border: 1px solid black;
}

#table tr:hover {background-color: #A9C4BA}

#table th {
background-color: #A9C4BA;
color: white;
text-align: center;
padding: 10px
}

#table td {
padding: 5px
}

#table a {
color: #5C6A65;
text-decoration: none;
}

#table a:hover {
color: #ffffff;
text-decoration: none;
}

.left ul {
list-style-type: square;
padding: 5px 10px 10px 20px;
}

#box {
    border: 2px solid #A9C4BA;
    padding: 10px 40px; 
    background: #A9C4BA;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    border-radius: 12px;
    text-align: center;
}

#box:hover { 
    background: #CCD9D2;
}

.right {
padding-top:15px;
width: 197px;
float: right;
font-size: 12px;
}

#bottom {
background: #A9C4BA;
padding: 2px 0;
border: 1px #5C6A65;
border-style: none solid solid;
}

#footer {
text-align: center;
font-size: 11px;
padding: 0 0 10px 0;
}

#footer a { color: #000; }