body {
font-family: helvetica, arial, sans-serif;
color: #666;
letter-spacing: 2px;
background-position: top right;
background-repeat: no-repeat;
}

/*-- layout -------------------------------------------*/

#leftcol {
color: #666;
background-color: #fff;
margin: 30px 0px 0px 10px;
float: left;
width: 250px;
font-size: 10px;
}

#content {
padding: 107px 0px 0px 0px;
margin: 0px 0px 0px 325px;
width: 350px;
font-size: 10px;
line-height: 19px;
}

/*-- text ---------------------------------------------*/

h1 {
line-height: 15px;
font-size: 15px;
}

h2 {
font-size: 15px;
}

h3 {
font-size: 10px;
}

h4 {
font-size: 10px;
letter-spacing: 2px;
color: #a4a4a4;
}

h7 {
color: #666;
background-color: #dcf37e;
}

ul {
list-style-type: none;
display: in-line;
}

li, li.prenxt {
font-family: helvetica, arial, sans-serif;
line-height: 16px;
}

li.desc {
padding-right: 18px;
font-size: 9px;
display: inline;
}

li.prenxt {
font-size: 9px;
padding-right: 75px;
display: inline;
}

/*-- anchors --------------------------------------------*/

a:link, a:visited {
color: #666;
text-decoration: none;
}


a:hover, a:active {
color: #666;
text-decoration: none;
background-color: #dcf37e;
}


/*-- forms --------------------------------------------*/


form input {
float: left;
margin-top: 0.643em;
margin-bottom: 1.929em;
width: 350px;
font-size: 90%;
line-height: 1.25em;
color: #333;
background-color: #eee;
clear: none;
}

form textarea {
float: left;
margin-top: 0.643em;
margin-bottom: 1.929em;
width: 350px;
height: 125px;
font-size: 90%;
line-height: 1.25em;
color: #333;
background-color: #eee;
clear: none;
}


input.button {
float: right;
width: 100px;
color: #000;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: normal;
}












