html { overflow: -moz-scrollbars-vertical !important; }

html { min-height: 100%; margin-bottom: 1px;}

a, a img, a:hover img, a:visited img { outline: none;}

body {background: url(i/bg.jpg) top center; margin: 0; padding: 0; background-repeat:no-repeat;	background-color: #6d5e37;}

.footer {
	background: url(i/bg-footer.jpg) top center;
	margin: 0;
	padding: 0;
	background-repeat:no-repeat;
	background-color: #6d5e37;
	font-size: 14px;
	font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, sans-serif;
	color: #cfc19d;
}

.text {
	font-size: 14px;
	font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, sans-serif;
	color: #574a24;
}

.text-2 {
	font-size: 14px;
	font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, sans-serif;
	color: #574a24;
	line-height: 14px;
}

.cright {
	font-size: 13px;
	font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, sans-serif;
	color: #8f856e;
}

	
.pages {
	font-size: 12px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	padding-left: 12px;
	padding-right: 6px;
}

.t- {
	margin-top: 50px;
	font-size: 32px;
	font-family: Georgia,Trebuchet MS, Lucida Grande, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
}

a.pages:link {
  color: #958763;
  font-family: Lucida Grande, Arial, Helvetica, sans-serif;
  text-decoration : none;    
}
a.pages:visited {
  color: #958763;
  font-family: Lucida Grande, Arial, Helvetica, sans-serif; 
  text-decoration : none;
}
a.pages:hover { 
  color: #ffffff;
  font-family: Lucida Grande, Arial, Helvetica, sans-serif; 
  text-decoration : none; 
}

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 642px;
height: 650px; /* Set height to be able to contain height of largest content shown*/
border: 1px solid #eadfc3;
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #fef9ef;
padding: 15px;
visibility: hidden;
width: 612px;
font-size: 14px;
font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, sans-serif;
color: #574a24;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 400px;
margin-top: 2px;
text-align: left; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
font-size: 14px;
font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, sans-serif;
color: #574a24;
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #c89c2d;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #fef9ef;
color: #4c4c4c;
}

.glidecontenttoggler a:hover{
color: #4c4c4c;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{

}

.style2 {font-family: Arial, Helvetica, sans-serif}
