body {
	background: #000 url(../img/bg-street.jpg);
	color: #FFF;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

a img {
	border: 0;
}

a:visited {
	color: #603;
}

a {
	color: #FC0;
}

a.noLink 
{
    text-decoration: none;
    cursor: default;
    color: #FFF;
}

br.clear {
	clear:both;
}

div#Body {
	width: 1000px;
	margin:auto;
}

div#Head {
	background: transparent url(../img/bg-head.png) no-repeat;
	height: 151px;
	padding: 70px 80px 0 80px;
	position: relative;
}

div#Foot {
	background: transparent url(../img/bg-foot.png) no-repeat;
	height: 161px;
	padding: 0 80px 80px 80px;
}

div#Main {
	background: transparent url(../img/bg-main.png) repeat-y;
	padding: 0 80px;
	border-collapse: collapse;
	margin: 0;

}

div#ContentLeft {
	width: 434px;
	float: left;
	padding: 0;
	text-align: center;
}

div#ContentRight {
	float: right;
	width: 400px;
	padding-top: 19px;
	line-height: 1.4em;
	height:100%;
}

ul#Nav {
	background: transparent url(../img/bg-nav.png) no-repeat;
	width:434px;
	height:77px;
	margin: 12px 0;
	padding: 0;
	text-align: center;
}

ul#Nav li {
	display: inline;
	list-style-type: none;
	padding: 0 20px;
	line-height: 75px;
}

ul#Nav li a {
	color: #FC3;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 11pt;
	font-weight: bold;
}

ul#Nav li a:hover {
	color: #FFF;
	text-decoration: underline;
}

ul#Nav li a.active {
	color: #FFF;
}

div#Head h1 {
	display: none;
}

h2, h3 {
	color: #FC3;
}

.screenshots {  
    height:  456px;  
    width:   247px;  
    padding: 0;  
    margin:  0 auto; 
    overflow: hidden; 
} 
 
.screenshots img {   
    height:  456px;  
    width:   247px;
    top:  0; 
    left: 0 
} 