/*
  To create a new color theme, replace the colors:
  
    #B4161A with the color for hyperlinks
  and 
    #971B1E with the background color for the top navigation bar
  and
    #990000 for the color of page headings


  and
    provide a re-colored version of images/ul_bullet.gif,
    which is the bullted-list item dot.    

*/

#title h1 a:link, #title h1 a:visited
{
	text-decoration: none;
	color: #666600;
}

a:link, a:visited, #search a:visited, th a:visited
{
	color: black;
}

#title h1
{
	color: #ffab4d;
	
}

#color_bar
{
	background: black;
	color: #333333;
}

h3
{
	color: #666600;
}

/*
   COMMON THEME PROPERTIES FOLLOW
   (they contain no information specific to a theme color)
*/


body
{
	font-family: Verdana, Tahoma, Helvetica, Helvetica-Narrow, sans-serif;
	margin-top: 0px;
	margin-left: 0px;
	height: 100%;
	background-image: none;
	background-color: white;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    text-decoration: none;
}

.none
{
    display: none;
}

#title h1
{
    font-size: 18px;
    font-weight: bold;
    display: inline;
}

.item_list h3, .item_list h4, .item_list h5, .item_list h6
{
    font-size: 1em;
    font-weight: normal;
}

/* begin main layout divs */

#title
{
    height: 24px;
    width: 900px;
    padding-top: 17px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;

}

#nav_header
{
	margin: 0 auto;
	line-height: normal;
	width: 855px;
	height: 40px;
	background-image: none;
	background-color: white;
}
#nav_header ul
{
	margin: 0;
	padding: 0px 0;
	list-style: none;
	float: right;
	background-image: none;
	background-color: transparent;
}
#nav_header li
{
	float: left;
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: transparent;
}
#nav_header a
{
	color: black;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 13px 25px 13px 15px;
	background-image: none;
	background-color: transparent;
}

#nav_header a span
{
    border-bottom: #ccc 1px solid;
    padding-bottom: 54px; /* hide the underline in normal state, required for hover effect in IE */
}

#nav_header a:hover span
{
	border-bottom: darkorange 1px solid;
	padding-bottom: 2px;
}

#color_bar
{
	font-size: 10px;
	font-weight: bold;
	width: 850px;
	border-bottom: #ccc 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	padding-top: 13px;
	color: #ff9900;
	background-color: #4169a7;
}

#crumbs
{
	font-size: 10px;
	font-weight: bold;
	color: white;
	height: 30px;
	width: 850px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: middle;
	margin: 0px auto 5px;
	background-image: none;
	background-color: #4169a7;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	padding-bottom: 2px;
	padding-top: 2px;
}

#crumbs h2, #crumbs h3
{
    font-size: 10px;
    display: inline;
}

#crumbs_search
{
    float: left;
    font-size: 12px;
}

#whats_new
{
    float: right;
    font-size: 12px;
    width: 280px;
    text-align: right;
}

#crumbs p
{
    display: inline;
    vertical-align: middle;
}

#crumbs .search_box
{
    margin: 0px;
    padding: 0px;
    height: 15px;
    font-size: 11px;
    width: 170px;
}

#crumbs #category_select
{
    margin: 0px;
    padding: 0px;
    height: 17px;
    font-size: 11px;
    width: 170px;
}

#crumbs select
{
    padding: 0px;
    height: 17px;
    font-size: 11px;
    width: 160px;
    margin-top: 2px;
}

#crumbs .submit, #crumbs .go
{
    margin: 0px;
    padding: 0px;
    height: 20px;
    font-size: 11px;
    margin-top: 0px;
}

#crumbs_text
{
    padding-top: 5px;
}

input .submit
{
    font-size: 11px;
    width: 70px;
}

#nav_browse
{
    float: right;
}

#nav_login
{
    float: left;
}

#body
{
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	background: white;
	height: 200%;
	border-top-style: none;
	border-bottom: #b6b3a6 1px;
	border-right-style: none;
	border-left-style: none;
}

