#content
{
padding: 0px;
width: 740px;
}

#splash
{
background: #ffffff;
height: 272px;
}

#headlines
{
background: #F47B20;
border-top: 1px solid #696A6C;
border-bottom: 1px solid #696A6C;
color: #ffffff;
height: 19px;
padding: 3px 0px;
text-indent: 20px;
}

#headlines span { text-transform: uppercase; }

#dashboard
{
background: #FABD90 url(/files/images/template/home_dashboard_bg.png) repeat-x left top;
overflow: auto;
}

	#dashboard div
	{
	float: left;
	padding: 15px 15px 0px 15px;
	}
	
	#dashboard h3 
	{
	color: #F47B20;
	font-family: tahoma;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0em 0em 1em 0em !important;
	}
	
	#brandlinks 
	{
	border-right: 1px solid #696A6C;
	width: 148px;
	}
	
	#brandlinks a
	{
	color: #F47B20;
	}
	
	#brandlinks li
	{
	background: url(/files/images/template/arrow.gif) no-repeat left 7px;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 1em;
	}
	
	#yourbrand 
	{	
	width: 260px;	
	}
	
	#brandnews 
	{
	border-left: 1px solid #696A6C;
	width: 240px;
	}
	
	/* Safari */ 
	@media screen and (-webkit-min-device-pixel-ratio:0) 
	{
	#dashboard { height: 297px; overflow: hidden; }
	#dashboard div { height: 297px !important; }
	} 
	
	.more {text-align: right; }
	
	#dashboard ul
	{
	margin: 0px;
	padding: 0px;	
	}
	
	#dashboard li
	{
	background: url(/files/images/template/arrow.gif) no-repeat left 7px;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 1em;
	}

#learn
{
background: #A1A2A3;
border-top: 1px solid #696A6C;
padding: 10px 5px 10px 10px;
color: #ffffff;
}

	#learn div { margin-left: 0px; width: 650px;}
	
	#learn .more { margin: 0px; }

	#learn a { color: #ffffff; }
