/* ===========================================================================
 * Filename: css/alt/smallscreen.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Date: 11 April 2007
 * Description: Contains 'small screen' styles for the Hobart Water website.
 * =========================================================================== 
 */

body
{
	background-image: none !important;
}

#wrapper
{	
	width: 63.5em;
	min-width: 63.5em;
	background-image: none !important;
	padding-right: 0;
}

#background1, #background2
{
	background-image: none !important;
}

#logo
{
	padding-left: 20px;	
}

#navigation
{
	margin-right: 20px;
	margin-left: 20px;
}

#breadcrumbs
{
	padding-left: 210px;
}

#subnavigation
{
	padding-left: 20px;
}

#content
{
	margin-left: 210px;
}

#siteinfo
{
	padding-left: 210px;
	padding-right: 20px;
}
