body	{
	color: rgb(82,64,32); 
	background-color: white;
}

h1	{
	font-family: sans-serif; 
	text-align: center;
}

h2	{
	font-family: sans-serif;
	margin-bottom: 0px;
	font-size: 1.0em;
}

#wholepage
	{
	width: 800px;
	background-image: URL(images/bg_1997.jpg);
}
 

/* The rules for the nav bar LESS  its float */
#navbar
	{
	width: 150px;
	padding-left: 7px;
	float: left;
}


/*  All the rules for the nav bar paragrapshs */
.navp
	{
	margin: 0px 0px 0px 15px; 
	font-size: 0.8em;
}


/* The nav bar links are the default colors and underlined only on hover */
.navp a {
text-decoration: none;

}

.navp a:hover {
text-decoration: underline;
}

/* All but one rule for the div containing the form */

.orderform {
	width: 600px;
	margin-left: 157px;
}


/* the footer may need one more rule: */
#footer	{
	text-align: center;
	margin-top: 25px;
}

h2.nav a {
text-decoration: none;
}

h2.nav a:hover {
text-decoration: underline;
}

textarea {
margin-top: 3px;
margin-bottom: 3px;

}

fieldset {
background-image: url(images/bg.gif);

}

#creditcard {
background-image: url(images/ccbg.jpg);
}

label {
text-align: right;
margin-right: 0.5em;
display: block;


}

input {
margin-top: 3px;

