/* Playcube stylesheet */
/* updated 05.05.2010  */

body {
	margin: 0px; /* this is not the topmost margin */
	font-family: 'Arial', sans-serif; 
	font-size: 8pt;
	line-height: 18px;
	text-align:center;
	border:0;
	background-image: url(images/bg.gif);
}

a {
	text-decoration: none; /*changed from #a5d096 */
	color: #333;
	font-size: 8pt;
	font-weight: 800;
}

a:hover { /* hover over image links etc, previously a5d096*/
	color:#fe3203;
	text-decoration: none;
}

h1{
	text-decoration: none; /*changed from #a5d096 */
	color: #333;
	font-size: 8pt;
	font-weight: 800;
	margin:0px;
	line-height:16px;
	text-align:justify;
}

#container {
	height:50px;
	width:850px;
}

#cubelogo {
	width: 215px;
	height: 156px;
	background-image: url(images/cubelogo.gif);
	background-repeat: no-repeat;
	float:left;
	margin-left:50px;
	margin-top:50px;
}

#topright {
	width: 541px;
	height: 156px;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: 0px 130px;
	float:left;
	margin-top:50px;
	text-align:right;
}

#top {
	width: 756px;
	height: 317px;
	background-image: url(images/bg_top.gif);
	background-position: 0px 130px;
	margin-left:50px;
}

#topbottom {
	width: 756px;
	height: 26px;
	background-image: url(images/topbottom.gif);
	margin-top:0px;
	margin-left:50px;
}

#cal {
	width: 500px;
	height: 300px;
	margin-left:30px;
	margin-top:10px;
	background-color:#300;
	float:left;
}

.right {
	width: 170px;
	height: 320px;
	margin-right:10px;
	float:right;	
}

#text {
	width: 450px;
	height: auto;
	margin-left:30px;
	float:left;
	margin-top:30px;
}

#follow {
	width: 133px;
	height: 5px;
	background-image: url(images/follow.gif);
	margin-left:15px;
	margin-bottom:30px;
}

.inset {
	width: 110px;
	height: 50px;
	margin-left:25px;
	margin-top:20px;
}

#sponsored {
	width: 756px;
	height: 5px;
	background-image: url(images/sponsoredby.gif);
	margin-top: 20px;
	margin-left: 50px;
	background-repeat: no-repeat;
	background-position: 148px 0px;
}

#tiltlogo {
	width: 132px;
	height: 29px;
	margin-top: 20px;
	margin-left: 366px;
}





