/* CSS Document */

html {
	background-image: url(../images/shadow.png);
	background-color: #E8EEF5;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

.content-area {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
}

.website-header {
	background-image: url(../images/orange-bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	display: table;
	height: 5px;
	width: 100%;
}
.edit-table {
	background-color: #F5F5F5;
}
