body {
	text-align: center;
	font-size: 80%;
	padding: 0;
	border: 0;
	margin: 0;
	line-height: 1.1em;
	color: #000000;
	background-color: #c9c9c9;
	background-image: url("images/bg.gif");
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Georgia, serif;
} #center {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	border: 0;
	text-align: left;
	margin-bottom: 0px;
}


/* nav */
#nav {
	float: left;
	width: 300px;
	text-align: center;
	margin-top: 38px;
	margin-bottom: 50px;
} #nav a {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	display: block;
	width: 161px;
	height: 30px;
	margin-top: 10px;
	background-image:url("images/button_off.gif");
	background-repeat: no-repeat;
} #nav a:hover {
	background-image:url("images/button_over.gif");
} #nav a.on {
	background-image:url("images/button_on.gif");
}

/* credit link */
#credit {
	clear: both;
	background-color:#000;
	margin-top: 20px;
	height: 14px;
	margin-bottom: 0px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
} #credit a {
	width: 285px;
	height: 14px;
	margin-left: 300px;
	display: block;
	background-color: #999;
} #credit a:hover {
	background-color: #ccc;
} 

/* content */
#content {
	margin-left: 300px;
	width: 380px;
	margin-top: 20px;
	text-align: left;
} p { 
	text-align: left;
} p.center {
	text-align: center;
} #content img {
	border: 1px solid #666;
} h1 {
	font-weight: normal;
	font-size: 1.5em;
	font-style: italic;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
} h2 {
	font-weight: normal;
	font-size: 1.3em;
	font-style: italic;
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
} h3, th {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
} li {
	text-align: left;
}

a {
	color: #000;
	font-weight: bold;
} a:hover {
	color: #999;
} a img {
	border: 0px;
}


/* item tables */
input.paypal  {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 28px;
	padding-right: 29px;
	display: block;
	width: 52px;
	height: 10px;
	background-image:url("images/buynow_button_off.gif");
	background-repeat: no-repeat;
} input.paypal:hover {
	background-image:url("images/buynow_button_over.gif");
} input.paypal:active {
	background-image:url("images/buynow_button_on.gif");
}



/* form formatting */
form#inquiry {
	width: 380px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: right;
} form div {
	margin-top: 5px;
	clear: both;
	padding-bottom: 20px;
} label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	margin-top: 5px;
} input, select {
	float: left;
} div.wide label {
	float: none;
	clear: both;
	text-align: center;
	width: 300px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
} textarea {
	clear: both;
	float: none;
	width: 300px;
} div.wide {
	clear: both;
	float: none;
	margin-top: 20px;
} div.wide input {
	margin-top: 10px;
	clear: both;
	float: none;
} div.check input {
	float: left;
	margin-left: 50px;
} div.check label {
	float: right;
	text-align: left;
	width: 300px;
}