body {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: smaller;
	color: black;
	background-color: #eee;
	text-align: center;
	margin: 0;
}

div#container {
	width: 760px;
    border: 1px solid #666;
    border-top-width: 0;
    background-color: white;
	text-align: left;
	margin: 0 auto 10px auto;
}

div#header {
	background-color: #ffa500;
	margin: 0;
	vertical-align: middle;
}

div#header h1 {
	display: inline;
	color: #00008b;
	font-size: 250%;
	font-weight: bold;
}

div#header h1 a {
	text-decoration: none;
	color: #00008b;
}

div#header img {
	border-width: 0;
}

div#navigation {
	text-align: center;
	background-color: black;
	padding: 5px;
}

div#navigation ul {
	display: inline;
	padding: 5px;
	color: white;
}

div#navigation ul li {
	display: inline;
    list-style: none none;
    margin: 2px 7px 2px 7px;
	font-weight: bold;
}

div#content {
	padding: 8px;
	background: transparent url(images/bg.gif) repeat-y left top;
	border-width: 0;
}

div#footer {
	text-align: right;
	font-size: smaller;
	padding: 2px;
}

a {
	color: #ffa500;
	font-weight: bold;
}

div.center {
	text-align: center;
}

h2 {
	color: #00008b;
	font-size: 200%;
	margin-top: 10px;
}

h3 {
	color: #00008b;
	font-weight: bold;
	font-size: 130%;
	margin-top: 25px;
}

h4 {
	color: #00008b;
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
	margin-top: 15px;
}

span.quote {
	font-style: italic;
}

img {
	margin: 5px;
	border: solid black 1px;
}

img.header {
	padding: 2px;
	border-width: 0;
}

img.alignedleft {
	float: left;
	margin: 0 8px 8px 0;
}

img.alignedright {
	float: right;
	margin: 0 0 8px 8px;
}

div.picturewithcaptionfloatedright {
	float: right;
	text-align: center;
}

div.picturewithcaptionfloatedright img {
	margin: 0 0 8px 8px;
}

span.caption {
	font-weight: bold;
}

br.clearBoth {
	clear: both;
}

table {
	font-size: 100%;
}

td.price {
	font-weight: bold;
}
