* {
margin: 0;
padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Tahoma;
	font-size: 100.01%;
	background: #163752;
}

#container {
	margin: 0 auto 0 auto;
	width: 900px;
	background: transparent;
	font-size: 0.8em;
}

#header {
	background: transparent url(../img/header.jpg);
	height: 158px;
}

#content {
	float: left;
	width: 900px;
	background: transparent url(../img/background.jpg) repeat-y;
}

#middle {
	float: left;
	width: 500px;
	margin: 0 0 0 20px;
display: inline;
}

#left {
	display: inline;
	float: left;
	width: 165px;
	background: transparent;
	margin: 0 5px 0 5px;
	text-align: center;
}

#right {
	float: right;
	width: 180px;
	background: transparent;
}

#footer {
	clear: both;
	width: 900px;
	height: 49px;
	background: transparent url(../img/footer.jpg);
	text-align: center;
	line-height: 105%;
}

#box1 {
	clear: both;
	background: #ffdca2;
	border: 1px solid #163752;
	width: 150px;
	margin: 0 15px 40px 15px;
	color: #163752;
}

#box2 {
	background: #ffdca2;
	border: 1px solid #163752;
	width: 150px;
	margin: 0 15px 40px 15px;
	color: #163752;
}
