body {
	background-image: url('/image/vertical_default.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:  left bottom;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px none;
	padding: 0;
	margin: 0
}

#wrapper {
	background-image: url('/image/logo_200.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
}

#logo {
	display: none;
}

#content {
	margin-left: 205px;
	padding: 1em;
}

#menu {
	position: fixed;
	bottom: 10px;
	left: 15px;
	width: 170px;
}

#menu ul {
	padding: 0;
	list-style: none;
	background-image: url('/image/half_white.png');
}

#menu li {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #222;
	border-right: 2px solid #ddd;
	border-left: 2px solid #333;
	padding: 4px;
}

#menu a {
    display: block;
    width: 100%;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 115%;
}

h2 {
	font-size: 110%;
	background-color: #ccc;
	border-top: 0.15em solid #999;
}

caption {
	font-size: 110%;
	font-weight: bold;
	width: 20em;
}

h3, th {
	font-size: 105%;
	background-color: #ddd;
	border-top: 0.15em solid #aaa;
}

blockquote {
	background-image: url('/image/quote.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 1em;
	padding-left: 2em;
}

img {
	border: 0px none;
}

table.standings {
	display: inline;
}

div.screenshot {
	float:left;
	width: 220px;
	padding: 10px;
}

div.screenshot a {
	float: left;
	background: url('../image/shadow.gif') no-repeat bottom right !important;
	margin-left:5px; margin-right:0; margin-top:10px; margin-bottom:0
}

div.screenshot a img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.license {
	border: 2px dotted #ccc;	
	float: right;
	margin: 0.5em; 
	padding: 0.5em; 
	width: 14em;  
}