a 
{
text-decoration: none; 
}

a:link, a:visited 
{
color:#fadb9d;
text-decoration: underline; 
}

a:hover, a:active 
{
color:#fff;
text-decoration: underline; 
}

img
{
border:0;
}

h1
{
font-size:1.5em;
font-weight:normal;
color:black;
text-align:center;
margin-top:1em;
}

h2
{
font-size:1.1em;
font-weight:normal;
color:black;
}

ul li
{
margin:0 0 0.3em 1em;
font-size:0.9em;
}

cleared 
{
clear:both;
}

.alright
{
float:right;
margin-left:2em;
}

.center 
{
clear:both;
width:100%;
text-align:center;
}

.quote {
color:black;
font-family:times,times new roman, serif;
font-style:italic;
}

/* STRUCTURAL */

div#w00
{
float:left;
width:100%;
}

div#coll
{
position:absolute;
visibility:hidden;
}

div#colr
{
z-index:0;
width:100%;
top:0;
left:0px;
}


/* HEADER */

div#header
{
visibility:hidden;
position:absolute;
}

/* TEL BAR */

div#bar
{
width:100%;
text-align: right;
}

div#bar .tel
{
font-size:1.5em;
}


/* CONTENT */

div#content
{
width:100%;
margin:2em 0;
}



/* FOOTER */

div#footer
{
width:100%;
font-size:0.7em;
text-align:center;
color:#555;
}

div#footer a:link,div#footer a:visited
{
text-decoration:none;
color:#555;
}

div#footer a:hover,div#footer a:active
{
text-decoration:none;
color:#555;
}



form
{
margin: 0;
padding: 0;
font-size: 1em;
width:100%;
}

form fieldset
{
clear: both;
background:#3d150c;
border:1px solid #aea395;
padding: 10px;
margin: 0 0 1em 0;
}

.qu
{
clear:both;
width:100%;
font-size:0.8em;
font-weight:bold;
margin: 0.5em 0 0.1em 0;
}

.qul
{
clear:both;
float:left;
width:20%;
font-size:0.8em;
font-weight:bold;
margin: 0.5em 0 0.1em 0;
}

.qur
{
float:left;
width:79%;
}

.small
{
font-size: 0.7em;
font-style:italic;
}

input.text {
width:100%;
margin: 0.5em 0 0.1em 0;
}

input.radio {
width: 50px;
margin: 0.5em 0 0.1em 0;
}

textarea {
width:100%;
margin: 0.5em 0 0.1em 0;
overflow: auto;
}

.submit {
text-align:center;
}