@charset "UTF-8";
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	width: 900px;
}
#header {
	background-image: url(images/logo.jpg);
	height: 110px;
	width: 900px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: -10px;
	color: #990000;
	text-decoration: none;
	background-color: #000000;
	background-image: url(images/navigation_bg.jpg);
	background-repeat: no-repeat;
	height: 540px;
	width: 140px;
}
#info {
	margin-left: 150px;
	margin-top: -530px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(images/footer.jpg);
	height: 30px;
}
