body {
	margin: 0px;
	font-family: Verdana, Arial;
	font-size: smaller;
	font-size: 10pt;
	width: 700px;
	background-image: url(back12.jpg);
}

div.header {
	color: white;
	margin-top: 10px;
	margin-bottom: 0px;
	border-left: none;
	background-image: url(red-roses.jpg);
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, Verdana;
}

div.title {
	font-size: x-large;
}

div.content {
	position: absolute;
	margin-top: 10px;
	padding-bottom: 20px;
	left: 145px;
	width: 555px;
}

div.sidebar {
	position: absolute;

	margin: 0px;
	margin-top: 10px;
	margin-right: 10px;

	border: 1px solid #cc0000;
	border-left: none;

	padding: 0px;
	padding-top: 5px;
	padding-bottom: 10px;

	background: white;

	width: 130px;
}

div.sidebar div {
	margin-bottom: 10px;
	border-bottom: 1px solid #7777ff;
	padding-left: 20px;
	padding-bottom: 5px;
	font-weight: bold;
}

div.sidebar span {
	display: block;
	cursor: default;
	font-weight: bold;
	padding: 2px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: #ffdddd;
	width: 100px;
}

div.sidebar a {
	display: block;
	cursor: default;
	color: black;
	text-decoration: none;
	padding: 2px;
	padding-left: 20px;
	padding-right: 10px;
	white-space: nowrap;
	width: 100px;
}
div.sidebar a:hover {
	background-color: #ffdddd;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


h1 {
	font-size: large;
}

h2 {
	font-size: large;
}


p.name {
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

img.floater {
	position: relative;
	float: right;
	margin: 10px;
	margin-top: -60px;
	margin-right: 30px;
	border: 5px solid white;
}

ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 20px;
}

li {
	margin-left: 0px;
	padding-left: 0px;
}

a { text-decoration: none; }
a:hover { text-decoration: underline; }

table.rates {
	border-collapse: collapse;
	border: 1px solid black;
}
table.rates th {
	text-align: left;
}
table.rates th, table.rates td {
	padding: 5px;
	padding-left: 10px;
	padding-right: 30px;
	border-bottom: 1px solid black;
}