body
{
	padding: 0;
	margin: 0;
	background: #fff url('./img/bg.gif');
}
#page
{
	margin: 0 auto;
	width: 880px;
	background-image: url('./img/page_bg.gif');
}
#topbg
{
	width: 100%;
	height: 100%;
	background: url('./img/top_bg.jpg') repeat-x;
}
#top
{
	width: 880px;
	height: 144px;
	background-image: url('./img/top.jpg');
}
#footer
{
	width: 880px;
	height: 14px;
	background-image: url('./img/bottom.jpg');
	clear: both;
}
#menu
{
	width: 200px;
	min-height: 100px;
	float: left;
	margin-left: 18px;
	display: inline;
}
#content
{
	width: 631px;
	float: right;
	margin-right: 18px;
	min-height: 400px;
	padding-left: 5px;
	display: inline;
	border-left: 1px solid #e0e7ef;
}

#menu a
{
	display: block;
	width: 200px;
	height: 20px;
	margin-bottom: 5px;
	background: #e0e7ef;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
#menu a:link span, #menu a:visited span
{
	display: block;
	float: left;
	width: 29px;
	height: 20px;
	background: url('./img/inactive_btn.gif');
	margin-right: 5px;
}

#menu a:hover span, #menu a:active span
{
	background: url('./img/active_btn.gif');
}

#menu a:link, #menu a:visited
{
	color: #54a6d6;
}

#menu a:hover, #menu a:active
{
	color: #f00;
}
#menu a.important
{
	background: #ff9898;
}
#menu a.important:link span, #menu a.important:visited span
{
	background: url('./img/inactive_ibtn.gif');
}
#menu a.important:hover span, #menu a.important:active span
{
	background: url('./img/active_ibtn.gif');
}
#menu a.important:link, #menu a.important:visited
{
	color: #fff;
}
#menu a.important:hover, #menu a.important:active
{
	color: #f00;
}
#links
{
	margin-top: 30px;
}
#links span
{
	display: block;
	color: #54a6d6;
	text-align: center;
	margin-bottom: 0.5em;
}
#links a
{
	display: block;
	width: 200px;
	height: 20px;
	margin-bottom: 5px;
	background: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
#webmaster
{
	text-align: center;
}
#webmaster a
{
	color: #555;
}

