﻿html, body {
	width: 320px;
}

#content {
	width: 300px;
}

#navigation {
	width: 320px;
	min-width: 320px;
	height: auto;
}

#navigation ul {
	width: 320px;
	min-width: 320px;
	float: left;
	height: auto;
}

#navigation ul li {
	display: inline;
	border-width: 2px solid green;
}

#navigation ul li:first-child {
	margin-left: 0px;
}
#footer {
	display: none;
}

