﻿*
{
	padding: 0; 
	margin: 0;
}
img
{
	border: 0;
}
html
{
    width: 100%;
    height: 100%;
}
body 
{
    font-family: Arial, Helvetica, Sans-Serif;
	background: #000000 url(../img/background.jpg) repeat-x top;
}
#Wrapper
{
    margin: 0 auto;
    width: 990px;
}
#Header
{
    height: 299px;
    background: #000000 url(../img/Header.jpg) no-repeat center;
}
#Nav
{
	height: 50px;
	padding: 67px 0 0 355px;
}
#Nav a
{
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	padding-left: 17px;
}
#Nav a:hover
{
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	padding-left: 17px;
}
#Content
{
    width: 990px;
    background: #FFFFFF url(../img/ContentBG.jpg) repeat-y center;
    height: 100%;
}
#ContentLeft
{
    width: 710px;
    float: left;
    padding: 15px;
    font-size: 12px;
    color: #000000;
}
#ContentRight
{
    width: 220px;
    float: right;
    padding: 15px;
    font-size: 12px;
    color: #000000;
}
#Content h1
{
	padding: 5px 0 10px 0;
	font-size: 20px;
	color: #760908;
}
#Content p
{
	padding: 0 10px 10px 10px;
}
#EstimateForm
{
	position: absolute;
	top: 185px;
	left: 125px;
	width: 161px;	
}
#EstimateForm a
{
	padding: 0;	
}
#Footer
{
	width: 990px;
	height: 25px;
	background-color: #760908;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	padding-top: 5px;
	margin: 0 auto;	
}

