@charset "utf-8";
/* CSS Document for hand-held devices */

body
{
	margin: 0;
	padding: 0;
	background: #999;
	text-align: center;
}
#wrapper
{
	margin: 0 auto;
	width: 70%;
	background: #ffffcf;
	padding: 2em;
	border: thin solid #000;
	text-align: center;
}
#header
{
	text-align: center;
}
#header h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	font-style: italic;
	color: #00F;
}


#mainContent
{
	text-align: left;
	padding: 0em 2em;
	border: thin solid #c00;
}
h1
{
    font-weight: bold;
    font-size: 2em;
    color: #0000cc;
    font-style: italic;
    font-family:'Times New Roman', 'Century Schoolbook', serif;
}
h2
{
	display: none;	
}

#mainContent p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 0.2em;
	padding: 0px;
}

#footer
{
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.6em;
	color: #000;
}
