	#left{
		width: 750px;
		margin-right: 10px;
		float: left;
	}

	#right{
		width: 200px;
		float: right;
	}
	
	#recent,
	#starting,
	#popular,
	#movies,
	#labs{
		height: 150px;
	}
	
	#starting,
	#movies {
		background-color: #FAFAFA;
		border-top: 1px solid #EFEFEF;
	}

	#recent,
	#starting,
	#popular,
	#movies,
	#labs {
		padding: 1em 0;
		border-bottom: 1px solid #FFF;
	}

	#left h1 {
		margin:0 0 1em 1em;
	}	
	
	#icon{
		width:100px;
		text-align:center;
		float:left;
		height:120px;
	}
	
	#icon p {
		margin-top: 1em;
	}
	
	#icon a,#icon a:hover{
		text-align:center;
		display:block;
		margin-right:10px;
		border:0;
		padding:5px;
	}
	
	#icon a:hover{
		background: url(../icons/icon-selection.png)
			no-repeat center top;
	}
	
	#icon span{
		background: url(../icons/empty-doc.png)
			no-repeat center top;
		width:48px;
		height:48px;
		display:block;
		padding-left:30px;
	}
	
	/* ------------------------------- */
	/* RIGHT COLUMN					   */
	
	#right h1 {	margin: 1em 0; }
	
	#top-downloads, #top-rated { margin-bottom: 2em }

	#top-downloads li,
	#top-commented li,
	#top-rated li,
	#forum-topics li {
		padding: 2px 0 2px 22px;
		margin-bottom:0.25em;
	}
	
	#top-downloads li {
		background: url(../images/zip.png)
			no-repeat 2px center;
	}

	#top-commented li {
		background: url(../images/comment.png)
			no-repeat 2px center;
	}

	#top-rated li {
		background: url(../images/related.png)
			no-repeat 2px center;
	}

	#forum-topics li {
		background: url(../images/topic.gif)
			no-repeat left center;
	}

	