body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	background-color: #D6DEF7;
	margin: 0;
	padding: 20px 0;
}

ul {
	padding: 0px 40px;
}

.durrrr {
	background-color: #FFFFFF;
	width: 800px;
	border: 1px solid #000000;
	margin: 0 auto;
	position: relative;
}

.header {
	border-bottom: 1px solid #000000;
}

.nav {
	background-color: #D6DEF7;
	padding: 0px 10px;

	position: absolute;
	right: 20px;
	top: 200px;

	border: 1px solid #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 3px;
}

.nav ul li {
	display: inline-block;
	float: left;
	padding: 7px 10px;
}

.nav a {
	color: #0000EE;
	text-decoration: none;
}

.nav a:hover {
	text-decoration: underline;
}

.footer {
	background-color: #E9E9E9;
	text-align: right;
	padding: 5px 10px;
	margin-top: 20px;
	border-top: 1px solid #BBBBBB;
}

.article h1 {
	border-bottom: 1px solid #AAAAAA;
	margin: 10px 40px 10px 25px;
}

.article p {
	margin: 0px 25px;
	margin-bottom: 16px;
}

.softwarelist {
	list-style-type: none;
	padding: 0px 40px;
}

.softwarelist li {
	clear: left;
	min-height: 100px;
	padding-bottom: 5px;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 5px;
}

.softwarelist img {
	width: 150px;
	height: 100px;
	float: left;
	margin-right: 5px;
}
