body {
	/*background: url(../images/headbg.jpg);*/
	/*background-repeat:no-repeat;*/
	/*background-position: top left;*/
	margin: 10;
	padding: 0;
	font-family: times new roman, serif;
	font-size: 85%;
	color: #000;
	background-color: #fff;
	line-height: 1.6em;
}

p {
	text-align: left
}

h1 {
	font-variant: small-caps;
	font-size: 1.5em;
	margin: 0.7em 0em 0.2em 0em;
	font-weight: bold;
	letter-spacing: 0.1em;	
 	color: #998B6D;
	text-align:left;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #998B6D;
	margin-top: 1em;
	margin-bottom: 0.1em;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #998B6D;
	margin-bottom: 0.1em;
}

h4 {
	font-size: 1.1em;
	margin: 1em 0em 0em 0em;
	font-weight: bold;
	color: #999999;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

img {
	border: 0;
}

ul {
	margin-top: 0em;
	margin-left: 1em;
	padding-left: 1em;
	padding-right: 0.7em;
	margin-bottom: 0em;
	list-style-type: disc;
}

li {
	width: auto;
	font-size: 1.0em;
	line-height: 1.8em;
	/*margin: 0 0 0 .5em;
	border: 0;
	padding: 0 0 0 1em;*/
	list-style-postition: inside;
}


table,td {
   font-size: 1.0em;
   line-height: 1.6em;
}

td.footer {
	padding-top: 1px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #BD7954;
	line-height: 1em
}

th {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

table.pricetable {
	padding: 10px;
	border: 1px solid orange
}

table.timetable {
	width: 450px;
	margin-left: 0px;
	border: 2px solid;
	border-color: #998B6D;
}

table.timetable td {
	padding-left: 10px;
	padding-right: 10px;
}

table.timetable th {
	background-color: #998B6D;
	font-variant: small-caps;
	color: #fff;
}

table.menutable {
	/*margin-left: 10px;*/
	width: 400px;
	border: 2px solid #998B6D;
}

table.menutable td {
	padding-left: 10px;
	padding-right: 10px;
}

table.menutable th {
	background-color: #998B6D;
	font-variant: small-caps;
	color: #fff;
}

form {
   padding: 0;
   margin: 0;
}

p {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {
	font-weight: bold;
}

/* Links */
a {
	text-decoration: none;
	color: #006699;
}

a:link, a:visited {
	text-decoration: none;
	color: #006699; 
}

a:hover {
	color: #0099FF;
	text-decoration: underline;
}

a.mainmenu {
	color: #000;
	font-size: 1.15em;
	margin-left: 0.3em;
	margin-right: 0.3em
}

a.mainmenu:visited {
	color: #000;
}

a.mainmenu:hover {
	text-decoration: none;
	color: #D55F21;
}

/* Horizontal Line */
hr {
	color: #aaaaaa; 
	height:1px;
}

.fade {
	background-color: #E2EDF3;
}

.button {
	font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1em;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	border: 1px solid #666699;
}

}

.checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	background: #ffffff;
	border: 0px solid #666699;
}

.legend {
	font-weight: bold;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: .8em;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}

.smaller {
	font-size: 0.8em;
}

