/*
CSS for www.ragtag.net/games
by: Ragnar Brynjulfsson
Style sheet only covers fonts, colors and padding around items. Page layout is done with a simple table.
*/


body {
	font-size: 62.5%; /* Resets 1em to 10px. Mozilla seems to ignore this.*/
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #666;
	}
	
h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px -5px 0px;
	color: #676;
	}
	
h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

p {
	font: 16px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: justify;
	line-height: 1.4em;
	padding: 10px;
	}

small {
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #444;
	line-height: 1.5em;
	}

a, a:link, a:visited {
	color: #464;
	text-decoration: none;
	}
	
a:hover{
	color: gray;
	}
	
li {
	font-size:14px;


img {
	}

.centeredImage
    {
	position: relative;
	padding: 20px 216px;
    }

#content {
	position:relative;
	margin: 0 auto;
	width: 560px;
	}
	
