@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: auto;
}
#navbar {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #941808;
	height: 40px;
	background-color: #FFFFFF;
	padding-top: 5px;
}
#sidebar h3 {
	color: #FFFFFF;
	background-color: #941808;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}


body {
	background-color: #000000;
	font-family: Calibri;
	font-size: 18px;
	background-image: url(images/teeshirtred.jpg);
	background-repeat: repeat;
}
#header {
	width: 960px;
	background-color: #FFFFFF;
	background-image: url(images/zbulldoglogo.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 210px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #941808;
	margin-bottom: 3px;
}
#main {
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
}
#content {
	float: left;
	width: 620px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #941808;
}
#sidebar {
	float: left;
	width: 300px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}
#header h1 {
	text-align: right;
	vertical-align: middle;
	color: #941808;
	margin-right: 155px;
}
#header h3 {
	color: #941808;
	margin-right: 300px;
	text-align: center;
}
#headertext {
	width: 650px;
	margin-left: 250px;
	margin-top: 25px;
	position: absolute;
}
#phone {
	width: 600px;
	margin-left: 75px;
}

#navbar {
	width: 100%;
}

h2 {
	color: #941808;
	text-align: center;
}
#sidebar h2 {
	text-align: center;
}
#main h1 {
	color: #941808;
	text-align: center;
}
.form {
	text-align: center;
	list-style-type: none;
}
.home {
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
#termite {
	margin-left: auto;
	width: 700px;
	margin-right: auto;
}
#local {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar ul {
	list-style-type: none;
}

