@import url('twitter.css');

#contentMain{}

/*	Media Section */
#leftMediaSection{
	float:left;
}

#rightMediaSection{
	float:left;
}

.mediaSection{
	width:290px;
	padding-right:10px;
	margin-bottom:10px;
}
.mediaSectionHeader{
	background-color: #9A6600;
	height:20px;
	font-style:italic;
	font-size:20px;
	color:#e4dfd0;
	padding:5px;
	border-bottom:1px solid #e4dfd0;
	width:280px;
	float:left;
}

.mediaSectionTitle{
	float:left;
}

.mediaSectionHeader a{
	font-size:14px;
	float:right;
	color:#e4dfd0;
}
.mediaSectionData{
	font-size:12px;
	font-family:Helvetica;
	line-height:1.4em;
	background-color:#332C24;
	color:#e4dfd0;
	padding:5px;
}
.mediaSectionData a{
	font-size:15px;
	display:block;
	color:#e4dfd0;
}

.mediaSectionData img{
	border:1px solid #e4dfd0;
	float:left;
	margin:10px 0px 0px 10px;
}

/*	Twitter Section */
#twitterSection{
	width:590px;
	height:180px;
	background-image: url('../img/layout/twitter_bg.jpg');
	background-repeat: no-repeat;
	padding:15px;
	position:relative;
}

#twitterLink{
	height:130px;
	width:130px;
	position:absolute;
	top:26px;
	left:377px;
	cursor:pointer;
}
	
/*	Ad Wrapper	*/
.homeRightAdWrapper{
	background: #342D25 url('../img/layout/label_ad.gif') no-repeat 100% 50%;
	width:245px;
	height:60px;
}

/*	Home Store Output	*/
.homeStoreImg{}
.homeStoreData{
	float:right;
	width:155px;
	color:#E4DFD0;
	font-size:12px;
	margin-top:10px;

}
/*.homeStoreData, .homeStoreData .homeStoreLink a:link, .homeStoreData .homeStoreLink a:visited, .homeStoreData .homeStoreLink a:hover{
	color:#E4DFD0;
	font-size:12px;
	
}*/

.homeStoreLink a{
	clear:both;
	color:#996600;
	float:left;
	font-weight:bold;
	margin-left:10px;
	margin-top:10px;
	width:100px;
}


