
.header {
	font-family: "Century Gothic", Verdana, Georgia;
	font-size: 12px;
	color: #333333;
	background-image: url(images/layout_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 195px;
	width: 800px;
}
body {
	font-family: "Century Gothic", Verdana, Georgia;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.footer {
	background-image: url(images/layout_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
	width: 800px;
}
.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
