﻿html, body 
{
    background-color: #F3F3F3;
    margin: 4px 0 0 0;
    padding: 0 0 0 0;
    border: none;
    font-family: "Arial Narrow";
	color: #737373;
}

h1
{
	font-size: 17px;
	font-weight: normal;
    color: #780001;
    margin-bottom: 0px; 
}

BODY
{
	background-image: url(images/boxes.jpg);
	background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat;
}

IMG
{
	border: none;
	margin: 0 0 0 0;
}

div.body
{
	font-size: 15px;
	width: 946px;
	min-height: 100%;
	margin: 0px auto;
	background-image: url(images/back.png);
	padding: 0px 8px 0px 8px;
}


a 
{
    text-decoration: none;
    color: #780001;
}

