div#home_left_main
{
	float:left;
	width: 630px;
}

div.color_box
{
	width: 280px;
	padding: 10px 10px 0 10px;
	border: 1px solid #F0F5FF;
	font-size: 11px;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#featured_wrap
{
}

#featured
{
	margin: 0 auto;
    position: relative;
    width: 628px;
    height: 350px;
    border: 1px solid #222;
    overflow: hidden;
}

#featured li
{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

#featured li.active
{
    display: block;
}

#featured li img
{
	height: 350px;
	width: 628px;
}

#featured li h1
{
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 10px;
	width: 608px;
    font: 16pt "Arial";
    background: transparent url(http://vgdistrict.com/theme/images/shadow.png) repeat top left;
    color: #fff;
    font-variant: small-caps;
}

#featured li p
{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    font: 11pt "Arial";
    background: transparent url(http://vgdistrict.com/theme/images/shadow.png) repeat top left;
    color: #fff;
}

#featured, #featured li, #feat-list, #feat-list li
{
    list-style: none;
}

#feat-list
{	
	padding-left: 1px;
	background: #284B5A;
	margin: 0 auto;
	height: 75px;
	padding-top: 7px;
	width: 627px;
	border: 1px solid #222;
}

#feat-list li
{	
	list-style: none;
	float: left;
	font: bold 16px arial;
	margin: 0 6px;
	width: 113px;
	text-align: center;
	display: block;}
	
	#feat-list li img
	{width: 105px;
	height: 60px;
	border: 1px solid #FFF;}
	
	#feat-list li img:hover
	{width: 113px;
	height: 65px;
		border: 1px solid #FF9900;}
	
div#news_container
{
	width: 610px;
	padding: 10px;
	border: 1px solid #F0F5FF;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

table.home_news_list td
{
	vertical-align: top;
	padding:5px;
}

table.home_news_list td
{
	border-bottom: 1px solid #ccc;
}

table.home_news_list tr:hover
{
	background: #F0F5FF;
}

td.news_icon
{
	width: 120px;
	text-align: center;
}

td.news_info
{
	width: 490px;
}

td.news_info a:link, td.news_info a:visited, td.news_info a:active, td.news_info a:hover
{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 10px;
}