@charset "utf-8";
/* CSS Document */

body {
	font: 100% "Georgia", Times New Roman, Times, serif;
	background-image:url(media/selftile.jpg);
	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 */
	color: #381a08;
}
#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(media/buggylogo.png);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top: 224px;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 776px;
	margin: 0px 124px 0px 124px;
}
#navcontainer {
	padding-left: 228px;
	background-image:url(media/nav/nav_up_fill-left.jpg);
	background-repeat:no-repeat;
	background-color:#381a08;
	margin: 0px;
}
#content {
	font-size: 17px;
	padding:0px;
	margin: 0px;
}
#footer {
	padding: 30px 0px 10px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width: 776px;
	font-size: 12px;
}
#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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.hrbrown {
	color: #381a08;
}
#content h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	margin: 20px 20px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content h2 {
	font-style:italic;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 20px;
	font-weight: bold;
	font-size:17px;
}
#content h3 {
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
}
#content p {
	line-height: 150%;
	padding: 0px;
	margin: 10px 20px 10px 20px;
	color: #381a08;
}
#content a:link, #content a:visited {
	color:#b33b22;
	text-decoration:none;
	font-weight:500;
}
#content a:hover {
	text-decoration:underline;
	color: #FFF;
}
#colorbar {
	width: 776px;
	background-color:#381a08;
}
#colorbarhome {
	width: 776px;
	background-color:#381a08;
	height: 286px;
}
#colorbargallery {
	width: 746px;
	background-color:#381a08;
	padding: 15px;
}
#designctr {
	width: 209px;
	float: left;
	padding: 15px 0px 15px 15px;
	margin: 0px;
	background-color: #381a08;
}
#slideshow {
	width: 538px;
	padding: 15px 14px 15px 0px;
	margin: 0px;
	float: right;
	background-color: #381a08;
}
.barimage {
	margin: 15px 14px 15px 0px;
}
.floatleft {
	float: left;
	margin: 10px 20px 10px 0px;
	text-align: center;
}
.tableindent {
	margin-left: 20px;
}	
#colorbarlink a:link, #colorbarlink a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:500;
}
#colorbarlink a:hover {
	text-decoration:underline;
	color: #FFF;
}
