﻿@media handheld {

/****************************************************/
/** MASTER WIDTHS *************/
    div#container {width: 820px;}
    #main {width: 578px;}
    div#footer {width: 100% !important;}
/****************************************************/
/****************************************************/

div#header {
	background: transparent url("../images/masthead_mobile.png") no-repeat top left;
	/*padding:1em;
    margin: 0px -5px 0px -5px;
	height: 196px;*/
}


#menu a {
	padding: 0px 13px !important;
    }


div#container {
	min-width: 730px !important;
}


div#footer {
	/*margin-left: -5px;
	margin-right: -2px;
	padding: 2px 10px;*/
	background: transparent url("../images/footer_background_mobile.png") no-repeat top center;
}
	div#footer p {
		padding:1em;
		margin:0;
	}










}