body {
background: #C9A3B8 url("bkg.jpg") repeat-x;
color: #E2E2E2;
font-family: Trebuchet MS;
font-weight: normal;
font-size: 11px;
text-align: center;
}

input, textarea, select {
border-right: 1px solid #E7C5C0;
border-top: 1px solid #E7C5C0;
border-left: 1px solid #E7C5C0;
border-bottom: 1px solid #E7C5C0;
color: #E2E2E2;
background: #775059;
font-size: 10px;
font-weight: normal; 
line-height: 12px;
}

a:link, a:active, a:visited {
 font-family:;
 text-transform: normal;
 font-size: 11px;
 color: #5A3333;
 font-weight: normal;
 text-decoration: none;
}

a:hover {
  font-family:;
 text-transform:none;
 font-size: 11px;
 color: #FFF5FA;
 font-weight: none;
 text-decoration: none;
}

a.nav:link, a.nav:active a.nav:visited {
 font-family: Trebuchet MS;
 text-transform: uppercase;
 font-size: 11px;
 color: #5A3333;
 font-weight: normal;
 text-decoration: none;
}

a.nav:hover {
 font-family: Trebuchet MS;
 text-transform: uppercase;
 font-size: 11px;
 color: #5A3333;
 font-weight: normal;
 text-decoration: line-through;
}

#navi {
 width: 180px;
 margin: 0 auto;
 padding: 0;
}

#navi li {
width: 80px;
 float: left;
 list-style: none;
 margin: 0;
 padding: 0;
 text-align: center;
}


b, i {
 color:#E5CFBE;
}

s, u {
 color:#DEC1D6;
}

h1 {
 font-weight: normal;
 font-size : 20px;
 line-height: 22px; 
 color : #775059;
 font-family: Century Gothic;
 text-align: left;
 letter-spacing: 3px;
 text-transform: uppercase;
 border-bottom: 1px dotted #775059;
}

h2 {
 font-weight: normal;
 font-size : 14px;
 color: #775059; 
 background: transparent;
 font-family: Century Gothic;
 text-align: right;
 text-transform: lowercase;
 letter-spacing: -1px;
 border-bottom: 1px dotted #775059;
 border-top: 1px dotted #775059;
}

#container {
 margin: auto;
 width: 725px;
 text-align: left;
}

.content {
 float: left;
 width: 450px;
}

.sidebar {
 float: right;
 width: 200px;
}

.clear {
 clear: both;
}
