@CHARSET "ISO-8859-1";

html,body {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(/_layout/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: scroll;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	color: #6B5C3B;
	background-color: #ffffff;
}

table {
	font-size: 90%;
}

a {
	color: #775F49;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
	margin: 3px;
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 105%;
}

h4 {
	font-size: 100%;
}

/*  header */
#header {
	height: 180px;
	/*	margin: 0 0 10px 0;
	padding-left: 10px;
	padding-top: 3px;
	margin: 0 0 0 0;
		*/
}

#header_text {
	position: absolute;
	top: 20px;
	padding-left: 50px;
	font-size: 200%;
}

#header_subtitle {
	position: absolute;
	top: 100px;
	padding-left: 50px;
	font-size: 175%;
	color: #775F49;
	font-weight: bold;
}

/* content */
#content {
	position: absolute;
	top: 150px;
	left: 240px;
	width: 550px;
	border: 0px;
	font-size: 90%;
}

.null {
	height: 1px;
}

.body {
	width: 500px;
	text-align: justify;
	min-height: 300px;
	/* hack for IE - cannot handle min-height, see http://www.dustindiaz.com/min-height-fast-hack/ */
	height: auto !important;
	height: 300px;
	/* eo hack */
}

.body a {
	text-decoration: underline;
}

.body img {
	margin: 5px;
}

.body h1,.body h2,.body h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}

.body h1 {
	font-size: 110%;
}

.body h2 {
	font-size: 105%;
}

.body h3 {
	font-size: 100%;
}

.body h4 {
	font-size: 95%;
}

.body p {
	margin-top: 2px;
	margin-bottom: 5px;
}

.success {
	color: green;
	font-weight: bold;
}

.error {
	color: red;
	font-weight: bold;
}

.pagemenu {
	background-color: #F4EED8;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	margin: 0px;
	font-size:95%;
}

.pagemenu a {
	font-weight: bold;
}

#content_header {
	position: absolute;
	padding-top: 5px;
	padding-left: 15px;
	height: 46px;
	left: 0px;
	top: 0px;
	background-image: url(/_layout/content_header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	font-weight: bold;
	width: 537px;
	border: 0px;
}

#content_header h1 {
	font-size: 100%;
}

/* browser hack - for IE */
* html #content_header h1 {
	position: absolute;
	top: 12px;
}

#content_box {
	position: absolute;
	top: 43px;
	left: 0px;
}

#content_middle {
	background-image: url(/_layout/content_middle.jpg);
	background-position: top left;
	width: 537px;
	background-repeat: repeat-y;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}

#content_footer {
	position: relative;
	left: 0px;
	bottom: 0px;
	height: 42px;
	width: 537px;
	padding-top: 10px;
	padding-left: 15px;
	background-image: url(/_layout/content_footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	border: 0px;
	/*  overflow:hidden; */
}

/* menu */
#menu {
	top: 189px;
	position: absolute;
	left: 0px;
	width: 200px;
	font-weight: bold;
	z-index: 3;
	text-align: right;
}

.menu_item {
	font-size: 90%;
	text-align: right;
}

.menu_item a {
	display: block;
	padding: 5px;
	padding-right: 15px;
	margin-right: 15px;
	background: url(/_layout/menu_1.gif) no-repeat 5px 8px;
}

.menu_item a:hover {
	display: block;
	text-decoration: none;
	background: url(/_layout/menu_2.gif) no-repeat 5px 8px;
}

#menu_logo {
	padding-top: 10px;
}

/* skyscraper */
#skyscraper {
	position: absolute;
	top: 150px;
	left: 790px;
	width: 186px;
	border: 0px;
	text-align: justify;
	font-size: 80%;
	color: #ffffff;
}
#skyscraper a {
	color: #ffffff;
}
#skyscraper ul {
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 0;
	padding-top: 0;
}
#skyscraper li {
	padding-top: 0;
	margin-top: 0;
}

#skyscraper h4 {
	font-size: 95%;
}

#skyscraper_header {
	position: absolute;
	width: 186px;
	top: 0px;
	left: 0px;
	height: 15px;
	background-image: url(/_layout/skyscraper_header.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px;
	z-index: 5;
}

#skyscraper_middle {
	background-image: url(/_layout/skyscraper_middle.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border: 0px;
	/*  height: 410px; */
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	z-index: 10;
}

#skyscraper_footer {
	position: relative;
	left: 0px;
	bottom: 0px;
	height: 20px;
	/*  padding-top:20px;*/
	background-image: url(/_layout/skyscraper_footer.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 0px;
}

.image_right {
	float: right;
	padding: 5px;
}
.image_left {
	float: left;
	padding: 5px;
}

.image_center {
	text-align:center;
	padding: 5px;
}

.image_block {
	text-align:center;
	padding: 0;
}
.image_center img , .image_block img {
	margin: 0;
	border: 0;
	padding: 0;
}
.block_info {
	border-width:1px;
	border-style:solid;
	border-color:#775F49;
	padding:5px;
	text-align:justify;
	background-color:#FFFFE0;
}
