/* stylesheet for mobile devices for Electrix.mobi */

* {margin: 0; padding: 0;}

body {
	font: 101% Verdana, Geneva, sans-serif; 
	color: #333; /* text color */
	background: #C4E0EB;
}

h3 {
	font-size: 1.2em;
	text-align: center;
	}
h4  {
	font-size: .8em;
	text-align: center;
	}

h5  {
	font-size: .7em;
	margin: 3px 0;
	text-align: center;
	}
	
p {
	font-size: .8em;
	}
#wrapper {
	background: #FFF;
	color: #333; /*text color specified because background is specified*/
	margin: 0 auto 0 auto; 
	width: 254px; /* width is also needed for centered layout */
	border: solid 1px #3C91B0; /* back_navmeta1.gif color */
}
#header  {
	background-image: url("images/mobi.jpg");
	background-repeat: no-repeat;
	margin: 0 17px;
	height: 22px; 
}

#headercontent {
	text-align: center;
}

#bodycontent {
	text-align: left;
	padding: 10px;
	}

#footercontent p {
	font-size: 0.7em; 
	text-align: center;
	margin-bottom: 10px;
}