/* Copyright 2006 Justin Gerace */
/*.be-nice-to-Mac-IE5 {
	font-family: "\"}\"";
	font-family: inherit;
}*/

/* General Stuff */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	padding: 7px 0 7px 0;
	background: url(images/background-1.jpg) top no-repeat;
	background-attachment: fixed;
	/*background-color: black;*/
}

body, tr, td, input, select, textarea {
	font: normal small/1.3 Verdana, Arial, Helvetica, sans-serif;
}

.xsmall {
	font-size: x-small;
}

.xxsmall {
	font-size: xx-small;
}

a.xxsmall {
	border-bottom: 1px dotted blue;
}

a:hover.xxsmall {
	border-bottom: 1px dotted #209500;
}

.right {
	float: right;
}

.left {
	float: left;
}

a:link, a:visited {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: none;
	color: #209500;
}

#links a {
	font-weight: bold;
}

ul, ol {
	margin: 0 0 10px 25px;
}

dl {
	margin: 0 0 10px;
}

dt {
	font-weight: bold;
}

dd	{
	margin: 0 0 3px 10px;
}

p {
	margin: 0 0 15px;
}

h1 {
	font-size: large;
	margin: 0 0 12px;
}

h2 {
	font-size: medium;
	margin: 8px 0;
}

h3 {
	font-size: small;
	margin: 6px 0 5px;
}

h4 {
	font-size: x-small;
	margin: 4px 0;
}

h5	{
	font-size: xx-small;
	margin: 3px 0;
}

h6 {
	font-size: xx-small;
	margin: 0;
}

hr {
	display: none;
}

img {
	border: none;
}

acronym {
	border-bottom: 1px dotted;
}

blockquote {
	margin: 10px 25px 20px 25px;
	background-color: #F0F0F0;
	font-style: italic;
	border: 1px dashed black;
	padding: 9px 12px 12px 12px;
}

/* Alignment Stuff */
#wrapper {
	position: relative;
	margin: 0 auto;
	background: transparent;
	text-align: left;
	width: 765px;
	border: 1px solid green;
}

#header {
	width: 760px;
	height: 125px;
	padding-left: 2.5px;
	padding-top: 2.5px;
	padding-right: 1.5px;
	background: white 0 0;
	position: relative;
}

#logo {
	width: 760px;
	height: 75px;
	position: relative;
	background: url(images/logo.png) no-repeat white;
}

#navigation {
	height: 40px;
	width: 760px;
	background: url(images/spacer.png) repeat 0 0;
	padding: 5px 0 5px 0;
}

#navitems {
	height: 40px;
/* 	padding-top: 13px; */
	background-color: #064a0b;
	text-align: center;
/* 	border: 1px solid orange; */
}

#content {
	background: white;
/*	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity: 0.85;
	zoom: 1;*/
}

#content-main {
	padding: 15px 15px 15px 15px;
}

#footer {
	background-color: #BD9F52;
	padding: 7px 0 7px 0;
	text-align: center;
	font-size: 8px;
	text-transform: uppercase;
}

/* Navigation */
#navitems a {
	padding: 4px 15px 4px 15px;
	border: 1px solid black;
	text-decoration: none;
}

#buttons {
	padding-top: 13px;
}

#navitems a:link, #navitems a:visited {
	color: #CFAE5A;
}

#navitems a:hover {
	background-color: #CFAE5A;
	color: green;
}

#navitems {
	font-size: 12px;
}

/* Formatting */
.center {
	text-align: center;
}

#logo span {
	display: none;
}

.title {
	/*border-bottom: 1px solid #CFAE5A;*/
	border-bottom: 2px solid #b46930;
}

.section {
	border-bottom: 1px solid green;
}

.price {
	text-align: right;
	font-weight: bold;
	padding-top: 5px;
}

.fright {
	float: right;
	opacity: 1;
	background: white;
	padding: 4px 4px 4px 4px;
	border: 1px solid #b46930;
}

.flright {
	float: right;
	display: block;
}

blockquote ol, blockquote ul {
	padding-left: 14px;
}