body 
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0.8em;
    font-family: "Bitstream Vera Sans", "Lucida Grande", "Trebuchet MS", sans-serif;
    color: #535353;
    background-color: #fff;
}
h1, h2, h3, h4
{
    padding: 0;
    text-align: left;
    font-weight: bold;
    color: #6699CC;
    background: transparent;
}
h1 
{
    margin: 0 0 0.3em 0;
    font-size: 1.7em;
}
a:link 
{
    padding-bottom: 0;
    text-decoration: none;
    color: #0057ae;
}
a:visited 
{
    padding-bottom: 0;
    text-decoration: none;
    color: #644A9B;
}
hr {
    margin: 0.3em 1em 0.3em 1em;
    height: 1px;
    border: #bcbcbc dashed;
    border-width: 0 0 1px 0;
}
input, textarea, select 
{
    margin: 0.2em;
    padding: 0.1em;
    color: #888888;
    background: #ffffff;
    border: 1px solid;
}
img.tmb
{
	margin: 3px;
	width: 100px;
	height: 100px;
}
img.tmb:hover
{
	margin: 0;
	border: 3px solid #6699CC;
}

#container
{
	z-index: 10;
	position: absolute;
	width: 890px;
	left: 50%;
	margin-left: -445px;
}
/*
** Header
*/
#header 
{
    background-image: url(images/header.png);
    height: 124px;
}
#content
{
    background-image: url(images/content.png);
    text-align: left;
    padding-left: 40px;
    min-height: 400px;
    height:auto !important;
    height: 400px;
}
#navi
{
	position: absolute;
	top: 130px;
	left: 40px;
}
#navi ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navi ul li a
{
	display: block;
	width: 137px;
	border: 1px solid #000099;
	padding-left: 10px;
	color: #fff;
}
#navi ul li a:hover
{
	background-color: #6699CC;
}
#navi ul li a.selected
{
	background-color:#FFFFCC;
	color: #000099;
}
#contents
{
	margin-left: 160px;
	/* float: right; */
	
	/*
	position: absolute;
	top: 120px;
	left: 200px; */
	width: 400px;
}
#tools
{
	position: absolute;
	top: 125px;
	left: 650px;
}
div.toolHeader
{
	background-image: url(images/n_header.png);
	width: 165px;
	height: 36px;
	padding-top: 15px;
	text-align: center;
}
div.toolContent
{
	background-image: url(images/n_content.png);
	width: 165px;
	min-height: 100px;
	text-align: center;
}
div.toolFooter
{
	background-image: url(images/n_footer.png);
	width: 165px;
	height: 23px;
}
#footer
{
	clear: both;
    background-image: url(images/footer.png);
    height: 16px;
}
#bgr
{	
}
