
body,td,div{
	font-family: Arial,Verdana,Sans-serif;
	font-size: 11px;
}


/*---------------------------------*/
/* start title bars */
/*---------------------------------*/

	#title_news{
		display:block;
		margin-top:180px;	
		background-image: url("../gfx/title_news.gif");
		width:439px;
		height:45px;		 
	}

	#title_interviews{
		display:block;
		margin-top:1px;	
		background-image: url("../gfx/title_interviews.gif");
		width:439px;
		height:45px;	
	}

	#title_reviews{
		display:block;
		margin-top:1px;	
		background-image: url("../gfx/title_reviews.gif");
		width:439px;
		height:45px;	
	}
	
	#title_pics{
		display:block;
		margin-top:1px;	
		background-image: url("../gfx/title_pics.gif");
		width:393px;
		height:45px;	
	}

/*---------------------------------*/
/* news */
/*---------------------------------*/

	#news{
		margin-top:1px;
		width:439px;
		background-image: url("../gfx/title_bg.gif");	
	}

	.news_text{		
		width:223px;
		position:absolute;
		margin-left:4px;	
	}

	.news_title{
		
		display:block;
		position:absolute;
		margin-left:12px;
		width:200px;
		height:12px;
		margin-top:2px;
		overflow:hidden;
	}

	.news_arrow{
		
		position:absolute;
		margin-top:4px;
		margin-bottom:5px;
	}

	#news_text_1{
		position:absolute;
		left:280px;
	}

	#news_text_3{
		margin-top:2px;
		position:absolute;
		left:280px;
	}

	#new_3{
		margin-top:2px;
	}

	#news_img_1{
		width:113px;
		float:left;
}

	#news_img_2{
		width:113px;
		float:right;
		margin-top:1px;

	}
	#news_img_3{
		width:113px;
		float:left;	
	}
	
	.news_link{
		color:#000000;
		font-weight:bold;
	}
	
	.news_line_1{
		position:absolute;
		left:280px;
		margin-top:96px;
		width:276px;
		background-image: url("../gfx/news_line.gif");			
		background-repeat:no-repeat;
	}

	.news_line_3{
		position:absolute;
		left:280px;

		width:276px;
		background-image: url("../gfx/news_line.gif");			
		background-repeat:no-repeat;
	}

/*---------------------------------*/
/* items (review / pics) */
/*---------------------------------*/
	
	.item{
		margin-top:1px;
		width:390px;
		height:97px;
		line-height:13px;
	}
	
	.arrow{
		margin-right:2px;
	}

	.item_img{
		margin-bottom:1px;
		float:left;
	}

	.item_text{		
		width:223px;
		position:absolute;
		left:284px;	
	}	

/*---------------------------------*/
/* pictures						   */
/*---------------------------------*/

	#rev_pics_bg{
		margin-top:1px;
		width:439px;
		background-image: url("../gfx/title_bg.gif");		
	}
	
	.pic_item{
		cursor:pointer;
		color:#000000;
		display:block;
		margin-top:1px;
		height:45px;
	}
		
	.pic_img{
		float:left;
	}

	.pic_text{
		position:absolute;
		left:215px;
		width:342px;
		height:45px;
		overflow:hidden;
	}

	.title_spacer{
		width:100px;
		height:1px;
	}

	.pic_line{
		position:absolute;
		width:350px;
		margin-top:2px;
		background-image: url("../gfx/pic_line.gif");			
		background-repeat: repeat-x;
	}

/*---------------------------------*/
/* wanted						   */
/*---------------------------------*/

	#title_wanted{	
		display:block;
		background-image: url("../gfx/title_wanted.gif");
		width:193px;
		height:45px;		
	}

	
	#wanted{
		margin-top:1px;
		background-image: url("../gfx/wanted_bg.jpg");
		width:193px;
		height:182px;
	}
	.wanted{
		cursor:pointer;
		color: #000000;
		display:block;
		padding-top:8px;
		padding-left:10px;
		font-weight:bold;
		margin-bottom:8px;
	}

	.wanted_date{
		font-size:12px;
	}

	.wanted_title{
		height:15px;
		width:183px;
		font-size:12px;
		color: #e20000;	
		overflow:hidden;
	}

	.wanted_spacer{
		width:60px;
		height:0px;
	}

/*---------------------------------*/
/* events						   */
/*---------------------------------*/

	.event{
		background-image: url("../gfx/events_bg.gif");
		cursor:pointer;
		color:#000000;
		display:block;
		margin-top:1px;
		height:48px;		
		overflow:hidden;
		line-height:15px;
	}

	#title_events{	
		margin-top:1px;
		background-image: url("../gfx/title_events.gif");
		width:193px;
		height:45px;		
	}

	.event_date{
		font-weight:bold;
		
	}
	.event_title{
		font-weight:bold;
		color: #FF0000;
	}
	.event_place{
	
	}

	.event_img{
		float:left;
		border:1px #000000 solid;
		margin-right:4px;
	}
	
/*---------------------------------*/
/* forum						   */
/*---------------------------------*/

	#title_forum{	
		margin-top:1px;
		background-image: url("../gfx/title_forum.gif");
		width:193px;
		height:45px;		
	}

	.forum{		
		padding-top:1px;
		padding-left:3px;
		display:block;
		color: #000000;
		
		width:187px;
		height:100px;
		background-image: url("../gfx/forum_bg.gif");
		background-position: 0 50px;
		background-repeat: no-repeat;
	}

	.forum a{
		color: #000000;
		text-decoration:underline;
	}

	.forum div{
		font-size:12px;
	}

	.forum_title{
		font-weight:bold;
	}

	.forum_num{
		float:left;
	}

	.forum_date{
		font-weight:bold;
		float:right;
	}