<style type="text/css">

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

/*- Menu --------------------------- */

#menu12 {
	width: 178px;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-size: 10px;
	font-weight: normal;
	font-family: palatino-linotype, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

#menu12 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#menu12 li {
	border-bottom: 1px solid #999999;
	background-color: #ffffff;
	color: #000000;
	margin: 0;
	width: auto;
}

#menu12 li a {
	display: block;
	padding: 3px 0px 3px 0.5em;
	border-left: 5px solid #4C3327;
	border-right: 5px solid #4C3327;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #CDC2B1;
	background-color: #E7E2D9;
	color: #4C3327;
	text-decoration: none;
	width: auto;
}

#menu12 li a:hover {
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	background-color: #cccccc;
	color: #000000;
}

/*- End of Menu --------------------------- */

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

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

.thumbnail:hover{
	background-color: transparent;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: black;
	padding: 5px;
	border: 1px solid black;
	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*/
        color: #E7E2D9;
	visibility: visible;
        position: fixed;
	bottom: -200px;
	[if IE] bottom: 60px;
	[if Gecko] bottom: 60px;
        [if Webkit] bottom: -600px;
	left: 5px; /*position where enlarged image should offset horizontally */
}

/*- End of Popup data --------------------------- */

#menudiv {
	background-color: #FFFFFF;
        color: #000000;
        align: center;
	padding: 0pt;
	float: left;
	width: 17%;
        height: 700px;
}

#addiv {
	background-color: #E7E2D9;
        font-color: #4C3327;
        text-align: center;
	padding: 5pt;
	float: left;
	width: 17%;
}

#bodydiv {
	margin-left: 7pt;
	float: right;
	width: 80%;
	display: inline;
	font-family: arial, sans-serif;
	font-size:8pt;
        background-color: #ffffff;
	font-color: #4C3327;
}

body {
        background-color: #ffffff;
	font-color: #4C3327;
}

h1 {
	color: #820009;
	font-size: 20pt;
	font-family: georgia, trebuchet, arial, sans-serif;
}

h2 {
	color: #007070;
	font-size: 14pt;
	font-family: georgia, trebuchet, arial, sans-serif;
}

h3 {
	font-size: 12pt;
	font-family: arial, sans-serif;
	color: #29292a;
        text-align: center;
}

h4 {
	color: #000080;
        font-size: 12px;
	font-weight: normal;
	font-family: palatino-linotype, Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	padding: 0 0 0 0;
	border-bottom: 1px solid #FBF7E7;
}

h5 {
	font-size: 10pt;
	font-family: Trebuchet-MS, arial, sans-serif;
}

p {
        color:#4C3327;
	font-family: arial, sans-serif;
	font-size: 10pt;
}

li {
        color:#4C3327;
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin-bottom: 1em;
}

img {
        border: 0;
}

table {
        cellpadding: 10;
}

td {
        align: center;
        color:#4C3327;
	padding: 3px;
}

#footer {
        position: relative;
        clear: both;
	text-align: center;
	background-color: #F5F5DC;
	z-index: 1;
}

.linkstrip {
	text-align:center;
	color:#008080;
	font-family: verdana, arial, sans-serif;
	font-size:7pt;
	border: 0;
	height: 30px;
}

.linkstrip a:link {
	color:#000080;
}

.price {
	font-family: georgia, verdana, serif;
        font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
        color: #820009;
}

#adfont {
	font-family: arial, sans-serif;
	font-size:8pt;
        text-align:left;
}

#p2     {
        color:#4C3327;
	font-family: arial, sans-serif;
	font-size: 10pt;
        text-align:left;
}

a:link {
	color:#000099;
        text-decoration: none;
        font-weight: bold;
}

a:visited {
	color:#990099;
        text-decoration: none;
        font-weight: bold;
}