html, body
{
    margin:0;
    padding:0;
}
body
{
    min-width: 850px;
    
	background-color:#000000;
	color:#FFF;
	font-family: Verdana;
	font-size: smaller;
}

#pageContainer
{
    margin:0 auto;
    width: 850px;
    
    text-align: left;
}

#top
{
	
}

#LeftNav
{
    float:left;
    width:200px;
    overflow:hidden;
    background-color:White;
    border-left: 2px groove #666666;
    margin-top:12px;
}

#MainContent
{
    float:right;
    width: 625px;
    padding: 10px;
}

a
{
    color: #1DD103;
	text-decoration:none;
}
a:visited
{
	color:#006600;
}
a:hover
{
	text-decoration:underline;
}

h2 
{
	text-align:center;
	margin-top:0;
}

.highlight
{
    color: #1DD103;
}

table.screenshots td
{
	padding-bottom: 1.5em;
	text-align: center;
}

table.screenshots img
{
	border-width:1px;
}