body {
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #f00;
}

#container {
	position: relative;
	width: 760px;
	height: 270px;
	margin: 25px auto auto;
	padding-top: 85px;
	border-bottom: 60px solid red;
}

#logo {
	position: absolute;
	width: 400px;
	height: 25px;
	top: 0;
	right: 5px;
}

#navigation {
	position: absolute;
	width: 380px;
	bottom: 12px;
	right: 0;
}

dl {
	margin: 0;
	clear: both;
}

dt {
	width: 300px;
	height: 100px;
	margin-bottom: 40px;
	color: red;
	float: left;
}

dd {
	width: 380px;
	height: 100px;
	margin-bottom: 40px;
	float: right; 
}