html { overflow-x: auto; }
body {
	font-size: 10px; 
	text-align:center;
	margin:auto;
	background-image:url("/images/bg.jpg");
	background-repeat:repeat-x; 
	font-family: georgia; 
	background-color: #FFFFFF ;
	color : #454545; 

}
#content
{
	width: 1024px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	overflow: visible;
	background-image:url("/images/bg.jpg");
	background-repeat:repeat-x;
}
#language_bar
{
	height: 37px;
	text-align: right;
	padding-top: 5px;
	float: left;
	clear: right;
	width: 127px;
	line-height: 30px;
}

#header
{
	width: 1028px;
	float: left;
	clear: both;
	height: 126px;
	overflow: hidden;
	padding-top:0px;
	vertical-align: middle;
	text-align: left;
}
#logo
{
	float: left;
	clear: none;
	height: 123px;
	padding-top:2px;
	width: 830px;
}
#quick_search
{
	float: right;
	clear: none;
	margin-top: 95px;
	

}
.search_button
{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	cursor: pointer;
	
}

#form_search
{
	text-align: left;
	padding-left: 8px;
}
#header_menu
{
	width: 1024px;
	height:37px;
	line-height:37px;
	vertical-align:middle;
	float: left;
	clear: both;
	text-align: center;
	
}
ul,li
{
	margin: 0;
	padding: 0;
}
#header_menu ul
{
	font-family: georgia;
	font-size: 15px;
	font-weight: bold;
	color: #959595;

	
}
#header_menu ul li
{
	display: block;
	float: left;
	list-style: none;
	margin-right: 5px;
	
	
}
#header_menu a:link, #header_menu a:active, #header_menu a:visited
{
	color: #959595;
	text-decoration: none;
	font-size: 15px;
}
#header_menu a:hover
{
	font-size: 15px;
	text-decoration: underline;
}
li.menuon
{
	height: 37px;
	background: transparent url(/images/bg_button_arrow.gif) no-repeat scroll center 0;
	margin-left: -1px;
}
#header_menu li a
{
	border-right: 1px solid #E4E4E4;
	line-height: 30px;
	padding: 3px 5px 3px 5px;

}
#header_menu li.menuon a
{
	background:transparent url(/images/bg_menu_button.gif) no-repeat scroll left top;
	display: block;
	line-height: 27px;
	padding:0px 0px 0px 2px;
	color: #FFF;
	float: left;
	margin-top: 5px;
	
}
#header_menu li.menuon span a
{
	background:transparent url(/images/bg_menu_button.gif) no-repeat scroll left top;
	display: block;
	line-height: 26px;
	padding:0px 12px 1px 10px;
}

#site_content
{
	width:1024px;
	float: left;
	clear: both;
	overflow: visible; 
	padding-top: 8px;
}
#search
{
	float: left;
	clear: left;
	width: 750px;
	text-align: left;
}
#search h4, #content_right h4
{
	font-style: italic;
	font-size: 18px;
	padding: 0;
	margin: 5px 0px 5px 5px;
	font-weight: normal;
	width: 280px;
	float: left;
	clear: both;
	text-align: center;
}

#content_left
{
	float: left;
	width: 200px;
	clear: none;
	overflow: visible;
	text-align: center;
}
#content_center,#center
{
	float: left;
	clear: none;
	overflow: visible;
	width: 546px;
	background-color: #FFF;
}
#welcome
{
	width: 523px;
	float: left;
	clear: both;
	border: 1px solid #C1C1C1;
	padding: 5px;
	margin-left: 8px;
	margin-top: 2px;
	font-size: 14px;
	font-family: georgia;
	font-style: italic;
}
#content_right
{
	float: left;
	clear: none;
	overflow: visible;
	width: 260px;
}
div.caption
{
	width: 260px;
	float: left;
	clear: both;
	text-align: center;
}
#new_restaurants, #latest_news
{
	float: left;
	width: 280px;
	clear: both;
	border: 1px solid #BFBFBF;
}
#latest_news
{
	padding-top: 10px;
}
div.new_restaurant_name
{
	float: left;
	clear: both;
	width: 150px;
	overflow:visible;
	font-family:georgia;
	font-size: 14px;
	font-weight: bold;
	color: #2F3E43;
	padding-bottom: 2px;
	border-bottom: 1px solid #B6B2A7;
	height: 23px;
	line-height: 23px;
	margin-left: 2px;
	padding-left: 5px;
}
div.rest
{
	float: left;
	clear: both;
	width: 270px;
}
div.restaurnat_logo
{
	float: left;
	clear: left;
	width: 130px;
	margin-left: 2px;
	text-align: center;
	margin-top: 7px;
}


