@charset "UTF-8";
/* CSS Document */

body,html {
	margin: 0px;
	height:100%;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:12px;
	background-image:url(img/bg.jpg);
	background-position:top center;
	text-align: left;
}
div.wrapper {

	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:869px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */

}
h1 {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #524751;
	}

.header {
	width: 869px;
	height: 212px;
	background-image:url(img/header.png);

}
.menu {
	width: 869px;
	height:62px;
	text-align:center;
	background-image:url(img/menu.png);

}
.content-top {
	width: 869px;
	height:26px;
	background-image:url(img/content_top.png);
	background-repeat:no-repeat;

}
.content-cent {
	text-align: justify;
	margin-top: -12px;
	width: 849px;
	padding-left:20px;
	background-image:url(img/content_cent.png);
	background-repeat:repeat-y;

}
div#footer {
/*	bottom:0; */
	position:relative;
	width:869px;
	top: -12px;
	height:26px;
	background-image:url(img/content_bottom.png);

}
a:link {text-decoration: none; color: #524751; font-size:14px; font-weight: bold;}
a:visited {text-decoration: none;color: #524751; font-size:14px; font-weight: bold;}
a:active {text-decoration: none; color: #524751; font-size:14px; font-weight: bold;}
a:hover {text-decoration: underline; color: #524751; font-size:14px; font-weight: bold;}


