body{
margin: 3%;
padding: 0;
background: #050505;
font-family: arial;
font-size: 14px;
color: #FFFFEE;
line-height: 150%;
}

a{ color: #EBD8A7; }
a:visited{ color: #FAF6DE; }
a img{ border: 0; }
input, textarea{ background: #FCFCEB; padding: 6px; }
input:focus, textarea:focus { background: #FFFFF5; }

h1{ font-size: 24px; font-weight: normal; }
h2{ font-size: 21px; font-weight: normal; }
h3{ font-size: 18px; font-weight: normal; }
h1, h2, h3{ font-family: georgia, times new roman; }

form{ display: inline; }
td{ vertical-align: top; }

#wrapper{ background: #1D1D1D url("/img/bg-gradient-down.jpg") repeat-x top; }
#wrapper2{ background: url("/img/bg-gradient-up.jpg") repeat-x bottom; padding: 3%; }

#mainleft{ width: 290px; float: left; }
#mainright{ margin-left: 290px; text-align: left; }
#converter{ padding: 2%; }
#adsense{ text-align: center; }
#statements{ font-size: 12px; font-style: italic; margin-top: 2%; border-top: 1px solid #6C6A66; }
#content{ clear: both; }

.button{ background: #D4D0C8; color: #000000; }
.button:focus{ background: #D4D0C8; }

