@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
	background-color: #A45200;
	background-image: url(../images/bodybkg.jpg);
	background-repeat: repeat-x;
}
#container  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/containerbkg.jpg);
	background-repeat: repeat-y;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#flashcontainer {
	position: absolute;
	left: 257px;
	top: 154px;
	height: 307px;
	z-index: 50000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}
#mainContent  {
	position: relative;
	height: auto;
	width: 690px;
	left: auto;
	top: 15px;
	font-size: small;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10;
	padding-left: 210px;
	margin-bottom: 35px;
	margin-top: 15px;
	z-index: auto;
}
.stylehead {
	font-size: medium;
}

#menu {
	position: absolute;
	background-image: url(../images/menubkgd.jpg);
	background-repeat: no-repeat;
	height: 655px;
	width: 136px;
	left: 46px;
	top: 519px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: large;
	color: #FFF;
	z-index: 50000;
}

#menuGallery {
	position: absolute;
	background-image: url(../images/menubkgd.jpg);
	background-repeat: no-repeat;
	height: 659px;
	width: 139px;
	left: 46px;
	top: 180px;
	padding-left: 20px;
	padding-top: 20px;
	font-size: large;
	color: #FFF;
	z-index: 50000;
}
#indexflash {
	position: absolute;
	z-index: 5000;
	left: 51px;
	top: 142px;
	height: 301px;
	width: 546px;
	margin-bottom: 20px;
}
.stylemenu {
	color: #FFF;
}

#footer {
	background-color: #A45200;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: xx-small;
	position: static;
	top: auto;
	left: auto;
	width: auto;
	text-align: center;
	background-image: url(../images/containerbkg.jpg);
	background-repeat: repeat-y;
	padding-left: 0px;
	margin-left: 0px;
}
a:link {
	color: #955204;
	text-decoration: none;
}
a:visited {
	color: #955204;
	text-decoration: none;
}
a:hover {
	color: #F99C2B;
	text-decoration: underline;
}
a:active {
	color: #F99C2B;
	text-decoration: none;
}
.style2 {
	font-weight: bold;
	border: thin none #A45200;
}
.style1 {
	font-weight: bold;
	border: thin dashed #A45200;
}
#sideservices {
	position: absolute;
	height: 490px;
	width: 138px;
	left: 52px;
	top: 1212px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: small;
	font-weight: normal;
	background-image: url(../images/sideservicebkg.jpg);
	background-repeat: no-repeat;
	padding-top: 5px;
	z-index: 50000;
}
.style5 {
	font-size: x-small;
}

.style4 {
	border: thin dashed #A45200;
}
.style3 {
	font-weight: bold;
	text-align: center;
	border: thin dashed #A45200;
}
#mainContent table {
	border: medium solid #003700;
}
.styleclass {
	font-weight: normal;
	font-style: italic;
}
.styleftoplink {
	font-size: x-small;
}
#mainGallery {
	position: relative;
	height: auto;
	width: auto;
	left: auto;
	top: 15px;
	font-size: small;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 0px;
	margin-bottom: 35px;
	margin-top: 0px;
	z-index: auto;
	margin-right: 49px;
	margin-left: 210px;
}
#mainContent table tr td {
	text-align: center;
}
.style6 {
	border: 1px solid #072607;
}
