/* CSS Document */

body {
	background: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #363636;
	margin: 0px;
}

#container {
	width: 550px;
	margin: auto;
}

#header {
	float: left;
	position: relative;
	top: 36px;
	width: 550px;
}


img {
	border: none;
}

#header img {
	float: left;
}

#content {
	width: 550px;
	float: none;
}
