@charset "utf-8";
/* CSS Document */
body {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	background-image: url(Vista_Ultimate_Wood_No_Glass_by_Mosqu1t0.jpg);
}


.oneColFixCtrHdr #container {
	width: 650px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 0;
	border: 0px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
.oneColFixCtrHdr  #container2 {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: auto;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.oneColFixCtrHdr #header {
	position: fixed;
	top: 15px;
	width: 100%;
	z-index: 99;
	height: 66px;
	text-align: right;
	right: 0px;
	left: 0px;

}
.oneColFixCtrHdr #homeheader {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 99;
	height: 0px;
	text-align: right;
	right: 0px;
	left: 0px;

}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	position: relative;
	width: 650px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(nav/BG2.jpg);
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #galleryContent {
	position: relative;
	width: 650px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(nav/BG2.jpg);
	background-color: #FFFFFF;
	overflow: visible;
	z-index: 1;
}
.oneColFixCtrHdr #footer {
	background-color: #8EC63F;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	position: fixed;
	height: 38px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8EC63F;
	z-index: 100;
	
	
	
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #spacer {
	height:160px
}/* same height as footer/header to preserve space*/
p{
	margin-top:0px;
	color: #FFFFFF;
}
ul#minitabs{
	list-style: none;
	margin: 0;
	padding: 2px 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	text-transform: none;
	background-color: #FFFFFF;
	
}
ul#minitabs li{display: inline;margin: 0 3px}
ul#minitabs a{
	text-decoration: none;
	padding: 0;
	color: #89C843;
	font-size: small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
ul#minitabs a#current{
	color:#8EC63F
}
ul#minitabs a:hover{
	color: #8EC63F;
	background-color: #FFFFFF;
}
a {
	color: #7E8083;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color: #543022;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style2 {
	color: #333333;
	font-size: x-small;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style5 {
	font-size: medium;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style6 {
	color: #805039;
	font-size: small;
	font-weight: bold;
	font-family: "Trebuchet MS";
}
.style7 {
	color: #333333;
	font-size: small;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style8 {
	color: #333333;
	font-size: large;
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-variant: normal;
}
