/* feather.css */

* {padding:0; margin:0;}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#container {
	position: absolute;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	height: auto;
}

#header {
	background: url(images/logo.jpg) top left no-repeat;
	height: 227px;
	overflow: hidden;
}

#header h1 {
	position: absolute;
	left: -2000px;
}

#header h2 {
	position: relative;
	left: 390px;
	font-size: 20px;
}

#left {
	float: left;
	width: 204px;
	height: 210px;
	margin-left: 33px;
	padding-left: 20px;
	background-color: #174262;
	border-top: solid #174262 2px;
	border-bottom: solid #174262 2px;
}

#left li {
	list-style-type: none;
	line-height: 22px;
}

#left a {
	color: #FFFFFF;
}

#right {
	float: right;
	width: 509px;
	height: 200px;
	border: 2px solid #000000;
	padding: 5px;
}

#comfort {
	position: relative;
	float: right;
	right: 10px;
	top: -25px;
}

#footer {
	float: left;
	width: 780px;
}

#right ol {
	padding-left: 30px;
}
