@charset "UTF-8";
/* CSS Document */


body {
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	background:url(suttle_ornaments.gif);
	color:#666;
}

.clear {
	clear:both;
	display:block;
	visibility:hidden;
	height:1px;
}

#header {
	background:url(np.png) no-repeat center center;
	height:200px;
	width:600px;
	text-indent:-9999px;
}

#contentWrapper {
	width: 600px;
	margin:0 auto;
}



.TabbedPanelsContentGroup li {
	display:block;
	height:80px;
	width:100%;
	line-height:80px;
}

.TabbedPanelsContentGroup li {
border-top:1px solid #fff;
border-bottom:1px solid #ddd;
padding:5px 20px;
width:258px;
float:left;
}

/*.TabbedPanelsContentGroup li:hover {background:url(white_trans.png);}*/
.TabbedPanelsContentGroup li.top {border-top:0;}
.TabbedPanelsContentGroup li.bottom {border-bottom:0;}
.TabbedPanelsContentGroup li.left {border-right:1px solid #fff;}
.TabbedPanelsContentGroup li.right {border-left:1px solid #ddd;}

.TabbedPanelsContentGroup a {
	display:block;
	height:80px;
	width:278px;
	padding-left:80px;
	font-size:24px;
	margin-left:-3px;
	color:#999;
	text-decoration:none;
	text-indent:-9999px;
}

.TabbedPanelsContentGroup a:hover {color:#333;}
.facebook {background:url(fb.jpg) no-repeat top left;}
.facebook:hover {background:url(fb.jpg) no-repeat bottom left;}
.twitter {background:url(twitter.jpg) no-repeat top left;}
.twitter:hover {background:url(twitter.jpg) no-repeat bottom left;}
.linkedin {background:url(linkedin.jpg) no-repeat top left;}
.linkedin:hover {background:url(linkedin.jpg) no-repeat bottom left;}
.lastfm {background:url(lastfm.jpg) no-repeat top left;}
.lastfm:hover {background:url(lastfm.jpg) no-repeat bottom left;}
.delicious {background:url(delicious.jpg) no-repeat top left;}
.delicious:hover {background:url(delicious.jpg) no-repeat bottom left;}
.flickr {background:url(flickr.jpg) no-repeat top left;}
.flickr:hover {background:url(flickr.jpg) no-repeat bottom left;}
.digg {background:url(digg.jpg) no-repeat top left;}
.digg:hover {background:url(digg.jpg) no-repeat bottom left;}

.facebook a {background:url(siteicons/facebook.png) no-repeat center left;}
.linkedin a {background:url(siteicons/linkedin.png) no-repeat center left;}
.twitter a {background:url(siteicons/twitter.png) no-repeat center left;}
.lastfm a {background:url(siteicons/lastfm.png) no-repeat center left;}
.delicious a {background:url(siteicons/delicious.png) no-repeat center left;}
.flickr a {background:url(siteicons/flickr.png) no-repeat center left;}
.digg a {background:url(siteicons/digg.png) no-repeat center left;}





