body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	background-color:#330000;
	background-image: url(images/bkg_leather.gif);
	margin: 0px;
	padding: 12px;
}
ul {
	margin-top:0px;
	padding-top:0px;
}
p {
	margin-bottom:3px;
}
#wrapper {
	text-align: center;
	margin: auto;
}
#main {
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	# min-width:775px;
	# max-width:1100px;
	width: 57em;
	background-image: url(images/page_right.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#fold {
	background-image: url(images/page_fold.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#bottom {
	background-image: url(images/page_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#content {
	margin:0 10px;
}
#header {
	clear: both;
	height:130px;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	margin-right:10px;
}
#menu {
	background-image:url(images/bkg_bluefade.gif);
	background-repeat:repeat-x;
	padding-right:5px;
	margin-right:10px;
	margin-bottom:10px;
	padding-bottom:0px;
	margin-top:5px;
}
#menu img {
	white-space:nowrap;
	display:inline;
}
#menu a {
	margin-left:10px;
	margin-right:10px;
}
em {
	font-size:11px;
}
#faqs {
	background-image:url(images/bkg_yellowfade.gif);
	background-repeat:repeat-x;
	padding-right:5px;
	margin-right:10px;
	margin-bottom:5px;
	padding-bottom:0px;
}
#footer {
	color:#FFFFFF;
	font-size:11px;
	min-width:775px;
	max-width:1100px;
	margin:20px;
	margin-left:auto;
	margin-right:auto;
	width:57em;
}
#footer a {
	color:white;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
bottom: 0px;
left: -1000px;
border: 1px dotted gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
bottom: 35px;
left: -10px; /*position where enlarged image should offset horizontally */
}
