body {
	font-family: "Courier New", "Lucida Sans Unicode", "Century Gothic";
	color: #333333;
	margin: 0px;
	font-size: 14px;
	height: 100%;
	background-image: url(images/center_shadow.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
button {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	border: 1px solid #333333;
}
a {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
.shadow-left {
	background-repeat: repeat-y;
	background-position: left top;
	width: 20px;
}
.shadow-right {
	background-repeat: repeat-y;
	background-position: right top;
	width: 20px;
}
.header-css {
	background-image: url(images/layout.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 267px;
	width: 750px;
}
