body {
width:566px;
margin:0 auto;
margin-top:0px;
font-family: Verdana;
font-size: 10px;
line-height: 14px;
color: #808080;
}


#header {
width:566px;
height:121px;
}


#navigation {
width:566px;
height:auto;
background-color:#fd9096;
margin-top:0px;
text-align: center;
text-transform: uppercase;

}


#content { 
width:566px;
height:auto !important; /* for modern browsers */
height:auto; /* for IE5.x and IE6 */
background-color:#ffffff;
margin-top:8px;
}


#footer { 
width:566px;
height:auto;
background-color:#fd9096;
margin-top:0px;
text-align: center;
}

a:link, a:visited, a:active {
color: #42a2ba;
text-decoration: none;
}

a:hover, a:focus {
color: #ffd4d1;
text-decoration: none;
border-bottom: 2px #9dc0d7 solid;
}

.h1 {
border-bottom:#42a2ba 1px dotted;
text-align: center;
font-size: 24px;
color: #fca984;
}

.h2 {
border-bottom:#fca984 1px dotted;
font-size: 10px;
color: #aa7d7d;
text-transform: uppercase;
text-align: right;
}

b, strong {
color: #fd9096;
}

i, em {
color: #e0bd9f;
}

u, s {
color: #659e8d;
}

blockquote, textarea, button {
border:#42a2ba 1px dotted;
text-align: center;
}