
body {
background: #ffffff url("bkg.jpg") 200px 0px repeat-y;
color: #9D9DC6;
font-family: Trebuchet MS;
font-weight: normal;
font-size: 9px;
text-align: justify;
}

input, textarea, select {
border-right: 1px solid #9D9DC6;
border-top: 1px solid #9D9DC6;
border-left: 1px solid #9D9DC6;
border-bottom: 1px solid #9D9DC6;
color: #000000;
background: #00CCCB;
font-size: 9px;
font-weight: normal; 
line-height: 11px;
}

a:link, a:active, a:visited {
 font-family:;
 text-transform: normal;
 font-size: 9px;
 color: #DA458C;
 font-weight: normal;
 text-decoration: none;
}

a:hover {
  font-family:;
 text-transform:none;
 font-size: 9px;
 color: #DA458C;
 font-weight: none;
 text-decoration: line-through;
}

b, i {
 color:#00CCCB;
}

s, u {
 color:#96E4BC;
}

h1 {
 font-weight: bold;
 font-size : 20px;
 line-height: 10px; 
 color : #000000;
 background: #00CCCB;
 font-family: Century Gothic;
 text-align: left;
 letter-spacing: 2px;
 text-transform: lowercase;
 border-top: 10px solid #96E4BC;
 border-bottom: 10px solid #DA458C;
}

h2 {
 margin: 0px;
 font-weight: normal;
 font-size : 10px;
 color: #DA458C; 
 background: transparent;
 font-family: Century Gothic;
 text-align: center;
 text-transform: uppercase;
 letter-spacing: 3px;
}

.content {
 position: absolute;
 top: 100px;
 left: 400px;
 width: 465px;
}

.leftsidebar {
 position: absolute;
 top: 45px;
 left: 205px;
 width: 185px;
}

.rightsidebar {
 position: absolute;
 top: 441px;
 left: 870px;
 width: 185px;
}

.sideitem {
 border: 1px dotted #DA458C;
 background: transparent;
 margin-bottom: 30px;
 padding: 3px;
}