div.restaurnat_logo img
{
	border: 1px solid #B6B2A7;
	
}
div.restaurant_address
{
	float:left;
	clear: right;
	margin-left: 10px;
	text-align: justify;
	font-size:12px;
	color: #878787;
	margin-top: 18px;
	width: 102px;	
}

#news_listing
{
	width: 523px;
	float: left;
	clear: both;
	text-align: justify;
	margin-left: 8px;
	margin-top: 2px;
	padding:5px;
	border: 1px solid #C1C1C1;
}
#news_listing h1
{
	font-size:18px;
	color:#4D4341;
	padding: 0;
	margin: 0;
	
}

div.newsrows
{
	width: 500px;
	float: left;
	clear: both;
	text-align: justify;
	margin: 10px 0px 10px 5px;
	color: #878787;
}
div.newsimage
{
	float: left;
	clear: none;
	text-align: center;
	width: 100px;
	margin-right: 10px;
}
div.newsimage img
{
	border: 0;
	width: 100px;
}

div.newsrows a
{
	text-decoration: none;
	color: #878787;
}
div.newstext h3, div.newsrows h3 a
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight:  bold;
	color: #4D4341;
	text-decoration: none;
}
div.newsrows a:hover
{
	text-decoration: underline;
}
div.bigimage
{
	width: 180px;
	float: left;
	clear:  left;
	margin-right: 10px;
}
div.bigimage img
{
	width: 180px;
	border:0;
	
}