#col_main_left
{
	width: 372px;
	float: left;
	background: white;
	height: 10%;
}

#col_main_right
{
	margin-left: 190px;
	background: white;
	height: 50%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-color: #dfdccb;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-right-color: #cac7b8;
	font-family: Arial;
	font-size: small;
	vertical-align: text-top;
}

#content
{
	width: 850px;
	padding: 20px;
	height: 50px;
	border-right: #b6b3a6 1px;
	border-top-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-image: none;
	background-color: white;
}

#content .display_left
{
    margin-top: -20px;
}

#content_header
{
    font-size: 0.8em;
    color: #000000;
    height: 129px;
    width: 177px;
    padding-top: 10px;
    padding-right: 7px;
    padding-left: 10px;
}

#content_header ul
{
    list-style-position: outside;
    margin-top: 10px;
    list-style-image: url(images/ul_bullet.gif);
}

#content_header li
{
    list-style-position: outside;
    margin-left: -17px;
}

#content_header h2, #content_header h3
{
    display: inline;
    font-weight: bold;
    font-size: 1em;
}

#featured_item
{
	border-color: #000066;
	height: 100px;
	width: 193px;
	text-align: center;
	padding: 2px;
	font-size: small;
	margin-bottom: 1px;
	margin-right: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
}

.display_left #featured_item
{
	width: 160px;
	font-size: 0.5em;
	color: #ff9933;
	border-right: black 1px dotted;
	border-top: black 1px dotted;
	border-left: black 1px dotted;
	border-bottom: black 1px dotted;
}


#featured_item h2
{
	font-size: 0.5em;
	display: none;
	color: #000000;
	text-decoration: none;
}

.row1 a:link img, .row2 a:link img, .display_left a:link img, #featured_item a:link img
{
    border: 1px solid #666;
}

.row1 a:visited img, .row2 a:visited img, .display_left a:visited img, #featured_item a:visited img
{
    border: 1px solid #666;
}



#announcements
{
	font-size: 0.8em;
	padding: 10px;
	height: 100%;
	background: #F7F6F2;
}

#announcements ul
{
    margin-top: 0px;
}

#announcements li
{
	list-style-position: outside;
	list-style-image: url(images/ul_arrow.gif);
	margin-bottom: 15px;
	margin-left: -24px;
}

#user_assistance
{
	color: #7F4728;
	padding: 10px;
	font-size: 0.8em;
	float: left;
	width: 178px;
}

#user_assistance h2, #user_assistance h3
{
	color: #000000;
	font-size: 1em;
}

.post_title
{
    margin: 0px;
    padding: 0px;
}

.post_dollars
{
    width: 50px;
}

#post_cents
{
    width: 25px;
}

.post_url, .post_title, .post_description
{
    width: 250px;
}

90px;
}

.section
{
	padding: 10px;
	height: 55px;
	font-size: small;
	border-bottom: 2px solid #E4E2D5;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	vertical-align: text-top;
}

h3.section
{
    font-size: 1.2em;
}

.content_right
{
    padding: 10px;
    font-size: 0.8em;
}

.content_right
{
    padding: 10px;
    font-size: 0.8em;
}

.content_right form, .content_right fieldset
{
    border: none;
    padding: 0px;
    margin: 0px;
}

.content_right legend
{
    color: #000000;
    font-size: 1em;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}

.content_right td, .category_browse td
{
    padding-right: 20px;
}

.category_browse td h4
{
    font-size: 1em;
    display: inline;
}

.category_browse td h4 a:link, .category_browse td h4 a:visited
{
	text-decoration: none;
	color: #999966;
}

.category_browse td h4 a:hover, .category_browse td h4 a:active
{
    text-decoration: underline;
}

.category_browse td ul a:link, .category_browse td ul a:visited
{
    text-decoration: none;
}

.category_browse td ul a:hover, .category_browse td ul a:active
{
    text-decoration: underline;
}

