html, * {
	padding: 0;
	margin: 0;
}
html {
	background-image: url(background-body.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-attachment: fixed;
	background-color: #EDE0D1;
}
body {
}
a img {
	border: 0;
}

#container {
	width: 950px;
	height: 540px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -265px 0 0 -475px;
	display: block;

	top: 50px;
	margin: 0 0 0 -475px;
}

#menu_top {
	display: block;
	height: 15px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: right;
	clear: both;
}
#menu_top li {
	float: left;
	overflow: hidden;
	padding: 1px 5px 1px 5px;
	border-right: 1px solid #5D2900;
	font: 10px verdana,helvetica,arial,sans-serif;
}
#menu_top li.active {
	font-weight: bold;
}
#menu_top li.last {
	border-right: 0;
}
#menu_top li a {
	color: #5D2900;
	text-decoration: none;
}
#menu_top li a:hover {
	color: #2A0F00;
	text-decoration: underline;
}

#box {
	border: 1px solid #5D2900;
	padding: 1px;
	clear: both;
	width: 946px;
	height: 518px;

	background-image: url(../objects/background-box.jpg);
	background-repeat: repeat-y;
	background-position: 0 0;
	background-color: white;
}

#menu_left {
	display: block;
	width: 200px;
	height: 368px;
	background-image: url(../objects/background-column.jpg);
	background-repeat: no-repeat;
	float: left;
	padding: 150px 0 0 0;
	overflow: hidden;
}
#menu_left li.active a {
	font-weight: bold;
}
#menu_left li a {
	display: block;
	width: 180px;
	font: 12px verdana,helvetica,arial,sans-serif;
	color: #F9F2E3;
	background-color: #5D2900;
	text-decoration: none;
	padding: 5px 10px;
	margin: 3px 0;
}
#menu_left li a:hover {
	color: #F9F2E3;
	font-weight: bold;
}

#content {
	background-image: url(../objects/background-content.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 478px;
	width: 704px;
	overflow: auto;
	border-left: 1px solid #5D2900;
	margin-left: 1px;
	float: right;
	display: block;
	padding: 20px;
}
#content h1 {
	font: 28px georgia,arial,helvetica,sans-serif;
	padding: 10px 0 16px 30px;
	font-weight: normal;
	color: #5D2900;
}
#content h2 {
	font: 18px arial,helvetica,sans-serif;
	padding: 10px 0 15px 30px;
	font-weight: normal;
	color: #5D2900;
}
#content h3 {
	font: 13px arial,helvetica,sans-serif;
	padding: 10px 0 5px 30px;
	font-weight: bold;
	color: #5D2900;
}
#content p {
	padding-left: 30px;
	margin-bottom: 8px;
	font: 12px verdana,arial,helvetica,sans-serif;
	line-height: 16px;
	color: #291200;
}
#content td {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}
#content a img {
	margin-top: 15px;
}
#content p.sub {
	font-size: 10px;
	margin-top: -15px;
	color: #888;
}
#content p.sub a {
	color: #888;
}
.focus {
	color: #888;
	font-weight: bold;
}
.warning {
	color: #F33;
	font-weight: bold;
}