.reset_button
{
	background-image: url("/images/reset_button.jpg");
	background-position: center;
	background-repeat: no-repeat;
	width:64px;
	height:22px;
	border:0;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin-left: 10px;
}
#menu_options
{
	float: left;
	clear: both;
	width: 200px;
	text-align: left;
	margin-top: 1px;
	
}
div.menu_left
{
	width: 200px;
	height:82px;
	float: left;
	clear: both;
	
}
div.menu_left a
{
	font-size: 18px;
	text-decoration: none;
	font-family: georgia;
	font-style: italic;
}
div.menu_orange
{
	color: #FF5D1E;
	font-size: 18px;
	margin-top: 16px;
	margin-left: 55px;
}
div.menu_grey
{
	color: #878787;
	font-size: 18px;
	margin-top: 7px;
	margin-left: 53px;
}
#menu_options span
{
	float: left;
	clear: both;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	width: 176px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	height:17px;
	background-image: url("/images/splitter.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}
#menu_options a:link, #menu_options a:active,#menu_options a:visited,#menu_options a:hover
{
	float:left;
	clear:both;
	margin-left: 20px;
	font-family:georgia;
	font-size: 12px;
	font-weight: bold;
	color: #3E3E3E;
	text-decoration: none;
	white-space: nowrap;
}
#restaurant_section, #user_section
{
	float: left;
	clear: both;
	background-image: url("/images/restaurant_section_bg.jpg");
	background-position: top;
	background-repeat: no-repeat;
	width: 200px;
	height: 81px;
	text-align: left;
	
}
#restaurant_section span,#restaurant_section_logged span,#user_section span
{
	float: left;
	clear: both;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FF5D1E;
	width: 200px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	height:17px;
	font-family: georgia;
	font-size: 18px;
	font-style: italic;
}
#user_section span
{
	color: #2A82BE;
}


#restaurant_section a:link, #restaurant_section a:active,#restaurant_section a:visited,#restaurant_section a:hover,
#restaurant_section_logged a:link,#restaurant_section_logged a:active, #restaurant_section_logged a:visited, #restaurant_section_logged a:hover,
#user_section a:link, #user_section a:active, #user_section a:visited, #user_section a:hover
{
	float:left;
	clear:both;
	margin-left: 20px;
	font-family:georgia;
	font-size: 14px;
	font-weight: bold;
	font-style:italic;
	color: #878787;
	text-decoration: none;
	white-space: nowrap;
}
#restaurant_section_logged
{
	float: left;
	clear: both;
	background-image: url("/images/restaurant_section_logged.jpg");
	background-position: top;
	background-repeat: no-repeat;
	width: 200px;
	height: 159px;
	text-align: left;
	margin-top: 8px;
}
#featured_restaurants
{
	float: left;
	clear: both;
	background-image: url("/images/recommended_bg.gif");
	background-position: top;
	background-repeat: no-repeat;
	width: 176px;
	height: 610px;
	margin-left: 7px;
	text-align: center;
	margin-top: 20px;
}
#featured_restaurants span
{
	float: left;
	clear: both;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	width: 176px;
	padding-left: 8px;
	margin-top: 15px;
	
	height:17px;
	
}
#footer
{
	float: left;
	clear: both;
	width: 1024px;
	background-color: #ECECEC;
	overflow: visible; 
	height: 20px;
	padding-top:10px;
	margin-bottom:5px;
	text-align: center;
	font-size: 10px;
	color: #666666;
}
#footer a:link,#footer a:active, #footer a:visited, #footer a:hover
{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight:  bold;
}
#restaurant_selection
{
	width: 100%;
	float: left;
	clear: both;
	background-image: url("/images/selection_bg.gif");
	background-position: center top;
	background-repeat: no-repeat;
	height: 50px;
	text-align: center;
	font-size: 14px;
	color: #767676;
	padding-top: 20px;
	background-color: #FFF;
	margin-top: 2px;
}
#business_type
{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-family: georgia;
	font-size: 18px;
	font-weight:bold;
	font-style:italic;
	color: #2F3E43;

	
}
#most_viewed
{
	float: left;
	clear: both;
	background-image: url("/images/most_bg.gif");
	background-position: top;
	background-repeat: no-repeat;
	width: 176px;
	height: 111px;
	margin-left: 7px;
	text-align: left;
	margin-top: 8px;
}
#most_viewed span
{
	float: left;
	clear: both;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	width: 176px;
	padding-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	height:17px;
	background-image: url("/images/splitter.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}
#most_viewed a:link, #most_viewed a:active,#most_viewed a:visited,#most_viewed a:hover
{
	margin-left: 10px;
	font-family:georgia;
	font-size: 10px;
	font-weight: normal;
	color: #FF5D1E;
	text-decoration: none;
}
#newsletter
{
	float: left;
	clear: both;

	width: 266px;
	border: 1px solid #C1C1C1;
	margin-left: 7px;
	text-align: left;
	margin-top: 20px;
	padding: 5px;
}
#newsletter span
{
	float: left;
	clear: both;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #454545;
	width: 176px;
	padding-left: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
	height:17px;
	background-image: url("/images/splitter.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
}
div.standard
{
	width: 533px;
	margin-left: 8px;
	margin-top: 2px;
	border: 1px solid #B6B2A7;
	
}
.tbox_max,.tbox
{
	width: 160px;
	margin-bottom: 5px;
}
/********** LINKS ****************/

A:link {
    color: #2A82BE;
    font-size : 10px; 
    font-family: georgia, Arial, Sans-Serif;
    text-decoration: none;
}

A:visited {
    color: #2A82BE;
    font-size : 10px; 
    font-family: georgia, Arial, Sans-Serif;
    text-decoration: none;
}

A:hover {
    color: #FF5D1E;
    font-size : 10px; 
    font-family: georgia, Arial, Sans-Serif;
    text-decoration: underline;
}

a:active {
    color: #3E3E3E;
    font-size : 10px; 
    font-family: georgia, Arial, Sans-Serif;
    text-decoration: none;
}

/********** LISTS ****************/ 
 
a.status_line:link {
    color: #ffffff;
    font-size : 12px; 
    font-family: georgia, Arial, Sans-Serif;
    text-decoration: none;
}

a.status_line:visited {
    color: #ffffff;
    font-size : 12px; 
    font-family: georgia, Arial, Sans-Serif;
    text-decoration: none;
}

a.status_line:hover {
    color: #FF5D1E;
    font-size : 12px; 
    font-family: georgia, Arial, Sans-Serif;
    text-decoration: none;
}

/* Company listings styles */

.company_default {
    font-family: georgia, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : underline; 
    font-weight: bold;
	color: black;
}

.company4 {
    font-family: georgia, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : none; 
    font-weight: bold;
	color: red;
}

.company3 {
    font-family: georgia, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : none;
    font-weight: bold; 
	color: blue;
}


.company2 {
    font-family: georgia, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : none;
    font-weight: bold;
	color: green;
}

.company1 {
    font-family: georgia, Arial, Sans-Serif;
    font-size: 12px;
	text-decoration : underline; 
    font-weight: bold;
	color: black;
}

.listing_hot {
    color: red;
    font-size: 9px;
}

.listing_new_updated {
    color: green;
    font-size: 9px;
}

.listing_marked {
    color:#5678A2;
    font-size: 9px;
}


.nav_link {
	font-family: georgia, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #777676;	
	text-decoration: none;
}

a.nav_link:hover {
	text-decoration: underline;
}

.title {
	font-family: georgia, Tahoma, sans-serif;
	font-size: 14px;
	color: #777676;		
}
.title hr
{
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
checkbox
{
	font-size: 10px;
	font-weight: normal;
	color: #000000;	
	border: 0;
}
select, textarea {
	font-family: georgia, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;	
	border: solid 1px #000;	
}


.sub, input[type=submit],input[type=reset] {
	background-image: url("/images/search_button.jpg");
	background-position: center;
	background-repeat: repeat-x;
	padding-left:5px;
	padding-right:5px;
	line-height:22px;
	height:20px;
	padding-bottom:2px;

	border:0;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	overflow: visible;
}

.base {
	font-family: georgia, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;		
}
.base a
{
	font-size: 14px;
}
.error {
	font-family: georgia, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;		
}

.base_link {
	font-family: georgia, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF5D1E;	
}
a.base_link:link,a.base_link:active, a.base_link:visited, a.base_link:hover
{
	color: #2F3E43;
	font-style:italic;
	font-size: 12px;
}
table
{
	background-color: #FFF;
	
}


.table_title_row {
	background-color: #FFF;
	height: 18px;
	font-family: georgia, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #454545;		
	padding-left: 2px;
	border-bottom: 1px solid #f2efe8;
}
.table_rows
{
	border-bottom: 1px solid #f2efe8;
	font-size: 12px;
}
.table_rows a
{
	font-size: 12px;
}
.row1 {
	background-color: #ccc;
}

.row2 {
	background-color: #fff;
}



.edit_link {
	color: blue;
	font-family: georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.delete_link {
	color: #990000;
	font-family: georgia, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.info_link {
	color: blue;
	font-family: georgia, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#c-left
{
	float: left;
	 clear:none;
	 width: 250px;
	 vertical-align: top;
}
#c-right
{
	float: left;
	 clear:none;
	 width: 270px;
	 vertical-align: top;
}
.restaurant_name
{
	float: left;
	clear: left;
	text-align: left;
	width: 250px;
	height: 421px;
	
}
.restaurant_name h1{
	color: #2A82BE;
	font-family: georgia, sans-serif;
	font-size: 20px;
	line-height: 20px;
	padding:0;
	margin:0;
	font-weight: bold;
	font-style: normal;
	padding-left: 10px;
	
}
.restaurant_name div
{
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #777676;
	line-height: 12px;
	padding-top:10px;
	padding-left: 10px; 
}
#claim
{
	width: 280px;
	float:left;
	clear: right;
	height:40px;
	white-space: nowrap;
	border: 1px solid #C1C1C1;
	padding: 5px;
}
#claim a
{
	color: #2A82BE;
	text-decoration: none;
	font-size: 12px;
}
#banner_up
{
	width: 523px;
	float: left;
	clear: both;
	border: 1px solid #C1C1C1;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 8px;
}
.restaurant_rating
{
	width: 280px;
	float:left;
	clear: both;
	text-align:right;
	border: 1px solid #C1C1C1;
	background-color:#FFF;
	padding: 5px;
}
#google_map
{
	width: 280px;
	float:left;
	clear: right;
	text-align:right;
	border: 1px solid #C1C1C1;
	background-color:#FFF;
	padding:5px;
	height: 285x;
}
#restaurant_details
{
	float: left;
	clear: both;
	margin-top:5px;
	border: 1px solid #C1C1C1;
	background-color: #FFF;
	width: 250px;
	padding: 5px;
	
}
#restaurant_details span
{
	float: left;
	clear: none;
	width: 100px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	font-weight: normal;
	font-size: 10px;
	white-space: nowrap;
}
#book_table
{
	width: 280px;
	text-align: left;
	clear: both;
	border:1px solid #C1C1C1;
	padding: 5px;
	
}
a.r_name:link,a.r_name:active, a.r_name:visited
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
a.r_name:hover
{
	text-decoration: none;
	
}
#promotions
{
	width: 250px;
	float: left;
	clear: both;
	padding: 5px;
}
#comments
{
	width: 530px;
	float: left;
	clear: none;
	
}
#other_pictures
{
	float:left;
	clear:none; 
	width: 276px;
	text-align: center;
	vertical-align: top;
	border: 1px solid #C1C1C1;
}
#other_pictures div
{
	width: 270px;
	float: left;
	clear: both;
	text-align: center;
	margin-bottom: 5px;

	
}
.restaurant_info {
	color: #777676;
	font-family: Trebuchet MS, Tahoma;
	font-size: 14px;
}
#restaurant_menu
{
	float: left;
	clear: both;
	width: 600px;
}
.menu_title {
	color: #336699;
	font-family: Georgia, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.section_title {
	color: #336699;
	font-family: Comic Sans MS, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.item_title {
	color: #000;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.item_price {
	color: #000;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.attention {
	background-color: #F4931E;
	border: solid 1px #000;
	padding: 5px;
	color: #fff;
}

.attention_link {
	color: #fff;
	font-weight: bold;
}

.promotion {
	color: #990000;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;	
}


.pager_next {
	color: blue;
	font-family: georgia, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.pager_current {
	color: #FF5D1E;
	font-family: georgia, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.poll_title {
	color: #000;
	font-family: georgia, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 50px;
}

.poll_option {
	color: #000;
	font-family: georgia, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
td.border {
    border-bottom : 1px solid #C1C1C1;
    border-left : 1px solid #C1C1C1;
    border-right : 1px solid #C1C1C1;
    border-top : 1px solid #C1C1C1;
}

td.border2 {
    background-image: url(../images/cell-background.gif);
    background-repeat: repeat-x;
    border-left : 1px solid #C1C1C1;
    border-right : 1px solid #C1C1C1;
    border-top : 1px solid #C1C1C1;
    padding: 5px;
}
div.page_text
{
	float: left;
	clear: both;
	width: 523px;
	margin-left: 8px;
	margin-top:10px;
	padding:5px;
	border: 1px solid #C1C1C1;
}
div.page_text div
{
	width: 523px;
	text-align: justify;
}
h2
{
	font-family: georgia;
	font-size: 16px;
	color: #FF5D1E;
	font-style: italic;
}
#offers
{
	float: left;
	clear: left;
	width: 523px;
	margin-left:8px;
	margin-top: 2px;
	border:1px solid #C1C1C1;
	padding: 5px;
	
}
div.offer
{
	width: 520px;
	float:left;
	clear:both;
}
#offers h1
{
	padding: 0;
	margin: 0;
	font-size: 16px;
	
}
div.caption
{
	width: 240px;
	text-align: right;
	float:left;
	clear:left;
	padding-right: 10px;
	margin-bottom: 5px;
}
div.caption_input
{
	text-align: left;
	float: left;
	clear: right;
	margin-bottom: 5px;
	width: 240px;
}
div.caption_input input[type=text]
{
	width: 200px;
}
#featured
{
	width: 523px;
	text-align: center;
	float: left;
	clear: both;
	margin: 10px 0px 10px 100px;
	padding: 5px;
}
#list_featured
{
	width: 350px;
	float: left;
	clear: both;
	margin-left: 100px;
	margin-right: 50px;
}
div.featured_rows
{
	width: 350px;
	float: left;
	clear: both;
}
.featured_image
{
	width: 120px;
	float: left;
	clear: none;
}
.featured_image img
{
	width: 120px;
	border: 0;
}
.featured_text
{
	width: 210px;
	margin-left: 14px;
	float: left;
	clear: none;
}
.featured_text h3
{
	font-size: 14px;
	color:#2A82BE;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.featured_text p
{
	font-size: 10px;
	color: #2F3E43;
	font-weight: bold;
	float: left;
	clear: both;
}
.featured_text p a
{
	float: right;
	color: #FF5D1E;
	font-style: italic;
	 font-size: 10px;
}
#featured_one
{
	width: 523px;
	margin: 10px 0px 10px 8px;
	padding: 6px;
	background: #606060;
	float: left;
	clear: both;

	border: 1px solid #606060;
}
#featured_one h3
{
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	width: 450px;
	padding-left: 14px
}
div.featured_one_image
{
	width:150px;
	float: left;
	clear: none;
	margin-left: 14px;
}
div.featured_one_image img
{
	width: 150px;
	border: 2px solid #FFF;
}
div.featured_one_text
{
	width: 305px;
	float: left;
	clear: none;
	text-align: justify;
	color: #FFF;
	font-size: 11px;
	margin-left: 14px;

}
div.featured_one_text a
{
	color:#FF5D1E;
	font-style: italic;
	font-size:11px;
}

div.seemore1
{
	float: left;
	clear: both;
	width: 260px;
	text-align: right;
}
.div.seemore1 a
{
	color: #FF5D1E;
	font-style: italic;
}
div.banners_left
{
	float: left;
	clear: both;
	margin-top:2px;
	text-align:left;
	width:200px;
}
div.banners_left img
{
	width: 200px;
	border: 0;
}
