a:link, a:active, a:visited
{
color: #f1a49e;
text-decoration: none;
font-weight:bold;
}

a:hover
{
color: #a5a0a7;
text-decoration: none;
cursor: hand;
position:relative;
top:1px;
}

.h
{
color: #a5a0a7;
text-transform: uppercase;
font: 12pt/13px  century gothic, sans-serif;
padding-bottom: 2px;
}

select
{
color: #f1a49e;
font: 8pt/13px arial, sans-serif;
letter-spacing: 1px;
background: #fff;
border: 1px solid #a5a0a7;
}

textarea, input
{
color: #f1a49e;
font: 8pt/13px arial, sans-serif;
letter-spacing: 1px;
background: #fff;
border: 1px solid #a5a0a7;
padding: 1px;
}

#top
{
position:absolute;
top:0px;
left:10%;
}

#c
{
position:absolute;
top:330px;
left:9%;
width:635px;
}

body
{
color: #36b3a6;
font: 8pt/13px arial, sans-serif;
letter-spacing: 1px;
background: url(bg.jpg) repeat-x;
cursor: default;
text-align: justify;
}

#all
{
position:absolute;
top:295px;
left:16%;
width:460px;
}

#navigation 
{
list-style: none;
margin: 0; 
padding: 0;
}

#navigation li 
{
float: left;
margin-right: 6px;
}

#navigation li a 
{
display: block;
background: #fff;
width: 70px;
text-align: center;
color:  #f1a49e;
font: 10pt century gothic, sans-serif;
text-transform: uppercase;
text-decoration: none;
}

#navigation li a:hover 
{
background: #f1a49e;
color:  #fff;
text-decoration: none;
position:relative;
top:1px;
}