html,body{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#center{
	width: 100%;
	height: 100%;
}
#center td{
	text-align: center;
	height: 720px;
}
#main{
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 720px;
}
#loader{
	width: 990px;
	height: 720px;
	background-color: white;
	line-height: 720px;
}
/* flatcontent */
#flatcontentwrapper{
	text-align: center;
	margin-top: 20px;
}
#flatcontent{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
	width: 950px;
	padding: 20px;
}
#flatcontent{
	font-weight: normal;
}
#menus{
	float: left;
	width: 350px;
}
#menus ul{
	margin-top: 0;
}
#flatcontent ul li a{
	color: #000000;
	text-decoration: none;
}
#flatcontent ul li a:hover{
	text-decoration: underline;
}
#address{
	margin-left: 20px;
}
#pageitems{
	float: left;
	width: 600px;
}
div.pageitem{
	margin-right: 20px;
}
div.pageitem h1{
	color: #19A1D7; 
	margin: 0;
}
.clear{
	clear: both;
}