body
{
	background-color: #FBD04E;
	padding: 0px;
	margin: 0px;
}

table#bone
{
	width: 754px;
	height: 100%;
	margin: 0px auto;
	border: 2px groove #134398;
}

td#hdr
{
	background: url(../images/hdr.jpg) no-repeat top center;
	width: 750px;
	height: 150px;
}

td#cnt_mnu
{
	background: url(../images/mnu_nologo.jpg) no-repeat top center;
	width: 720px;
	height: 162px;
	padding: 0px 15px;
}
table#mainmenu
{
	width: 200px;
	padding: 5px 10px;
	float: right;
	text-align: right;
}
table#mainmenu a
{
	font: bold 10pt Verdana, sans-serif;
	font-variant: small-caps;
	color: #fff;
	text-decoration: none;
	background: url(../images/icon_flag.jpg) no-repeat right;
	padding-right: 40px;
}
	table#mainmenu a:hover
{
	text-decoration: underline;
}

td#cnt
{
	background: url(../images/cnt.jpg) repeat-y;
	width: 750px;
	height: auto;
	padding: 20px 10px;
	border-bottom: 1px solid #134398;
}

td#ftr
{
	background: url(../images/cnt.jpg) repeat-y;
	width: 750px;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 7pt;
	text-align: center;
}
