/* CSS Document */
#home{
	float:right;
	width:420px;
	margin-top:65px;
	margin-right:30px;
	position:relative;
	}

#home #left{
	width:122px;
	float:left;
	}

#home #left p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:48px;
	font-weight:bold;
	
	margin:0px;
	padding:0px;
	
	line-height:24px;
	}
	
#home #right{
	float:right;
	width:270px;
	text-align:left;
	margin-right:10px;
	}
	
#home #right p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	
	color:#767676;
	
	margin:0px;
	padding:0px;
	}

/* Power Hour */
#powerHour{
	width:200px;
	float:right;
	display:block;
	}

#powerHourContent{
	display:block;
	width:180px;
	margin-left:auto;
	margin-right:auto;
	}

#powerHourContent h1,h2,h3,h4,h5,h6{
	text-align:center;
	}

/* Affiliate Spotlight */
#spotlight{
	width:200px;
	float:left;
	display:block;
	}

#spotlightContent{
	display:block;
	width:180px;
	margin-left:auto;
	margin-right:auto;
	}

#spotlightContent h1,h2,h3,h4,h5,h6{
	text-align:center;
	}

/*Red Box*/
	#xsnazzy{
		background: transparent;
		margin-left:0px;
		width:200px;
		}
		
	#xsnazzy h1, #xsnazzy h2, #xsnazzy p{
		margin:0px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		
	#xsnazzy h1{
		font-size:20px;
		color:#ffffff;
		font-weight:bolder;
		}	
	
	.xtop, .xbottom {
		display:block;
		background:transparent;
		font-size:1px;
		}
		
	.xb1, .xb2, .xb3, .xb4 {
		display:block;
		overflow:hidden;
		}
		
	.xb1, .xb2, .xb3 {
		height:1px;
		}
		
	.xb2, .xb3, .xb4 {
		background-color:#C60000;
		border-left:1px solid #980000;
		border-right:1px solid #980000;
		}
		
	.xb1 {
		margin:0 5px;
		background:#980000;
		}
		
	.xb2 {
		margin:0 3px;
		border-width:0 2px;
		}
		
	.xb3 {
		margin:0 2px;
		}
		
	.xb4 {
		height:2px;
		margin:0 1px;
		}
		
	.xboxcontent{
		display:block;
		background:#C60000;
		border:0px solid #980000;
		border-width:0 1px;
		padding-left:10px;
		padding-right:10px;
		text-align:center;
		}