body {
    background: url('img/line.png') repeat-y 20px 20px;
    margin: 0px;
}

h1 {
    position: relative;
    background: rgba(255,255,204,0.5) url('img/sr.png') no-repeat 99% 50%;
    padding: 5px 120px 5px 25px;
    border-top: solid 1px #3cf;
    border-bottom: solid 1px #3cf;
}

h2 {
    border-bottom: solid 1px #3cf;
    margin: 5px 0px;
}

.nav, .links {
    padding: 25px 1px 25px 0px;
}

.nav {
    position: absolute;
    left: 0px;
    width: 180px;
    background: url('img/br.png') no-repeat bottom right;
}

.nav a, .nav b, .nav i, .links a, .links b {
    display: block;
    border-bottom: solid 1px #3cf;
    text-decoration: none;
    padding: 0px 0px 0px 25px;
}

.cnt {
    position: absolute;
    left: 200px;
    right: 50px;
    min-height: 200px;
    background: url('img/line.png') repeat-y 20px 20px;
}

h2, .cnt p, .cnt table {
    padding-left: 25px;
}
.cnt ol {
    padding-left: 75px;
}

.tl, .br {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: -1;
}

.tl {
    background: url('img/tl.png') no-repeat top left;
}

.br {
    background: url('img/br.png') no-repeat bottom right;
}

img {
    float: left;
    margin: 3px 10px;
}

hr {
    clear: left;
    border: none;
    border-bottom: solid 1px #3cf;   
}

/*
table {
    margin-left: 25px;
    border-collapse: collapse; 
}

table, td {
    border: 1px solid #000000;
}
*/

td {
    padding: 2px 2px;
    font-size: 80%;
}

th {
    padding: 2px 2px;
    font-size: 80%;
    border-bottom: 1px dashed gray;
    padding-top: 1em;
}

h2 > select {
    position: relative;
    top: -3px;
    font-weight: bold;
}

.nav input {
    margin: 1px 5px 1px 23px;
    width: 150px;
}

input[type='submit'] {
    width: auto;
}

form {
    text-align: center;
}

