body {
	margin: 0px;
	padding: 0px;
	background: url(images/page_bkg3.gif);
	font: 13px Arial, Helvetica, sans-serif;
}


#container {
	text-align: center;
	margin: 0px auto;
	width: 955px;
	background: #FFFFFF url(images/navBkg.jpg) repeat-y left;
	border: 1px solid #000000;
}



#header {
	margin: 0px;
	width: 955px;
	padding: 0px;
	text-align: left;
	background: #000000;
}
#nav {
	font: bold 14px/18px "Times New Roman", Times, serif;
	color: #FFFFFF;
	float: left;
	width: 118px;
	text-align: left;
	margin: 0px;
	padding-left: 11px;
	padding-top: 30px;
}
#nav a:link, #nav a:visited, #nav a:active {
	color: #FFFFFF;
	text-decoration: none;	
}

#nav a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#topNav {
	margin: 0px;
	padding: 10px 0px;
	width: 805px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	float: right;
}
#topNav a:link, #topNav a:visited, #topNav a:active  {
	color: #000000;
	text-decoration: none;
}
#topNav a:hover {
	color: #8c4940;
}

#content {
	background: #FFFFFF;
	margin: 0px 15px 0px 150px;
	text-align: left;
	padding: 5px;
}
#footer {
	color: #000000;
	width: 776px;
	margin: 0px 0px 10px;
	text-align: center;
	padding-left: 155px;
	padding-right: 20px;
	font: 12px Arial, Helvetica, sans-serif;
}
.bold12 {
	font-size: 12px;
	font-weight: bold;
}

.bold14 {
	font-size: 14px;
	font-weight: bold;
}
.bold16 {
	font-size: 16px;
	font-weight: bold;
}

.bold28 {
	font: bold 28px "Times New Roman", Times, serif;
}
.bold28Brown {
	font: bold 28px "Times New Roman", Times, serif;
	color: #8c4940;
}


#clearBoth {
	clear: both;
}

/*//////////*/


/*-------thumbnails--------*/

.thumbnail1{
	position: relative;
	z-index: 0;
}
.thumbnail1:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail1 span{ /*CSS for enlarged image*/
position: absolute;
background-color:;
padding: 5px;
left: -1000px;
border:;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail1 span img{ /*CSS for enlarged image*/
	padding: 2px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.thumbnail1:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left:10px; /*position where enlarged left 137 image should offset horizontally */
	margin-top:10px;
	background: #CCCCCC;

}


.thumbnail2{
	position: relative;
	z-index: 0;
}
.thumbnail2:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color:;
padding: 5px;
left: -1000px;
border:;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail2 span img{ /*CSS for enlarged image*/
	padding: 2px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.thumbnail2:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left:-76px; /*position where enlarged left 137 image should offset horizontally */
	margin-top:10px;
	background: #CCCCCC;

}


.thumbnail3{
	position: relative;
	z-index: 0;
}
.thumbnail3:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color:;
padding: 5px;
left: -1000px;
border:;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail3 span img{ /*CSS for enlarged image*/
	padding: 2px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.thumbnail3:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left:-156px; /*position where enlarged left 137 image should offset horizontally */
	margin-top:10px;
	background: #CCCCCC;

}

.thumbnail4{
	position: relative;
	z-index: 0;
}
.thumbnail4:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color:;
padding: 5px;
left: -1000px;
border:;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail4 span img{ /*CSS for enlarged image*/
	padding: 2px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.thumbnail4:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	left:-150px; /*position where enlarged left 137 image should offset horizontally */
	margin-top:10px;
	background: #CCCCCC;

}

.browmBold16 {
	font-size: 16px;
	font-weight: bold;
	color: #8C4940;
}
.smText {
	font-size: 11px;
}
#catFoot {
	float: left;
	width: 770px;
	margin-left: 2px;
	margin-top: 15px;
}

#contentText {
	float: left;
	width: 770px;
	margin-left: 4px;
	margin-top: 15px;
}

#next {
	margin-top: 10px;
	text-align: right;
	margin-right: 100px;
}
#next a:link, #next a:visited, #next a:active  {
	color: #000099;
	text-decoration: none;
}
#next a:hover {
	color: #990000;
	text-decoration: none;
}
