body {
	font-family: Georgia, "Trebuchet MS", Arial, sans-serif;
	font-size: 100.01%;
	background: #000;
	text-align: left;
	margin: 0px;
}
#wrapper {
	background: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #000;
}

#header {
	height: 150px;
	background: #340100;
}

#header a img {
	border-style: none;
}

#navBar {
	background: #FFF;
	height: 58px;
	padding-left: 40px;
}
#navBar a img {
	padding-right: 5px;
	padding-left: 5px;
	border-style: none;
}
#navBar a #freeQuote  {
	margin-left: 262px;
}
#subNavBar {
	background: #360000;
	height: 16px;
}

#mainContent {
	background: #FFF;
	float: left;
	width: 570px;
	padding: 25px 10px 25px 40px;
}
h1  {
	font-size: 140%;
	color: #790000;
}
h2  {
	font-size: 130%;
	color: #790000;
}


#mainContent p {
	font-size: 100%;
}
#mainContent p img {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#mainContent p  #payPal{
	display: block;
	margin-right: auto;
	margin-left: auto;
}


#sidebarRight {
	float: right;
	width: 380px;
	background: #FFF;
	padding-bottom: 10px;
}
#sidebarRight #houseLight2 {
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding-top: 20px;
}
#sidebarRight #houseLightPicHome {
	margin-top: 40px;
	position: relative;
	right: 5px;
	display: block;
}
#sidebarRight #christmasLights {
	display: block;
	position: relative;
	right: 10px;
}


#footer {
	background: #000 url(/photoshop_sliced_exports/footer.jpg) no-repeat;
	height: 112px;
	text-align: center;
	clear: both;
	color: #FFF;
}
#footer p     {
	font-size: 70%;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
}
#footer p a {
	text-decoration: none;
	color: #FFF;
}
fieldset {
	background: #FFF;
	width: 450px;

}

fieldset p label {
	padding-left: 10px;

}
fieldset p label #button {
	width: 75px;
	padding: 0px;
}
fieldset p label input , fieldset p label select, fieldset p label textarea{
	display: block;
	width: 275px;
	margin-left: 10px;
}
p #payPal {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


.boldRed {
	font-weight: bold;
	color: #790000;
}

.centerText {
	text-align: center;
}

