@charset "utf-8";
#header {
	background-image: url(images/header.jpg);
	height: 161px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#foot {
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footerLine.jpg);
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#navigation {
	width: 616px;
	float: right;
	padding-top: 65px;
}
body {
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}
h1 {
	font-size: 24px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana;
	text-align: justify;
}