body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D6D6D6;
}
#container {
	background-image: url(Images/container%20bg.gif);
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}
#header {
	height: 250px;
	width: 960px;
}
#hrzmenu {
	height: 100px;
	width: 1000px;
}
#navigation {
	float: left;
	width: 180px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#content {
	float: right;
	width: 750px;
	padding-right: 10px;
	padding-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
}
#footer {
	clear: both;
	height: 75px;
	width: 1000px;
}
#copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
	height: 50px;
	width: 1000px;
	background-color: #d6d6d6;
	text-align: right;
	background-repeat: no-repeat;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.blue {
	color: #00F;
}
