@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 { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
	text-align: left;
	color: #29241A;
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #29241A;
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}




#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: 6;
						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;
				}
