/* style.css */

body 
{
color:#000000; 
background-color:#FDF5E6;
margin-top:0; 
margin-left:0;
font-family:verdana,helvetica,sans-serif; 
font-size:12px;
line-height:150%; 
}
div.container
{
width:740px;
position:absolute;
top:0px;
left:0px;
}
div.left
{
position:absolute;
top:170px;
left:0px;
width:140px;
text-align:center;
}
div.text
{
width:600px;
padding-left:50px;
}
div.content
{
position:absolute;
top:90px;
left:140px;
width:598px;
color:#000000;
background-color:#fdf5e6;
text-indent:10px;
}
div.footer
{
color:#000000; 
height:30px;
font-size:10px;
text-align:center;
}
p
{
padding-top:5px;
padding-left:5px;
padding-right:5px;
padding-bottom:5px;
}
p.center
{
text-align:center
}
p.small
{
font-size:10px;
text-align:center;
}
h1
{
font-size:14px;
font-weight:bold;
text-align:center;
}
h1.same
{
color:#FDF5E6;
}
img
{
border:none;
}
.aligncenter
{
text-align:center;
}


/* link styles */
a:link {color:#003366}
a:visited {color:#660033 }

