/* ff special treatment: deactivate borders around img links as well as
 * focus borders (upon clicking img links */
* {
	border: 0px;
	outline: none;
}


body {
	background: #000;
}

#contentbox {
	width: 1200px;
	margin: 0 auto;
	position: relative; /* the divs inside this div get positioned relative to this one */
}

#woodentable {
	/* margin: 0 auto;*/
}

#phone {
	position: absolute; /* in the containing div */
	width: 106px;
	height: 182px;
	right: 141px;
	top: 375px;
	margin: 0px;
	padding: 0px;
	background-color: #000; 
	/* opacity: 0.5; */
}

#leftcol {
	float: left;
	width: 53px;
	height: 182px;
	margin: 0px;
	padding: 0px;
}

#rightcol {
	float: left;
	width: 53px;
	height: 182px;
	margin: 0px;
	padding: 0px;
}

#facebookholder {
 	position: absolute;
}
#youtubeholder {
 	position: absolute;
	top: 65px;
}
#videoholder {
 	position: absolute;
	top: 130px;
}
#myspaceholder {
 	position: absolute;
}
#audioholder {
 	position: absolute;
	top: 65px;
}
#photoholder {
 	position: absolute;
	top: 130px;
}

.icon {
	margin: 7px 0px 20px 9px;
	/* padding: 5px; */
	width: 35px;
	height: 35px;
}

/*
.iconleft {
	float: left;
	width: 35px;
	height: 35px;
	margin: 7px 13px 24px 0px;
}

.iconright {
	float: left;
	width: 35px;
	height: 35px;
	margin: 7px 0px 24px 13px;
}
*/

#facebook {
}

a {
	color:#333;
}

#news {
	position: absolute; /* in the containing div */
	width: 204px;
	height: 93px;
	right: 374px;
	top: 398px;
	/* background-color: #0F0; */
	overflow: auto;
}

#news h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'FreeSans', sans-serif;
	font-size: 14px;
}

#news p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: 'FreeSans', sans-serif;
	font-size: 0.8em;
}

.singlepopup {
	background-color:none;
	background-image:url(/gfx/facebook_bubble.png);
	width:195px;
	height:164px;
	position: absolute;
	left: 180px;
	top: 95px;
}

#singlediv {
	width: 173px;
	height:95px;
	margin-top: 0px;
	position:relative;
	left: 10px;
	color:#000;
	overflow:auto;
}

#singlediv p {
	margin-top:0px;
}
