body{
	font-family:Arial, Helvetica, sans-serif;
	background:#000000 url(bg.png) repeat-y top left;
	font-size:1.1em;
	color:#000;
	font-weight:normal;
	margin:0;
	padding:0.1;
	}

h3 { 
    font: italic normal 12pt georgia; 
    letter-spacing: 1px; 
    margin-bottom: 0px; 
    color: #000000;
    }

#svn{
	text-align:left;
    font-family:courier, sans-serif;
}

/*header*/

#pageHeader{
	position:absolute;
	top:0;
	left:54em;
	background:#000000 url(header.png) no-repeat top left;
	height:172px;
	width:20em;
	z-index:5;
	}
	
/*right hand side*/

#sidebar{
	font-size:1em;
    color:#fff;
	position:absolute;
	left:55em;
	top:10em;
	text-align:justify;
	width:15em;
	z-index:3;
	}

#summary{
    margin-top:20px;
    text-align:left;
	font-size:1em;
	text-transform:uppercase;
	}

#linkList{
    margin-top:20px;
	text-align:left;
	font-size:1em;
    color:#fff;
    }	

#sflogo{
    margin-top:20px;
    }

#rhs a:link, #rhs a:visited{
	color:#a9e0ff;
	text-decoration:none;
	}

#rhs a:hover, #rhs a:active{
	color:#fff;
	}

#rhs ul{    
    padding:0;
    margin:0;
    }

#rhs ul li{ list-style:none; }



/*body*/

#bodytext{
	position:relative;
	text-align:justify;
	width:44em;
	top:0;
	left:7em;
	z-index:4;
	}

/*Body for screenshots page*/

#screenshotsbody{
    background:#000;
}

#screenshots{
    margin: 0 auto;
    width: 50%;
    text-align: center;
    }   

#screenshots img {
    margin: 20px;
    border: 0px;    
    }

#footer{
	text-align:center;
	padding-top:10px;
	margin-top:40px;
	}
	

abbr, acronym{
	border-bottom:#fff dotted 1px;
	cursor:help;
	}
	
/*lists*/

ul{
    padding-bottom:2px;
    padding-left:25px;
	}
    
p.question{
    font-size:1em;
    font-weight: bold;
}

/* hidden stuff */

#sidebar h1 { display:none; }