.category_browse td ul
{
	margin-top: 10px;
}

.category_browse td li, .category_browse td li
{
	margin-left: -17px;
	list-style-type: none;
}

#search_n_browse
{
    height: 139px;
    width: 577px;
    padding-bottom: 3px;
    padding-left: 3px;
    float: right;
}

#search_n_no_browse
{
	height: 139px;
	width: 288px;
	padding-bottom: 3px;
	padding-left: 3px;
	float: right;
	background: #FFFFFF;
}

#search_n_browse div#search
{
    float: left;
   
}

#search_n_browse div#browse
{
    float: right;

}

#search a
{
    font-size: 11px;
}

#search legend, #browse legend
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

#search select, #search .search_box, #browse select, #browse ul
{
    font-size: 11px;
    margin-top: 2px;
}

#search select, #search .search_box
{
    width: 240px;
}

#browse select
{
    width: 190px;
    vertical-align: middle;
    border: none;
    display: inline;
}

#search, #browse
{
	border-style: none;
	height: 125px;
	width: 265px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #A29F93;
	border-bottom-color: #A29F93;
	border-left-color: #FFFFFF;
	background: repeat-x top;
}

#search form, #browse form
{
	display: list-item;
	border: none;
}

#search .search_box, #search select
{
    margin-bottom: 8px;
}

/* begin admin panel (similar to search boxes) */
#admin_panel
{
    width: 577px;
    padding-bottom: 3px;
    padding-left: 3px;
    float: right;
    font-size: .7em;
}
#admin_panel div
{
    clear: both;
    padding-top: 5px;
}

#admin_panel #query span.input_label
{
    float: left;
    text-align: right;
    width: 70px;
}


#admin_panel #query input
{
    width: 170px;
}



#admin_panel #query select
{
    width: 175px;
}

#admin_panel #status span.input_label
{
    float: left;
    text-align: right;
    width: 100px;
}

#admin_panel #status select
{
    width: 145px;
}

#admin_panel #status input
{
    width: 145px;
}

#admin_panel span.input_control
{
    float: right;
    text-align: left;
}

#admin_panel div#query
{
    float: left;
    background: #F9F9F8 url(images/background_user_assist.jpg) repeat-x top;
}

#admin_panel div#status
{
    float: right;
    background: #F9F9F8 url(images/background_user_assist.jpg) repeat-x top;
}

#admin_panel #query a
{
    font-size: 11px;
}

#admin_panel #query legend, #admin_panel #status legend
{
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}

#admin_panel #query select, #admin_panel #query .search_box, #admin_panel #status select, #admin_panel #status ul
{
    font-size: 11px;
    margin-top: 2px;
}

#admin_panel #query select, #admin_panel #query .search_box
{
    /* width: 290px; */
}

#admin_panel #status select
{
    /* width: 190px; */
    vertical-align: middle;
    border: none;
    display: inline;
}

#admin_panel #query, #admin_panel #status
{
    height: 185px;
    width: 265px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #A29F93;
    border-bottom-color: #A29F93;
    border-left-color: #FFFFFF;
    background: repeat-x top;
    padding: 7px 10px 10px;
}



.login_box input.text
{
    width: 150px;
}

input.user_info
{
    width: 200px;
}

input.register_password
{
    width: 100px;
}

input.register_question
{
    width: 250px;
}

/* begin item grid */


#item_images
{
    text-align: center;
    float: left;
    width: 161px;
    clear: none;
}

.item_list
{
    width: 100%;
    font-size: .7em;
    padding-left: 5px;
    padding-right: 5px;
}

.item_list th
{
    height: 25px;
    background: #DEDDD3;
}

.item_list_footer
{
    height: 20px;
    width: 100%;
    margin-top: 5px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    background: #DEDDD3;
}

.item_list_footer li
{
    list-style-type: none;
    white-space: nowrap;
    display: inline;
    margin: 0px 3px;
}

.item_list_footer ul
{
    margin: 0;
    padding: 0;
}

