body
{
background-image: url(../images/seashellback.jpg);
background-repeat: no-repeat;
background-position: bottom left;
background-attachment: fixed;
background-color:#FFFFFF;
margin:2px; 
font-family:Arial;
}

div.container
{
width:750;
margin:0px;
/*border:1px solid black;*/
float:left;
}

div.header
{
padding:3px;
/*border-bottom:1px solid black;*/ 
clear:left;
}

div.footer
{
padding:3px;
font-size:11px;
font-weight:bold;
/*border-top:1px solid black;*/ 
clear:left;
}

div.content
{
padding:3px;
}

div.category
{
width:100%;
padding:8px;
/*border:1px solid black;*/
}

div.ads
{
width:100;
margin:0px;
}

h1
{
margin:0px;
font-size:32px;
}

h2
{
margin-top:0px;
margin-bottom:0px;
color:#CC3300;
font-size:16px;
font-weight:bold;
}

span.maintext
{
font-size:12px;
}

a
{
color:#0000FF;
text-decoration:none;
}

a:visited
{
color:#0000FF;
text-decoration:none;
}

a:hover
{
color:#000066;
text-decoration:none;
}

img.thumb
{
float:left;
margin:0px 3px 3px 0px;
}


