/* CSS Style sheet for nakedtomato.com */
/* Body Style */
body
{
margin:0;
background-image: url("images/tomato-bg-lg.jpg");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 100% 70%;
background-color: #ffffff
}

/* Main Page Header */
p#header
{
font-family: "monotype corsiva";
font-size: 56px;
font-weight: 400;
text-align: center;
color: #ff0000
}

/* Welcome Banner */
p#welcome
{
text-align: center
}

/* Standard Body Paragraphs */
p
{
font-family: "Microsoft Sans Serif", sans-serif, sans, arial;
font-size: 16px;
font-weight: 500;
text-align: left
}

/* Contact */
p#contact
{
font-family: sans-serif, sans, arial;
font-size: 14px;
font-weight: normal;
text-align: left
}

/* Menu */
p#menu
{
font-family: "monotype corsiva";
font-size: 18px;
font-weight: bold;
text-align: left;
color: #ff0000
}

/* links */
p#links
{
font-family: "trebuchet ms", helvetica, arial;
font-size: small;
font-weight: normal;
text-align: center
}

/* Out side links for Validator */
p.out
{
font-family: "trebuchet ms", helvetica, arial;
font-size: x-small;
font-weight: normal;
text-align: center
}

/* Counter */
p#count
{
font-family: "trebuchet ms", helvetica, arial;
font-size: small;
font-weight: 400;
text-align: center
}

/* Table border and cell padding*/
table
{
border-style: none
}
td
{
padding: 0
}