.display_left
{
    text-align: center;
    float: left;
    clear: none;
    font-size: .8em;
}


.display_right
{
	text-align: left;
	padding-left: 181px;
	font-size: .8em;
	vertical-align: text-top;
}

.display_right#ad_details h3, .display_right#ad_details h4, .display_right#ad_details h5
{
    text-align: left;
    font-size: 1.1em;
    padding: 10px;
    display: block;
    background: #E5E2CC;
}

.display_right#ad_details h5.action
{
    padding: 5px 10px;
    font-size: 0.9em;
}


/* begin footer */

#footer
{
	font-size: 11px;
	font-weight: bold;
	height: 40px;
	width: 850px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFFFFF;
	text-align: center;
	background-image: none;
	background-color: #336699;
}

#footer_nav
{
	width: 100%;
	height: 127%;
}

#footer_nav a
{
	list-style-type: none;
	white-space: nowrap;
	display: inline-block;
	margin: 0px 10px 0px 0px;
}

#footer_nav a, #nav_login a, #nav_browse a, #crumbs a
{
    color: #FFFFFF;
}

#disclaimer
{
    font-size: 0.6em;
    color: #888679;
    text-align: center;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}


/* begin classes */

legend.select_category
{
    display: inline;
}

.col_select, .col_photo, .col_photo_nopreview, .col_startdate, .col_price, .col_type, .col_location, .col_category, .col_general, .col_checkbox
{
    text-align: center;
}

.col_title
{
	text-align: left;
	width: 325px;
	text-decoration: none;
}

#ad_details td.col_heading
{
    color: #7F4728;
    vertical-align: top;
}

#ad_details td.col_detail
{
    padding-left: 10px;
}

#ad_details .ad_description_text td.col_detail
{
	text-align: left;
}

.ad_description_text
{
    padding-top: 20px;
}


.col_checkbox, .col_photo_nopreview
{
    width: 30px;
}


.row1, .row2
{
    height: 60px;
}

.row2
{
    background: #E8E7E1 url(images/background_table_row.gif) repeat-x top;
}

.small_text
{
    font-size: 0.8em;
    color: #666666;
    font-weight: normal;
}

.normal_weight
{
    font-weight: normal;
}


tr.new_section
{
    padding-top: 1em;
}

p.new_section
{
    margin-top: 1em;
}
/* 89798/common/styles/wide/grid-pixies.css */
          /* ---------- grid/mini-pixies.css starts here ---------- */
.pixies li.mini
{
	height: 112px;
}

.pixies li.mini .trail-text
{
	margin-top: 0;
	position: absolute;
	overflow: hidden;
	text-align: left;
	padding-top: 28px;
	padding-bottom: 0;
	z-index: 1;
	height: 84px;
	width: 100%;
	display: none;
	height: 140px;
}

.pixies li.mini .trail-text a
{
	display: block;
	height: 84px;
	padding-right: 5px;
	padding-top: 3px;
	width: 135px;
}

.pixies li.mini .caption
{
	font-size: 0.875em;
	height: 25px;
	overflow: hidden;
	padding-top: 3px;
}

.pixies li.mini .caption h3 a
{
    color: #fff;
}
          /* ----------  grid/mini-pixies.css ends here ----------- */

.pixies h2
{
    font-weight: bold !important;
}

.pixies li,
li.pixie.big
{
	overflow: hidden;
	position: relative;
	margin-bottom: 7px !important;
	border-top-width: 0 !important;
}

.pixies li a,
.pixies li div,
.pixies li a:hover,
li.pixie.big a,
li.pixie.big div,
li.pixie.big a:hover
{
	display: block;
	position: relative;
	text-decoration: none;
}

.pixies li,
.pixies .caption h3,
.pixies .caption p,
.pixies li.open-pix div.trail-text,
.pixies li.open-pix div.trail-text a
li.pixie.big,
li.pixie.big .caption h3,
li.pixie.big .caption p
{
	font-size: 16px !important;
	font-family: georgia, serif !important;
	font-weight: normal !important;
	line-height: 1.125;
    margin-top: 0;
    border-top-width: 0 !important;
}

