/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #804000;
 	overflow:-moz-scrollbars-vertical;
	background-color: #FFF7B6;
 }
#snazbg {
	background-image: url("./images/mainbg.jpg");
	background-repeat: repeat;
	background-position: left top;
	background-attachment: fixed;
	position: relative;
	border-style: solid;
	border-width: 0.5px;
	border-color: gray;
	border-top: none;
	border-bottom: none;
	width: 760px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}
#topleft {
	background-image: url("./images/topleftbg.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
}
#bottomright {
	background-image: url("./images/bottomrightbg.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 100%;
}
#content {
	width: 550px;
	min-height: 300px;
	margin-top: 10px;
	margin-bottom: 100px;
	float: right;
	padding: 0 20px 70px 0;
	font-size: 90%;
	line-height: 1.5;
}
#special {
	float: right;
	font-family: Georgia, serif;
	padding: 10px 10px 5px 10px;
	margin: 5px 0px 5px 5px;
	border: 1px solid white;
	width: 250px;
	height: auto;
	background-color: black;
	}
sph {
	font-size: 120%;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	color: #FFFF99;
	}
revp {
	font-family: Georgia, serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	}
	
#navigation {
	float: right;
	margin-top: 96px;
	width: 600px;
	padding: 0 0 5px 0;
	text-align: center;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
}
#navigation li {
	display: inline;
	padding: 0 10px 0 10px;
	font-size: 80%;
	vertical-align: bottom;
}
a:link.normalnav, a:visited.normalnav {
	color: #990033;
	background-color: none;
	padding: 0 5px 0 5px;
	border-style: dashed;
	border-width: 1px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.normalnav {
	text-decoration: underline;
}


img {
	margin: 0;
	border: 0;
	padding: 0;
}

#footer {
	clear: both;
	font-size: 70%;
	color: gray;
	text-align: right;
	height: 25px;
}
#footernavigation a:link, #footernavigation a:visited {
	padding: 0 4px 0 4px;
	color: gray;
	font-weight: bold;
	text-decoration: none;
}
#footernavigation a:hover {
	text-decoration: underline;
	color: white;
}
#footer p {
	margin: 4px;
}
h1 {
}
h2 {
	font-size: 140%;
	font-family: Georgia, serif;
	color: #000000;
}
h3 {
	display: inline;
	font-size: 100%;
	font-weight: bold;
	font-family: Georgia, serif;
	color: #990033;
	background-color: none;
	line-height: 1.5;
	}
p {
	font-family: arial;
	}
p1 {
	font-family: arial;
	}
l1 {
	display: block;
	font-size: 85%;
	color: blue;
	background-color: #F9E4BF;
	padding: 1px 1px 1px 3px;

	}
sub {
	font-size: 120%;
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	color: #990033;
	}
price {
	padding: 0 0 0 10px;
	text-align: right;
	font-weight: bold;
	color: #804000;
	}
top {
	font-size: 80%;
	text-align: right;
	color: blue;
	text-decoration: underline;
	}