html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	background-image:url(images/stroke.png);
	background-repeat:repeat-x;
	font-family:Trebuchet MS;
	font-size:12px;
	text-align:center;
}

body.mceContentBody{
	background-image:none;
	margin:5px;
	font-size:inherit;
	text-align:left;
	height:auto;
}

#container{
	position:relative;
	width:900px;
	text-align:left;
	margin:0 auto -46px auto;
	min-height: 100%; 
	height: auto !important; 
	height: 100%;

}

#header{
	height:258px;
	background-image:url(images/index_01.png);
	background-repeat:no-repeat;
}

#menu{
	position:relative;
	height:39px;
	line-height:39px;
	top:191px;
	font-size:14px;
}

#menu a{
	color:#24556a;
	text-decoration:none;
	padding:0 12px 0 12px;
	text-align:center;
	float:left;
	margin-top:4px;
}

#menu a:hover, #menu .selected{
	margin-top:0px;
	color:#ffffff;
	background-color:#3699cb;
	border-top:solid 4px #1b5d7e;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#menu li{
	display:inline;
	margin:0;
}

#submenu{
	position:absolute;
	clear:both;
	height:24px;
	line-height:24px;
	top:234px;
	font-size:14px;
}

#submenu a{
	color:#ffffff;
	text-decoration:none;
	padding:0 15px 0 15px;
	text-align:center;
	float:left;
}

#submenu a:hover{
	text-decoration:underline;
}

#submenu ul{
	list-style:none;
	margin:0;
	padding:0;
}

#submenu li{
	display:inline;
	margin:0;
}

#main{
	position:relative;
	padding-top:8px;
	padding-bottom:8px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4;
	min-height:300px;
}

#main, #main td, #main a{
	color:#528ea8;
	font-size:13px;
}

#main a:hover{
	text-decoration:none;
}

#main .imgrechts{
	position:relative;
	padding-top:5px;
	float:right;
	width:250px;
}

#main .content{
	width:650px;
}

h2{
	font-weight:normal;
	line-height:normal;
	color:#285467;
	font-size:24px;
	padding:0;
	margin:0;
}

h3{
	font-weight:bold;
	line-height:normal;
	padding:0;
	margin:0;
	text-indent:10px;
}

#push{
	height:46px;
}

#footer{
	position:relative;
	height:46px;
	width:100%;
	background-image:url(images/index_02.png);
	background-repeat:repeat-x;
}

#copyright{
	position:relative;
	top:17px;
	right:7px;
	float:right;
}

#copyright, #copyright a{
	color:#548ea8;
}