li.pixie.five-col
{
	line-height: 0;
}

.pixies .caption h3
{
    margin-bottom: 0 !important;
}

.pixies .trail-text,
li.pixie.big .trail-text
{
	background-image: url(http://static.guim.co.uk/static/89798/common/styles/wide//images/grey-bg.png);
	background-repeat: repeat;
	background-color: transparent;
	color: #333;
	display: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 1.125;
	min-height: 40px;
	max-height: 210px;
	height: auto !important;
	height: 40px;
	left: 0;
	overflow: hidden;
	margin-top: 0 !important;
	padding-top: 55px;
	padding-bottom: 10px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
	z-index: 1;
}

.pixies .trail-text a,
li.pixie.big .trail-text a
{
	padding-left: 4px;
	padding-right: 4px;
}

.pixies .caption,
li.pixie.big .caption
{
	position: relative;
	height: 50px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	z-index: 2;
	margin: 0 !important;
}

.pixies .caption
{
	background-color: #a5a5a5;
}

/* mugshots */
.pixies li.mugshot .trail-text 
{
	padding: 0 5px 5px 5px;
}

.pixies li.mugshot .caption
{
	padding-bottom: 3px;
	min-height: 3.4em;
	height: auto;
}

.pixies li.mugshot .caption,
.pixies li.open-pix,
.pixies li.open-pix .caption,
.pixies li.open-pix .trail-text a
{
  	background: #e2e2e2;
}

.pixies li.mugshot .trail-text a:hover,
.pixies li.mugshot .caption a:hover
{
    text-decoration: underline;
}

/* open pixies - mugshot but text and image reversed */
.pixies li.open-pix
{
    margin-bottom: 10px !important;
	overflow: hidden;
	padding-bottom: 4px;
}

.pixies li.open-pix .caption
{
    height: auto;
}

.pixies li.open-pix .trail-text 
{
    display: block;
    position: static;
    padding-top: 0;
    padding-bottom: 0;
}

.pixies li.open-pix .trail-text a:hover,
.pixies li.open-pix .caption a:hover
{
    text-decoration: underline;
}

.pixies li.open-pix a img
{
	vertical-align: bottom;
}

/* section colours */


.pixies li.news .caption h3 a,
.pixies li.open-pix.news .caption p a
{
	color: #d61d00;
}

.pixies li.sport .caption h3 a,
.pixies li.open-pix.sport .caption p a
{
	color: #008000;
}

.pixies li.travel .caption h3 a,
.pixies li.open-pix.travel .caption p a,
.pixies li.travel-1 .caption h3 a,
.pixies li.open-pix.travel-1 .caption p a
{
	color: #65c5fb;
}

.pixies li.travel-2 .caption h3 a,
.pixies li.open-pix.travel-2 .caption p a
{
	color: #066ec9;
}

.pixies li.environment-1 .caption h3 a,
.pixies li.open-pix.environment-1 .caption p a
{
	color: #7bbb00;
}

.pixies li.environment-2 .caption h3 a,
.pixies li.open-pix.environment-2 .caption p a
{
	color: #4a7801;
}

.pixies li.red a,
.pixies li.red .caption h3 a,
.pixies li.open-pix.red .caption p a
{
	color: #d61d00;
}

.pixies li.blue .caption h3 a,
.pixies li.open-pix.blue .caption p a
{
	color: #4c90c1;
}

.pixies li.yellow .caption h3 a,
.pixies li.open-pix.yellow .caption p a
{
	color: #ffb93e;
}

.pixies li.black .caption h3 a,
.pixies li.open-pix.black .caption p a
{
	color: #000;
}

.pixies li.blog .caption h3 a,
.pixies li.open-pix.blog .caption p a,
.pixies li.comment .caption h3 a,
.pixies li.open-pix.comment .caption p a
{
	color: #0061a6;
}

.pixies li.lifestyle .caption h3 a,
.pixies li.open-pix.lifestyle .caption p a
{
	color: #c93900;
}

.pixies li.life-style-1 .caption h3 a,
.pixies li.open-pix.life-style-1 .caption p a
{
	color: #ffc202;
}

.pixies li.life-style-2 .caption h3 a,
.pixies li.open-pix.life-style-2 .caption p a
{
	color: #c93900;
}

.pixies li.arts-culture .caption h3 a,
.pixies li.open-pix.arts-culture .caption p a
{
	color: #f09;
}

.pixies li.culture .caption h3 a,
.pixies li.open-pix.culture .caption p a
{
	color: #d1008b;
}

.pixies li.media-professional .caption h3 a,
.pixies li.open-pix.media-professional .caption p a
{
	color: #e13209;
}

.pixies li.business-money .caption h3 a,
.pixies li.open-pix.business-money .caption p a
{
	color: #5d15ad;
}

.pixies li.business .caption h3 a,
.pixies li.open-pix.business .caption p a
{
	color: #4a64d9;
}

.pixies li.money .caption h3 a,
.pixies li.open-pix.money .caption p a
{
	color: #8f1ab6;
}

.pixies li.jobs .caption h3 a,
.pixies li.open-pix.jobs .caption p a,
.pixies li.shops-services .caption h3 a,
.pixies li.open-pix.shops-services .caption p a
{
	color: #005689;
}

.pixies li.pixie .caption h3 a,
.pixies li.pixie .trail-text a,
.pixies li.mugshot p.strap a,
.pixies li.open-pix .trail-text a,
li.pixie.big .caption h3 a,
li.pixie.big .trail-text a
{
    color: #000;
}

.pixies li.pixie .caption p a,
li.pixie.big .caption p a
{
    color: #fff;
}

.four-col .pixies .hd
{
    margin-bottom: 10px;
}

.four-col .pixies .hd h2
{
    font-weight: normal  !important;    
}

.four-col .pixies .odd
{
    margin-right: 0;
}

.four-col .pixies .first
{

	margin-bottom: 0;
}

.pixies .l1
{
	font-size: 12px !important;
	font-family: arial, sans-serif !important;
	border-top: 1px dotted #999 !important;
}

.pixies .l1 a:hover
{
	text-decoration: underline !important;
}

.pixies .new-section
{
	margin-top: 20px;
	clear: left;
	overflow: hidden;
}

.pixies .new-section.first
{
	margin-top: 0;
	margin-right: 0 !important;
}
.three-five-four-grid h3
{
	font-size: 18px;
	line-height: 21px;
}

p, 
.strap
{
	font-family: arial, sans-serif;
}

.strap
{
	font-weight: bold;
	margin-top: 3px;
}

.component
{
	display: inline-block;
	margin-bottom: 20px;
	background-color: #fff;
}

.component .hd h2
{
	font-weight: bold;	
}

.hd
{
	padding-top: 4px;
	padding-bottom: 14px;
	border-top: 10px solid;
}

.bd .first
{
    margin-bottom: 20px;
}

div#wrapper div.strap
{
	color: #333;
	background-color: #FF0000;
}

span.pullout,
div.page-heading p.linktext,
p.trailstrap,
div.strap,
ul.commercial-links li,
ul.pagination,
p span.caption,
body.video-front .trail-video-section,
#last-updated,
span.caption,
div.image p.caption
{
	color: #666;
}
.trail-caption h3,
.our-blogs-pane h4,
.pixie h3,
.pixie p.strap
{
    font-family: georgia, serif;
}

.columnone {
	position:relative;
	float:left;
	width: 225px;
	margin: 8px 30px 11px 0px;
	_margin:  8px 20px 11px 0px; /* IE 6 ONLY */
}

.columntwo {
	position:relative;
	float:right;
	width: 225px;
	margin: 8px 7px 11px 0px;
}
