
body {
background: #ffffff url('bkg.jpg') 100px 0px repeat-y;
color: #000000;
font-family: Trebuchet MS;
font-weight: normal;
font-size: 9px;
text-align: justify;
}

input, textarea, select {
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-bottom: 1px solid #000000;
color: #000000;
background: #FFFFFF;
font-size: 11px;
font-weight: normal; 
line-height: 12px;
}

a:link, a:active, a:visited {
 font-family:;
 text-transform: normal;
 font-size: 9px;
 color: #474747;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
  font-family:;
 text-transform:uppercase;
 font-size: 9px;
 color: #9D9186;
 font-weight: none;
 text-decoration: underline;
}

a.nav:link, a.nav:active, a.nav:visited {
 font-family: Small Fonts;
 text-transform: uppercase;
 font-size: 8px;
 color: #000000;
 font-weight: normal;
 text-decoration: none;
 margin-right: 25px;
}

a.nav:hover {
  font-family: Small Fonts;
 text-transform: uppercase;
 font-size: 8px;
 color: #474747;
 font-weight: normal;
 text-decoration: line-through;
 margin-right: 25px;
}

#navi {
 position: absolute;
 left: 100px;
 top: 475px;
 width: 580px;
 height: 17px;
 text-align: center;
}

#navi ul {
list-style: none;
width: 580px;
}

#navi li {
display: inline;
}


b, i {
 color:#6D645B;
}

s, u {
 color:#827B71;
}

h1 {
 font-weight: normal;
 font-size : 40px;
 line-height: 48px; 
 color : #000000;
 background: #9D9186;
 font-family: Times New Roman;
 text-align: center;
 letter-spacing: -2px;
 text-transform: lowercase;
}

h2 {
 font-weight: normal;
 font-size : 10px;
 color: #9D9186; 
 background: transparent;
 font-family: Century Gothic;
 text-align: right;
 text-transform: uppercase;
 letter-spacing: 3px;
}


.content {
 position: absolute;
 top: 520px;
 left: 120px;
 width: 580px;
}

.sidebar {
 position: absolute;
 top: 20px;
 left: 740px;
 width: 140px;
}
