body {
	background: #f0ece1 url(../images/Background.gif) repeat-x;
	margin: 0;
}
#wrapper {
	width: 800px;
}
#footer {
	margin: 10px;
}
#top {
	background: url(../images/Top.jpg);
	height: 200px;
	width: 800px;
}
#topBar {
	background: url(../images/TopBar.gif) repeat-x;
	height: 29px;
}
#middle {
	background: url(../images/Middle.gif) repeat-y;
	border-bottom: 2px solid #1f1209;
	padding: 10px;
}
image {
	margin: 0;
	display: block;
}
hr {
	color: #7d6a57;
	height: 1px;
}
ul {
	font: 14px/20px Arial, Helvetica, sans-serif;
}
a:link {
	font: 12px Arial, Helvetica, sans-serif;
	color: #5f3e1c;
	text-decoration: none;
}
a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	color: #5f3e1c;
	text-decoration: none;
}
a:active {
	font: 12px Arial, Helvetica, sans-serif;
	color: #5f3e1c;
	text-decoration: under;
}
a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
input[type="text"], input[type="password"] {
	border: 1px solid #7d6a57;
	height: 20px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	vertical-align: middle;
}
input[type="submit"], input[type="button"] {
	border: 1px solid #7d6a57;
	background: #bfb49f;
	color: #442d15;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	font: 12px Arial, Helvetica, sans-serif;
}
textarea {
	border: 1px solid #7d6a57;
	width: 300px;
	height: 50px;
	margin: 5px;
}
select {
}
table.fadeCell {
	margin-bottom: 25px;
}
table.fadeCell td {
	height: 35px;
}
table.fadeCell tr {
}
#fadeCellLeft {
	background: url(../images/fadeCellLeft.gif) no-repeat right;
	width: 216px;
	padding-right: 5px;
}
#fadeCellRight {
	background: url(../images/fadeCellRight.gif) no-repeat left;
	width: 216px;
	padding-left: 5px;
}
#fadeCellCenter {
	background: url(../images/fadeCellCenter.gif) no-repeat center top;
	width: 500px;
	height: 35px;
}
#navigation {
	height: 29px;
}
#navigation li {
	float: left;
}
#navigation li a {
	float: left;
	background: url(../images/TopBar.gif) repeat-x;
	padding: 0 10px;
	font: 12px/29px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background: url(../images/TopBarOver.gif) repeat-x;
	color: #FFFFFF;
}
#navigation li a.hover {
	background: url(../images/TopBarOver.gif) repeat-x;
	color: #FFFFFF;
}
#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#bottomNavigation {
	width: 800px;
}
#bottomNavigation li {
	display: inline;
}
#bottomNavigation li a {
	padding: 0 10px;
}
#bottomNavigation li a.hover {
	color: #333333;
	text-decoration: underline;
}
#bottomNavigation ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
}
#titleBar {
	font: 16px/27px Arial, Helvetica, sans-serif;
	height: 26px;
	border: 1px solid #7d6a57;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/Title.gif) repeat-x;
	text-align: center;
	color: #FFFFFF;
}
#item {
	font: 14px Arial, Helvetica, sans-serif;
	background: #f0ece1 url(../images/ContainerBottom.gif) repeat-x bottom;
	border-left: 1px solid #7d6a57;
	border-right: 1px solid #7d6a57;
	border-bottom: 1px solid #7d6a57;
	margin-bottom: 5px;
	padding: 5px;
}
.sectionTitle {
	font: 18px Arial, Helvetica, sans-serif;
	background: url(../images/SectionTitle.gif) no-repeat center top;
	padding: 10px;
	margin-bottom: 5px;
	color: #442d15;
	height: 25px;
}
.sectionContent {
	margin-bottom: 10px;
	padding: 5px;
}
.section {
	border: 2px dotted transparent;
	padding: 10px;
}
.section:hover {
}
#editorPanel {
	position: absolute;
	top: 25px;
	left: 25px;
	cursor: move;
}
#error {
	font: 12px Arial, Helvetica, sans-serif;
	color: #b1341c;
	padding: 10px;
	margin-bottom: 5px;
	border: 1px dotted #b1341c;
}
#success {
	font: 12px Arial, Helvetica, sans-serif;
	color: #2e7517;
	padding: 10px;
	margin-bottom: 5px;
	border: 1px dotted #2e7517;
}