/* CSS Document */
@media screen and (max-device-width: 480px){
	html, body {
		background: #fff;
		padding: 3px;
		color: #000;
		margin: 0;
		float:none;
		-webkit-text-size-adjust: 140%;
		}
div {
  clear:both!important;
  display:block!important;
  width:100%!important;
  float:none!important;
  margin:0!important;
  padding:0!important;
}
	#footer {
		display: none !important;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	img { 
		max-width: 300px;
		text-align:left;
		}
	p, ul, li {
		width: 320px !important;
		text-align: left;
		background:none;
		padding:none;
		}
	div.roundoverflow {
		width: 320px;
	}
	a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}
	div.roundbox, div.roundright {
		display:none !important;
		}

#navmenu, #navmenu li{
  float:none!important;
  clear:both!important;
  margin:0 0 20px 0!important;
  display:block;
  padding:0;
  text-align:left!important;
  width:100%;
}
#navmenu {
  border:1px solid #ccc;
  padding:5px;
  -webkit-border-radius:5px;
}
#navmenu li{
  margin:0!important;
}
#navmenu li a{
  display:block;
}
}
