@charset "utf-8";
/* CSS Document */
/* Reduce margin slightly
   Drop border (it looks redundant when the spacing is small)
   Specify only generic font family, not specific screen font,
    because the handheld is likely to set a more readable default */
body	{

	border-top: none;
	font-family: sans-serif;
	padding-bottom: 5px;
	}
	
#header{
}
 img	{
width:100%;
	
	}

	#wrapper{
	
	margin:auto;
	width:100%;
	max-width:400px;
}
/*#wrapper{
	margin:auto;
	width:100%;
	width: auto;
	max-width: 400px;
		
	}*/
#content{
margin:auto;
width:100%;
padding:1%;
	}
	#navigation{
	font-size:80%
	}
	#location p{
font-size:150%;
line-height:150%
}
#footer{
clear:both;
float:none;
font-size:smaller
}
#slide{
background-color:#000;

}

h3{
font-size:110%;
line-height:1.33em;
}
#navigation {
padding-top:2%}