@charset "UTF-8";
body {
	margin: 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(Images/Background/Main-Background.jpg);
}
#container {/*this includes the padding between divs.*/
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	height: 170px;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: transparent;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent;
	font-size: 10px;
	text-align: center;
	color: #29241A;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
					#home {
						width: 72px;
						height: 46px;
						padding: 0;
						position: relative;
						background-image: url(Images/Header/Buttons/Home.jpg);
						background-repeat: no-repeat;
						background-position:center top;
						z-index: 2;
						top: -70px;
						right: -244px;
					}
					#home a {
						height: 46px; 
						display: block;
					}
					#home a:hover {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/Home.jpg);
						background-repeat: no-repeat;
						background-position: center -46px;
					}
					#home a:active {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/Home.jpg);
						background-repeat: no-repeat;
						background-position: center -94px;
					}
					#portfolio {
						width: 72px;
						height: 46px;
						padding: 0;
						position: relative;
						background-image: url(Images/Header/Buttons/Portfolio.jpg);
						background-repeat: no-repeat;
						background-position:center top;
						z-index: 2;
						top: -115px;
						right: -330px;
					}
					#portfolio a {
						height: 46px; 
						display: block;
					}
					#portfolio a:hover {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/Portfolio.jpg);
						background-repeat: no-repeat;
						background-position: center -46px;
					}
					#portfolio a:active {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/Portfolio.jpg);
						background-repeat: no-repeat;
						background-position: center -94px;
					}
					#services {
						width: 72px;
						height: 46px;
						padding: 0;
						position: relative;
						background-image: url(Images/Header/Buttons/Services.jpg);
						background-repeat: no-repeat;
						background-position:center top;
						z-index: 2;
						top: -161px;
						right: -419px;
					}
					#services a {
						height: 46px; 
						display: block;
					}
					#services a:hover {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/Services.jpg);
						background-repeat: no-repeat;
						background-position: center -46px;
					}
					#services a:active {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/Services.jpg);
						background-repeat: no-repeat;
						background-position: center -94px;
					}
					#blog {
						width: 72px;/*Blog*/
						height: 46px;
						padding: 0;
						position: relative;
						background-image: url(Images/Header/Buttons/Blog.jpg);
						background-repeat: no-repeat;
						background-position:center top;
						z-index: 2;
						top: -207px;
						right: -505px;
					}
					#blog a {
						height: 46px; 
						display: block;
					}
					#blog a:hover {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/Blog.jpg);
						background-repeat: no-repeat;
						background-position: center -46px;
					}
					#blog a:active {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/Blog.jpg);
						background-repeat: no-repeat;
						background-position: center -94px;
					}
					#about {
						width: 72px;
						height: 46px;
						padding: 0;
						position: relative;
						background-image: url(Images/Header/Buttons/About.jpg);
						background-repeat: no-repeat;
						background-position:center top;
						z-index: 2;
						top: -254px;
						right: -595px;
					}
					#about a {
						height: 46px; 
						display: block;
					}
					#about a:hover {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/About.jpg);
						background-repeat: no-repeat;
						background-position: center -46px;
					}
					#about a:active {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/About.jpg);
						background-repeat: no-repeat;
						background-position: center -94px;
					}
					#contact {
						width: 72px;/*This is the Contact Button*/
						height: 46px;
						padding: 0;
						position: relative;
						background-image: url(Images/Header/Buttons/Contact.jpg);
						background-repeat: no-repeat;
						background-position:center top;
						top: -300px;
						right: -682px;
						z-index: 2;
					}
					#contact a {
						height: 46px; 
						display: block;
					}
					#contact a:hover {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/Contact.jpg);
						background-repeat: no-repeat;
						background-position: center -46px;
					}
					#contact a:active {
						background-color: transparent;
						background-image: url(Images/Header/Buttons/Contact.jpg);
						background-repeat: no-repeat;
						background-position: center -94px;
					}
#navbar a {
	font-size: 18px;
	width: 780px;
	text-align: center;
	position: relative;
	left: 150px;
	bottom: -15px;
}
#navbar a:link {
	color: #5A1E04;
	text-decoration: none;
}
#navbar a:visited {
	color: #4A1E07;
	text-decoration: none;
}
#navbar a:hover {
	color: #EEB214;
	text-decoration: underline;
}
#navbar a:active {
	color: #DC7611;
	text-decoration: none;
}
				#footer a {
					font-size: 10px;
					width: 470px;
				}
				#footer a:link {
					color: #29241A;
					text-decoration: none;
				}
				#footer a:hover {
					color: #EEB214;
					text-decoration: underline;
				}
				#footer a:active {
					color: #DC7611;
					text-decoration: none;
				}
				#footer a:visited {
					color: #29241A;
					text-decoration: none;
				}

a:link {
	text-decoration: none;
	font-size: 14px;
	color: #29241A;
}
a:visited {
	text-decoration: none;
	color: #4A1E07;
}
a:hover {
	text-decoration: underline;
	color: #EEB214;
}
a:active {
	text-decoration: none;
	color: #DC7611;
}
