body {
        background-image: url('images/top_till.jpg');
    	background-color: #ffffff;
	margin: 0px;
	background-repeat: repeat-x;
	font-family: Arial, Verdana;
	font-size: 10pt;
}

h1 { color: #990000;
	font-size: 22px;
	font-family: Trebuchet MS, Myriad Pro, Arial, Verdana;
}
h2 { color: #333333;
	font-size: 18px;
	font-family: Trebuchet MS, Myriad Pro, Arial, Verdana;
}

div.container_top  {
       width: 766px;
       
}

a	{
	color: #990000;
}

a:hover	{
	color: #8e8e8e;
}

div.container_bottom   {
       
       width: 960px;
}

div.flash-banner {
    border: 0;
    margin: 0px;
    text-align:left;
}

.left   {
    width: 291px;
    float: left;
    padding: 0px;
}

.right  {
    width: 640px;
    float: right;
    padding: 0px;
    
}

div.footer {
    background-color: #cccccc;
    padding: 15px;
    margin-top: 20px;
    border-top: 1px solid #a1a1a1;
    align: center;
}

