@charset "UTF-8";
body {
	margin: 2 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
#container  {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 850px;
	padding: 0px;
	position: relative;
}
#header  {
	background: url(Images/bg_header_remodel_980x135.jpg) no-repeat;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	height: 135px;
	width: 980px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
#header #contactText{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #dceffe;
	text-align: left;
	position: absolute;
	left: 703px;
	top: 104px;
}
#header #findUs{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	left: 864px;
	top: 104px;
	color: #dceffe;
	position: absolute;
}
#topNavBar {
	background: url(Images/top_nav_bar1.gif) no-repeat;
	margin: 2px 0px 0px 2px;
	padding: 0px;
	height: 35px;
	width: 980px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 30px;
	color: #dceffe;
}
#mainContent  {
	padding: 20 10; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #dceffe;
	height: 592px;
	width: 972px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0px;
	border: 4px solid #0000ff;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#mainContent .storefront {
	height: 369px;
	width: 600px;
	border: 3px solid #000;
	position: absolute;
	left: 190px;
	top: 30px;
}
.textinmain {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 425px;
	height: 160px;
	width: 600px;
	left: 190px;
	line-height: 20px;
	display: block;
}
.Heading3 {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 10px 0px 0px;
	width: 900px;
	height: 25px;
	line-height: 25px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	display: block;
	margin-left: 155px;
	margin-top: 2px;
	position: absolute;
	left: 220px;
	top: 205px;
	margin-right: 5px;
	width: 810px;
}
#block1 {
	background: url(Images/bg_980x150.gif);
	height: 150px;
	width: 980px;
}
#block1 img {
	background: #666 no-repeat;
	padding: 0px;
	height: 130px;
	width: 165px;
	margin-top: 10px;
	margin-left: 20px;
}
#block1 #headline {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-align: left;
	height: 25px;
	width: 755px;
}
#block1 #bodytext {
	padding: 0px;
	height: 130px;
	width: 755px;
	margin-top: -130px;
	margin-left: 205px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
}
#footer  {
	padding: 5 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(Images/bg_bottom_bar980x80.gif) no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	height: 80px;
	width: 980px;
	position: relative;
	margin: 0px;
	color: #dceffe;
	float: left;
}
a:link {
	color: #dceffe;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#navbar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #dceffe;
	background: url(Images/top_nav_bar1.gif) no-repeat;
	text-align: center;
	margin: 2px 0px;
	height: 45px;
	width: 980px;
	line-height: 35px;
}
