html
{
	overflow:hidden;
}

body
{
	background-color:#fff5c0;
	border:0;
	height:100%;
	margin:0;
	padding:0;
	width:100%;
}

.navigation
{
	cursor:pointer;
	position:absolute;
	z-index:2;
}

div#frameTop,div#frameContent,div#frameBottom,div#frameInfo
{
	border:0;
	margin:0;
	padding:0;
}

div#frameTopLeft
{
	background:url('default/top_l.jpg');
	background-repeat:no-repeat;
	height:160px;
	left:0;
	top:0;
	width:1088px;
}

div#frameTopRight
{
	background:url('default/top_r.jpg');
	background-repeat:repeat-x;
	height:160px;
	left:1088px;
	top:0;
	width:100%;
}

#navItem1
{
	background:url('default/menu_1.jpg');
	height:22px;
	left:298px;
	top:125px;
	width:65px;
}

#navItem2
{
	background:url('default/menu_2.jpg');
	height:22px;
	left:363px;
	top:125px;
	width:58px;
}

#navItem3
{
	background:url('default/menu_3.jpg');
	height:22px;
	left:421px;
	top:125px;
	width:72px;
}

#navItem4
{
	background:url('default/menu_4.jpg');
	height:22px;
	left:493px;
	top:125px;
	width:62px;
}

#navItem5
{
	background:url('default/menu_5.jpg');
	height:22px;
	left:555px;
	top:125px;
	width:96px;
}

#navItem6
{
	background:url('default/menu_6.jpg');
	height:22px;
	left:651px;
	top:125px;
	width:68px;
}

div#frameTop
{
	background-color:#fff5c0;
	height:160px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:200%;
}

/*******************************************************************
 * Info frame
*******************************************************************/
div#frameInfo
{
	background-color:#fff5c0;
	bottom:21px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:160px;
	width:233px;
	z-index:8;
}

div#frameInfoTop,div#frameInfoTopRight,div#frameInfoTopLeft
{
	background-repeat:no-repeat;
	overflow:hidden;
	position:absolute;
	top:0;
}

div#frameInfoTop
{
	height:48px;
	left:0;
	width:100%;
	z-index:0;
}

div#frameInfoTopRight
{
	background:url('default/right_t.jpg');
	height:48px;
	right:0;
	width:224px;
	z-index:1;
}

div#frameInfoTopLeft
{
	background:url('default/sep_t.jpg');
	height:48px;
	left:0;
	width:10px;
	z-index:1;
}

div#frameInfoLeft,div#frameInfoArea
{
	bottom:0;
	height:100%;
	position:absolute;
	top:48px;
}

div#frameInfoLeft
{
	background:url('default/sep_m.jpg');
	background-repeat:repeat-y;
	left:0;
	overflow:hidden;
	width:8px;
}

div#frameInfoArea
{
	background:url('default/right_m.jpg');
	background-repeat:repeat;
	left:8px;
	overflow:auto;
	right:0;
	width:100%;
	z-index:9;
}

/*******************************************************************
 * Content frame
*******************************************************************/
div#frameContent
{
	background:#fff;
	background-color:#fff5c0;
	bottom:21px;
	left:0;
	overflow:hidden;
	position:absolute;
	right:233px;
	top:160px;
	z-index:4;
}

div#frameContentTop,div#frameContentTopRight,div#frameContentTopLeft
{
	overflow:hidden;
	position:absolute;
	top:0;
}

div#frameContentTop
{
	background:url('default/content_tl.jpg');
	height:21px;
	left:0;
	width:100%;
	z-index:0;
}

div#frameContentTopRight
{
	background:url('default/content_tr.jpg');
	height:21px;
	right:0;
	width:8px;
	z-index:1;
}

div#frameContentTopLeft
{
	height:0;
	left:0;
	width:0;
}

div#frameContentArea
{
	background:url('default/main_m.jpg');
	background-repeat:repeat;
	bottom:0;
	left:0;
	margin:0;
	overflow:auto;
	padding-top:10px;
	position:absolute;
	right:0;
	top:21px;
}

/*******************************************************************
 * Bottom frame
*******************************************************************/
div#frameBottom
{
	background-color:#fff5c0;
	bottom:0;
	height:21px;
	left:0;
	overflow:hidden;
	position:absolute;
	right:0;
	z-index:5;
}

div#frameBottomLeft
{
	background:url('default/bottom_l.jpg');
	height:21px;
	left:0;
	right:300px;
	top:0;
	width:100%;
	z-index:1;
}

div#frameBottomRight
{
	background:url('default/bottom_r.jpg');
	background-repeat:no-repeat;
	height:21px;
	position:absolute;
	right:-1px;
	top:0;
	width:300px;
	z-index:2;
}

body,p
{
	font-family:Arial, Verdana, Helvetica, sans-serif;
}

a:link,a:visited
{
	color:blue;
	text-decoration:underline;
}

.header,.footer
{
	overflow:hidden;
	position:absolute;
	z-index:1;
}

.important
{
	color: red;
	font-weight: bold;
}