/* * * * * * * * theGame360 * * * * * * * */
/* defaults */
body 	{margin:0; padding:0; background:#000 url(/images/background.jpg) top left no-repeat;}
body,td	{font:normal 10px Verdana,Tahoma,sans-serif; color:#fff;}
a 		{color:#FA1A1B;}
a:hover {color:#FFF; text-decoration:none;}
#doc 	{}
#mc { width: 990px; }
#height	{height:600px;}

/* header */
#header { float: left; width: 990px; height: 108px; }
#header img {}
#nav {}
#nav li {}
#nav li a {}

/* ad and multimedia column */
#ad_multimedia { float: left;
				 width: 173px;
				 height: 835px;
				 background: url(/images/bg_teaser.jpg) no-repeat bottom right;
			   }

/* footer */
#footer { float: left;
		  width: 958px;
		  height: 109px;
		  background: url(/images/footer.jpg) no-repeat;
		  padding:35px 10px 10px 10px;
		  text-align:center;
		  color:#777;
 		}
#footer a 		{color:#999;}
#footer a:hover {color:#e00; text-decoration:none;}

.clear {clear:both;}

/* cookie crumb trail, rule */
div .trail {
	background:url(/images/bg_trail.gif) no-repeat; 
	margin:5px 10px; padding-left:10px; 
	line-height:9px; height:9px;
	color:#111; width:650px; font-size:9px; font-weight:bold; 
	whitespace:no-wrap; text-transform:uppercase;
}
div .trail span {
	background:url(/images/bg_trail.gif) right;
	float:right; width:10px; line-height:9px; height:9px;
}

div .rule {
	background:url(/images/rule.gif) no-repeat; 
	margin:5px 0px; padding-left:20px; 
	line-height:25px; height:25px;
	color:#ff0; width:650px; font-size:11px; font-weight:bold; 
	whitespace:no-wrap; text-transform:uppercase;
}
div .rule span {
	background:url(/images/rule.gif) right;
	float:right; width:20px; line-height:25px; height:25px;
}

#europe_tour { float: left; 
			   background: #21221D;
			   font-size:10px;
			   color: #FFF;
			   width:173px;
			   margin-bottom: 7px;
			 }