	body {
		margin:0;
		padding:0;
		background:url(/img/bg.jpg);
		font:12px arial;
	}
	
	a {
		color:#333333;
	}
	
	a:hover {
		color:#e5b700;
	}
	
	#header2 {
		height:326px;
		background:url(/img/hea_bg.jpg);
		text-align:center;
	}
	
	#header2 .top {
		height:278px;
		width:1200px;
		margin:0 auto;
	}
	
	#header2 .left {
		width:446px;
		height:48px;
		background:url(/img/hea1.png);
		float:left;
	}
	
	#header2 .menu {
		width:566px;
		height:48px;
		float:left;
		background:#333333;
	}
	
	#header2 .right {
		width:188px;
		height:48px;
		float:left;
		background:url(/img/hea2.png);
	}
	
	#header2 .menu a {
		float:left;
		display:block;
		height:48px;
	}
	
	#header2 .menu .home {
		width:64px;
		background:url(/img/button_home.jpg);
	}
	
	#header2 .menu .bio {
		width:90px;
		background:url(/img/button_biography.jpg);
	}
	
	#header2 .menu .media {
		width:66px;
		background:url(/img/button_media.jpg);
	}
	
	#header2 .menu .shop {
		width:56px;
		background:url(/img/button_shop.jpg);
	}
	
	#header2 .menu .links {
		width:59px;
		background:url(/img/button_links.jpg);
	}
	
	#header2 .menu .sponsorship {
		width:105px;
		background:url(/img/button_sponsorship.jpg);
	}
	
	#header2 .menu .radio {
		width:56px;
		background:url(/img/button_radio.jpg);
	}
	
	#header2 .menu .contact {
		width:70px;
		background:url(/img/button_contact.jpg);
	}
	
	
	#container {
		width:1005px;
		margin:0 auto;
	}
	

#sidebar ul li {
	list-style-type:none;
}
	
	#cont {
		float:left;
		margin:100px 0 0 35px;
		width:628px;
		color:#444444;
		line-height:16px;
	}
	
	#rightmenu {
		float:right;
		width:257px;
		margin-top:30px;
		margin-right:30px;
	}
	
	#cont .news_title .icon {
		width:48px;
		height:37px;
		float:left;
		background:url(/img/icon_news.jpg) no-repeat;
	}
	
	#cont .news_title .title {
		font:bold 14px arial;
		color:#0195df;
		padding-top:3px;

	}
	
	#cont .news_title .date {
		font:bold 11px arial;
		color:#666666;

	}
	
	#cont .news_title .content {
		font:normal 11px arial;
		color:#666666;
		margin-top:10px;
		text-align:justify;
		line-height:15px;

	}
	
	#cont .news_item {
		margin-top:30px;
	}
	
	
	#rightmenu .content {
		padding:0 17px 0 17px;
		background:url(/img/right_menu_bg.jpg);
	}
	
	#rightmenu #upcoming_events strong {
		font:bold 12px arial;
		color:#333333;
	}
	
	#rightmenu #upcoming_events {
		font:11px arial;
		color:#666666;
	}
	
	#rightmenu #newsletter {
		font:12px arial;
		color:#666666;
	}
	
	#footer {
		padding:20px;
		color:#cccccc;
		font:bold 12px arial;
		text-align:center;
	}
	
	
/* Bookmarks */
#prg-bookmark a {
	color:#ffffff;
}

#prg-bookmark {
 clear:both;
 overflow:hidden;
 margin:auto;
 padding:10px;
 vertical-align:middle;
}
#prg-bookmark h2 {
 float:left;
 margin:0;
 padding:0;
 font-size:1.1em;
}
ul.prg-bookmark-items {
 float:left;
 width: 650px;
 text-align: left;
 overflow:hidden;
 margin:5px 5px 0 5px;
 padding:0;
 background:none;
}
ul.prg-bookmark-items li {
 display: -moz-inline-box;
 display: inline-block;
 padding:0 8px 0 8px;
 background:none;
 line-height:1.2em;
}
ul.prg-bookmark-items .icon-delicious {
 padding-left:20px;
 background:none;
background-image: url(img/icon-delicious.gif);
 background-repeat: no-repeat;
 background-position: left center;
}
ul.prg-bookmark-items .icon-digg {
 padding-left:20px;
 background:none;
 background-image:url(img/icon-digg.gif);
 background-repeat: no-repeat;
 background-position: left center;
}
ul.prg-bookmark-items .icon-reddit {
 padding-left:20px;
 background:none;
 background-image: url(img/icon-reddit.gif);
 background-repeat: no-repeat;
 background-position: left center;
}
ul.prg-bookmark-items .icon-facebook {
 padding-left:20px;
 background:none;
 background-image:url(img/icon-facebook.gif);
 background-repeat: no-repeat;
 background-position: left center;
}
ul.prg-bookmark-items .icon-stumbleupon {
 padding-left:20px;
 background:none;
 background-image:url(img/icon-stumbleupon.gif);
 background-repeat: no-repeat;
 background-position: left center;
}
#prg-bookmark .helplink {
 float:right;
 margin:5px 0 0 0;
}