body
{
	background: #333;
	font-family: sans-serif;
	color: #333;
}

img
{
	border: 0;
}

em
{
	font-style: normal;
	font-weight: bold;
}

#container
{
	background: url(images/bg.png) #ccc;
	width: 505px;
	margin: auto;
	margin-top: 4.5em;
}

h1
{
	margin: 0;
	height: 110px;
}

#nav
{
	background: #999;
	color: #CCC;
	margin: 0 9px 0 10px;
	text-align: right;
}

#nav ul
{
	margin: 0;
	padding: 0;
}

#nav li
{
	list-style-type: none;
	float: right;
/* 	border-left: 3px solid #999; */
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #666;
	color: #CCC;
	cursor: pointer;
}

#nav li.selected
{
	background: #CCC;
/* 	border-left: 3px solid #999; */
	color: #333;
}

#nav a
{
	color: #CCC;
	text-decoration: none;
}

#content
{
	padding: 10px;
}

#frogatto
{
	margin-left: 13px;
	float: left;
}

.tab
{
	float: right;
	width: 320px;
}

h2
{
	font-size: 1.2em;
	color: #333;
	margin-bottom: 0;
}

#content a
{
	color: #555;
	text-decoration: none;
}

#content a:hover
{
	color: black;
}

#about_tab, #credits_tab, #controls_tab, #screenshots_tab
{
	display: none;
}

#credits_tab li
{
	font-size: 80%;
}

#screenshots_tab
{
	width: auto;
}

#screenshots_tab h2
{
	margin-left: 10px;
	margin-bottom: 1em;
}

#screenshots_tab div
{
	text-align: center;
}

p
{
	margin-top: 8px;
}

.tab ul
{
	list-style-type: none;
	padding: 0;
	margin-top: 8px;
	margin-bottom: 0;
}

.tab li
{
	padding-left: 5px;
	padding-bottom: 3px;
}

.date
{
	font-size: 0.8em;
	color: #888;
}

#bottom
{
	background: url(images/bottom.png);
	height: 30px;
}

.clear
{
	clear: both;
}