body {
background: #fbbd18;
color: #663300;
text-align: center;
font-family: Georgia, "Times New Roman", Serif;
font-style:italic;
font-size:1em;
padding-top: 10px;
}
* {
margin:0;
padding: 0;
}

a, a:link {
color: #663300;
text-decoration: none;
border-bottom: 1px #663300 dotted;
}
a:hover{
color: #663300;
text-decoration: none;
border-top: 1px #663300 dotted;
border-bottom: 1px #663300 dotted;
}
img, #logo a {border:none;}

#content {
 padding: 0 10px;
text-align: center;
}
#logo {
 float: left;
}
h1{padding-top: 20px;}
#intro {
 text-align: left;
 padding: 10px 160px 0 10px;
 height: 150px;
 text-align: center;
 line-height: 1.5em;
 padding-bottom: 10px;
}
#intro p {padding: 5px ;}
p.contact{padding: 15px 0;}
#paves {
 width: 800px;
 margin: 0 auto;
 padding-top: 20px;
 color: #000;
 clear: both;
}
#pave1, #pave2 {
width: 200px;
background: transparent url(pave.gif) repeat-y top center;
padding: 20px 5px;
}
#pave3 {
background: transparent url(pave.gif) repeat-y top center;
padding: 20px 5px;
}

#pave1 { float: left;}
#pave2 { float: right;}


select, textarea { color: #663300;  background-color: #FFF }
.txtform { 
color: #663300; 
font-family:Georgia,"Times New Roman",Serif;
font-size:1em;
font-style:italic;
}
.txterror { color: #663300; background-color: #e4690c}

table {
margin: 0 auto;
border: 1px #663300 dotted;
}
td {vertical-align: top;}
ul, li {
list-style-position:inside;
}