a { font-family: verdana; font-weight: bold; font-size: .75em }

a:link, a:visited {color: #DCB772; text-decoration: none; }

a:hover { text-decoration: underline; }

body {background: #F2E4CC}

#shortcenterbg, #midcenterbg, #longcenterbg, #xlongcenterbg
{
	background-image: url(images/bg_logo.png);
	background-repeat: no-repeat;

	position: absolute;

	top: 200px;
	left: 400px;

	width: 700px;

	z-index: 1;
}

#shortcenterbg { height: 105%; }
#midcenterbg { height: 250%; }
#longcenterbg { height: 310%; }
#xlongcenterbg { height: 492%; }

#banner
{
	position: absolute;
	top: 10px;
	left: 0px;
	height: 75px;
	width: 1110px;
	padding-top: 4px;

	background-image: url(images/banner.bmp);

	font-family: courier;
	font-weight: bold;
	font-size: 1.18em;
	line-height: .75em;
	vertical-align: middle;
	color: F2E4CC;

	z-index: 2;
}

#header
{
	position: absolute;
	
	top: 15px;
	left: 330px;

	height: 100px;

	z-index: 3;
}

#menu
{
	position: absolute;

	top: 112px;
	left: 100px;

	width: 600px;
	height: 20px;

	background-image: url(images/menu.bmp);

	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px;

	vertical-align: text_bottom;
	line-height: 1.1em;
	font-size: 1em;
	font-family: arial;

	z-index: 2;
}

#menu a:link, a:visited, a:hover {color: #DCB772; text-decoration: none; }

#menu_item_1, #menu_item_2, #menu_item_3, #menu_item_4, #menu_item_5, #menu_item_6
{
	position: absolute;

	top: 0px;

	width: 100px;
	height: 20px;

	vertical-align: text_bottom;
	text-align: center;

	z-index: 4;

}

#menu_item_1 { left: 0px; }
#menu_item_2 { left: 100px; }
#menu_item_3 { left: 200px; }
#menu_item_4 { left: 300px; }
#menu_item_5 { left: 400px; }
#menu_item_6 { left: 500px; }

#mi1bg, #mi2bg, #mi3bg, #mi4bg, #mi5bg, #mi6bg
{
	position: absolute;
	top: 0px;
	width: 100px;
	height: 20px;
	background-image: url(images/menu_2.bmp);
	z-index: 3;
}

#mi1bg { left: 0px; }
#mi2bg { left: 100px; }
#mi3bg { left: 200px; }
#mi4bg { left: 300px; }
#mi5bg { left: 400px; }
#mi6bg { left: 500px; }

#main
{
	position: absolute;

	top: 180px;
	left: 100px;

	width: 600px;
	height: 100% - 160px;

	text-align: justify;
	font-size: .9em;
	color: #333333;

	z-index: 4;

}

#copyright { font-size: .7em; color: #666666; text-align: center; }
#pversion {position: absolute; top: 30px; left: 900px; z-index: 3;  border-bottom: 2px solid #dcb772;
#pversion a:link, a:visited {color: #DCB772; text-decoration: none;}