* {
	margin:0;
	padding:0;
}

body {
	background: #1b6c8f url(../images/back-body.gif) repeat-x;
	font-family:"Trebuchet MS",verdana,arial,sans-serif;
}
div#page {
	padding:8px;
	width:760px;
	margin: 15px auto;
	text-align:center;
	position:relative;
	background: #5d97b0 url(../images/back-page.gif) repeat-x;
}
	div#header {
		height:147px;
		position:relative;
		background: #f9d479 url(../images/back-header.jpg) repeat-x;
		text-align:left;
	}
		div#logo {
			width:300px;
			height:147px;
			background: url(../images/back-logo.jpg) no-repeat;
		}
			div#logo span {
				display:none;
			}
		div#decoration {
			position:absolute;
			top:0;
			right:0;
			width:210px;
			height:150px;
			background: url(../images/back-decoration.gif) top right no-repeat;
		}
		ul#rootBar {
			position:absolute;
			bottom:0;
			right:80px;
			font-weight:bold;
		}
			ul#rootBar li {
				float:left;
				text-align:center;
				padding: 8px 20px;
				list-style-type: none;
				list-style-image:none;
			}
				ul#rootBar li a {
					text-decoration:none;
					color: #54760c;
				}
	div#content {
		text-align:left;
		min-height:300px;
		height: auto !important;
		height:300px;
		background: #fff;
		padding:30px;
		font-size:0.9em;
	}
	div#appendix {
		height:25px;
		background: #f7f3ec;
		padding: 10px 0;
		text-align:center;
	}
		div#appendix a {
			color:#99996A;
			text-decoration:none;
		}
		