body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #efefef;
	color:# 555555;
	font-size: 12px;
	font-family: Helvetica;
	margin-top: 10px;
}

#header {
	width: 840px;
	text-align: left;
	margin-bottom: 10px;
}

#header a, #header img {
	border: 0px;
}


.xxblocks{
	padding: 30px;
	background: #FFF;
	width: 840px;
	margin-bottom: 30px;
}

.xxshowng{
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	color: #555555;
}

.xxitems{
	text-align: left;
}

.x3blocks{
	padding: 30px;
	background: #FFF;
	width: 840px;
	margin-bottom: 30px;
	min-height: 320px;
}

.x3showng{
	background: #FFFFFF;
	color: #555555;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
	margin-right: 20px;
	float: left;
}

.x3items{
	text-align: left;
	background: #FFFFFF;
}


a {
	text-decoration: none;
	border: 0px;
}

.default {
	text-decoration: none;
	font-size: 9px;
	padding: 5px;
	background: #FFFFFF;
	border-bottom: 1px solid #efefef;
	color:#000;
	display: block;
	width: 250px;
}

.default:hover{
	color:#000000;
	background: #efefef;
}

a.images img{
	border: 4px solid #efefef;
	margin: 5px;
	width: 120px;
	height: 90px;
}

a.images img:hover{
	border: 4px solid #0099FF;
}


#easyTooltip{
	padding:5px 10px;
	border:1px solid #00f0ff;
	background: Transparent url('images/back-tooltip.png') repeat !important;
	color:#fff;
	max-width: 250px;
	text-align: left;
	}
	
#footer{
	padding: 5px;
	border:0px;
	background: #FFFFFF;
	color:#555555;
	text-align: center;
	font-size: 10px;
	}
	
#footer a{
	text-decoration: none;
	border:0px;
	color:#555555;
	}
	
#footer a:hover{
	color:#0099ff;
	}



/* SOCIAL BUTTS */

.facebook {
	width:32px;
	height:32px;
	display: block;
	background:url(images/facebook.png) 0px 0px no-repeat;
}
.facebook:hover {
	background:url(images/facebook.png) 0px -32px no-repeat;
}
.digg {
	width:32px;
	height:32px;
	display: block;
	background:url(images/digg.png) 0px 0px no-repeat;
}
.digg:hover {
	background:url(images/digg.png) 0px -32px no-repeat;
}
.delicious {
	width:32px;
	height:32px;
	display: block;
	background:url(images/delicious.png) 0px 0px no-repeat;
}
.delicious:hover {
	background:url(images/delicious.png) 0px -32px no-repeat;
}
.google {
	width:32px;
	height:32px;
	display: block;
	background:url(images/google.png) 0px 0px no-repeat;
}
.google:hover {
	background:url(images/google.png) 0px -32px no-repeat;
}

