body {
	background-color: #54724E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
}
.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
}
p, li {
	line-height: 16px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #663366;
}
.nav {
	font-size: 13px;
	color: #FFFFFF;
}
a.nav:link, a.nav:visited {
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	font-size: 13px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.subnav {
	font-size: 11px;
	color: #663366;
}
a.subnav:link, a.subnav:visited {
	font-size: 11px;
	color: #663366;
	text-decoration: none;
}
a.subnav:hover {
	font-size: 11px;
	color: #663366;
	text-decoration: underline;
}
.underline {
	color: #FFFFFF;
	text-decoration: underline;
}
.form {
	background-color: #DAE1D5;
	border: 1px solid #96A28C;
	-moz-opacity:0.7; 
	filter:alpha(opacity=70);
}
#order p{
	line-height:14px;
	margin:12px;
}
textarea, input {
	font-family:"Courier New", Courier, mono;
	font-size:12px;
}
.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#663366;
}
#gallery img {
	border:10px solid #c2adc2;	
}
#gallery img:hover {
	border:10px solid #663366;	
}