* {
	margin: 0;
	padding: 0;
	}
body {
	background: #4b4b4b url(/gfx/bg.gif);
	color: #efefef;
	font-size: medium;
	font-family: "museo-slab-1","museo-slab-2", serif;
	padding: 30px 30px 50px 30px;
	font-weight: 100;
	}
	a {
		color: #3796fb;
		text-decoration: none;
		}
		ul#footer a {
			font-weight: 300;
			}
		a:hover, table a:hover {
			text-decoration: underline;
			}
		a.favorite {
			padding-right: 17px;
			background: url(/gfx/rosette.gif) right 50% no-repeat;
			}
	p {
		margin-bottom: 10px;
		}
		p img {
			vertical-align: middle;
			}
	h1 {
		margin: 10px auto 0 auto;
		width: 830px;
		text-align: center;
		}
	h2 {
		height: 55px;
		width: 830px;
		margin: 0 auto;
		}
	table {
		display: block;
		margin: 0 auto;
		width: 820px;
		font-size: 90%;
		background: url(/gfx/table-bg.gif) repeat-y;
		}
		caption {
			display: none;
			}
		tr {
			display: block;
			height: 40px;
			line-height: 40px;
			width: 800px;
			margin: 0 10px;
			vertical-align: middle;
			}
			tr.headers {
				display: none;
				}
			th,
			td {
				display: block;
				height: 40px;
				line-height: 40px;
				width: 200px;
				text-align: center;
				float: left;
				border-spacing: 0;
				}
				th {
					font-weight: 300;
					}
	ul#footer {
		margin: 30px auto 70px auto;
		width: 820px;
		font-size: 70%;
		list-style: none;
		background: url(/gfx/footer-bg.gif) center repeat-y;
		}
		ul#footer li {
			width: 340px;
			}
		li.left {
			text-align: left;
			}
		li.right {
			float: right;
			text-align: right;
			}
