﻿html, body
{
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    background-image: url(images/background.png);
    background-repeat: repeat-x;
    background-color: #000;
    color: #9B9B9B;
}

a, a:link, a:visited
{
    text-decoration: underline;
    color: #F7403A;
}

a:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 0px;
}

p
{
    margin-top: 0px;
} 

h1 { font-size: 19px; }
	
h2 { font-size: 16px; }
	
h3 { font-size: 14px; }

h4 { font-size: 12px; }

h5 { font-size: 10px; }

h6 { font-size: 10px; }

#base-div
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 964px;
}