BODY    {
    background-color : #3D91BA;
background-image : url('flowerbg.gif');
background-repeat : repeat;
    font-family : Arial;
    font-size : 8pt;
    color : #FFFFFF;
text-align: center;
}


A:link, A:visited 
{ 
color : #FFFFFF; 
text-decoration : underline; 
}


A:hover, A:active 
{ 
color : #cccccc; 
text-decoration : underline; 
}


p, table, tr, td, ul, li 
{
font-family: Arial; 
font-size: 8pt; 
color: #FFFFFF
}


H1 
{ 
font-size : 12pt; 
color : #DC1E37; 
text-align: center; 
font-family : verdana; 
font-weight : bold;
border-bottom: #626EAA solid 1px;
}

H2 
{ 
font-size : 9pt; 
color : #DC1E37; 
text-align: left; 
font-family : Arial; 
font-weight : normal;
}


input, textarea, select 
{ 
font-family: Arial; 
font-size: 8pt; 
background-color: #3D91BA; 
font-weight: normal; 
color: #FFFFFF; 
border: 2px solid #626EAA; 
}


#container
{
position: relative;
margin: 0 auto;
width: 676px;
text-align: left;
}


#image
{border: 5px solid #626EAA; }


#nav
{
float: left; 
width:160px; 
padding:5px; 
border: 5px solid #626EAA; 
background-color:#3D91BA;
}



#content
{
float: right; 
width:460px; 
- width:500px; 
padding:5px; 
border: 5px solid #626EAA; 
background-color:#3D91BA;
}

#quote
{
position: relative;
padding: 5px;
border: 1px solid #626EAA;
margin-left: 10%;
margin-right: 10%;
}