﻿@charset "utf-8";
/* CSS Document */

body {
	color: #033B73;
	font-family: arial, sans;
	background-color: white;
	background-image: url(bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}
#menu {
	margin: 0px;
	padding: 2px 0px 1px;
	background-color: #033B73;
	border-bottom: #033B73 1px solid;
}
#menu li {
	display: inline;
}
#menu li a {
	padding: 2px 10px 2px;
	color: white;
}
#menu li a.open {
	background: url(openbg.jpg) repeat-x center;
	font-weight: bold;
}
#bigbox {
	width: 600px;
	border: #033B73 1px solid;
	padding: 0px;
	background-color: #FEFFF1;
	margin: auto;
}
a { color: #033b73; text-decoration: none; }
a:visited { color: #033B73; text-decoration: none; }
a:hover { color: #008CA7; text-decoration: none; }
a.dsh { border-bottom: dashed 1px; }
a.dsh:hover { border-bottom: solid 1px; }
h1 { margin-top: 18px; font-size: 2em; }
table.prices { width: 100%; }
table.prices td { width: 33%; text-align: left; }
table.distances { width: 54%; margin: auto; }
table.distances td { text-align: left; }
table.distances td.center { text-align: center; }
.l { text-align: left; }
h3.l { margin-left: 10px; }
p.l { margin-left: 30px; margin-right: 15px; }
p.author {
	margin-left: 30px;
	margin-right: 15px;
	text-align: right;
	font-style: italic;
	font-size: smaller;
}
td.hd { text-align: center; font-weight: bold; }
td.q { padding-left: 30px; font-weight: bold; }
.gr { color: #72879E; }
.paypal {
	margin: 0px 15px 0px 175px;
	text-align: right;
	font-size: smaller;
	border: #EAEEE4 1px dotted;
}
#bot {
	padding: 2px 5px 2px;
	margin-top: 20px;
	font-size: 11px;
	color: white;
	background-color: #033B73;
	text-align: right;
}
#bot a, #bot a:visited {
	color: white;
}

#breadcrumbs {
	visibility: hidden;
	display: none;
}

fieldset {
	width: 80%;
	margin: auto;
}
