* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/* mac hide \*/
html,body {
	height: 100%;
	width: 100%;
}
/* end hide */

body {
	background-color: #0066cc;
	text-align: center;
	min-height: 550px; /* for good browsers */
	min-width: 850px; /* for good browsers */
}

#container1 {
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

#container2 {
	text-align: center;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 550px;
}

#container3 {
	width: 850px;
	height: 550px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#menucontainer {
	width: 244px;
	height: 525px;
	float: left;
	border-top: 2px solid #000066;
	border-left: 2px solid #000066;
	border-right: 1px solid #000066;
	border-bottom: 2px solid #000066;
	background-color: #99ccff;
}

#pagebodycontainer {
	width: 600px;
	height: 525px;
	float: left;
	border-top: 2px solid #000066;
	border-left: 1px solid #000066;
	border-right: 2px solid #000066;
	border-bottom: 2px solid #000066;
	background-color: #99ccff;
}

#menu {
	width: auto;
	height: auto;
	margin: 15px;
	margin-top: 30px;
	text-align: center;
}

p {
	font-size: 14px;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

#pagebody {
	width: auto;
	height: auto;
	margin: 15px;
	text-align: left;
}

#pagebody_langlink {
	font-size: 14px;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 5px;
}

#pagebody_backlink {
	font-size: 14px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 15px;
}

a {
	color: #0066cc;
}

a:hover {
	color: #000066;
}

strong a {
	color: #0066cc;
}

h1 {
	font-size: 24px;
	color: #000066;
	margin-bottom: 15px;
}

h1 a {
	color: #000066;
}

h2 {
	font-size: 20px;
	color: #000066;
	margin-bottom: 30px;
}

h3 {
	font-size: 16px;
	color: #000066;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	width: 850px;
	font-size: 12px;
	color: #99ccff;
}

#footerleft {
	float: left;
	margin-left: 5px;
	height: 25px;
	line-height: 25px;
	color: #99ccff;
}

#footerright {
	float: right;
	margin-right: 5px;
	height: 25px;
	line-height: 25px;
	color: #99ccff;
}

#footerright a {
	color: #99ccff;
}

#footerright a:hover {
	color: #000066;
}
