@charset "utf-8";#container {
	width: 100%;
}
#header{
	background-position:center top;
background-repeat:no-repeat;
	font-size:10px;
	-moz-background-size:100% auto;
background-size:100% auto;
}
#header h1 {
	padding-bottom:12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
img	{
	max-width: 100%;
	height: auto;
}

#content2	{
	width: 100%;
	margin-bottom:20px;
}
#sidebar	{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

table	{
	width: 100%;
}

#nav ul li a {
	width: auto;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}