body {
	margin: 0;
	padding: 12px;
	border; 0;
}

div#wrapper {
	margin: auto auto;
	padding: 0;
	width: 722px;
	background-image: url(/img/wrapper_bg.gif);
}

div#addressbar {
	margin: 0 1px 0 1px;
	border 0;
	padding: 0;
	width: 720px;
	background-color: #5c5c5c;
	text-align: right;
	font-family: arial, geneva, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 9px;
	height 54px;
}

div#addressbar p {
	text-align: right;
	font-family: arial, geneva, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 9px;
	padding: 9px;
	margin: 0; 
}

div#panorama {
	padding: 0;
	border: 0;
	margin: 0 1px 0 1px;
	width: 720px;
	height: 162px;
	background-color: #c9c9c9;
}

div#topmenu {
	padding: 0;
	border: 0;
	margin: 0 1px 0 1px;
	width: 720px;
	height: 48px;
	background-color: #8e3924;
}

div#topmenu p {
		margin: 0;
		margin-top: 16px;
		border: 0;
		padding: 0;
		}

div#topmenu ul {
	list-style: none;
	/* display: inline; */
	margin: 0;
	padding: 14px;
}

div#topmenu ul li {
	padding: 0;
	padding-right: 16px;
	list-style: none;
	display: inline;
	color: #FFFFFF;
}

div#topmenu ul li a {
	font-family: times, times new, times new roman, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

div#contentarea {
	margin: 0 1px 0 1px;
	padding: 0;
	border: 0;
	width: 720px;
	height: 720px;
	background-image: url(/img/contentarea_bg.gif);
	background-repeat: repeat-y;
	background-color: transparent;
}

div#contentarea div#sidebar {
	padding: 0;
	border: 0;
	margin: 0;
	width: 240px;
	background-color: #8e3924;
	position: relative;
	float: right;
}

div#contentarea div#content {
	padding: 0;
	border: 0;
	margin: 0;
	width: 480px;
	background-color: #ffffff;
	position: relative;
	float: left;
}

div#contentarea div#sidebar h2 {
	margin: 0 12px;
	border: 0;
	padding: 0;
	font-family: times, times new, times new roman, serif;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 36px;
}

div#contentarea div#sidebar h3 {
	margin: 0 12px;
	border: 0;
	padding: 0;
	font-family: times, times new, times new roman, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20px;
}

div#contentarea div#sidebar p {
	margin: 0 12px 12px 12px;
	border: 0;
	padding: 0;
	font-family: times, times new, times new roman, serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 20px;
}

div#contentarea div#sidebar p a {
	font-family: times, times new, times new roman, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

div#contentarea div#content {
	margin: 0;
	background-color: transparent;
        height: 720px;
}

.article {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #BA907F;
}

.article h2 {
	margin: 0 12px;
	border: 0;
	padding: 0;
	font-family: times, times new, times new roman, serif;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 36px;
}

.article h3 {
	margin: 0 12px 12px 12px;
	border: 0;
	padding: 0;
	font-family: times, times new, times new roman, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}

.article p {
	margin: 0 12px 12px 12px;
	border: 0;
	padding: 0;
	font-family: times, times new, times new roman, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}

.article p a {
	font-family: times, times new, times new roman, serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.article img {
	position: relative;
	float: right;
	margin: 0;
	margin-left: 12px;
	padding: 0;
	border: 0;
}

div#titlebar {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #ba907f;
	height: 48px;
}

div#titlebar h2 {
	margin: 0;
	padding: 12px;
	font-family: times, times new, times new roman, serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: bold;
	color: #ffffff;
}

div#footer {
	margin: 0;
	margin: 0 1px 0 1px;
	padding: 0;
	border: 0;
	background-color: #ffffff;
	text-align: center;
	border-top: 1px dotted #AD9E87;
	border-bottom: 1px solid #AD9E87;
	clear: both;
	clear: right left;
}

div#footer p {
	margin: 12px;
	font-family: times, times new, times new roman, serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

