html, body
{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: verdana;
}
a
{
	color: #445c82;
}
body
{
background-image: url('./images/body.png');
	background-repeat: repeat-x;	
}
#header
{
	
	height: 75px;
	position: absolute;
	padding: 5px;
	width: auto;
	margin: 0px;
	vertical-align: middle;
	font-size: 20px;
}
#header2
{
	background-image: url('./images/corner.png');
	background-repeat: no-repeat;
	position: absolute;
	width: 22px;
	height: 75px;
	margin-left: 95%;
}

#menu
{
	z-index: 10;        
	margin: 0px;
	margin-top: 80px;
	padding: 0px;
	width: 210px;
	height: auto;
	position: absolute;
}

#menu-top
{
	width: 100%;
	height: 24px;
	margin: 0px;
	background-image: url('./images/menu_back_top.png');
}

#menu-bottom
{
	width: 100%;
	height: 25px;
	margin: 0px;
	background-image: url('./images/menu_back_bottom.png');
}
#menu-back
{
	width: 100%;
	height: auto;
	margin: 0px;
	padding-left: 5px;
	background-image: url('./images/menu_back.png');
	background-repeat: repeat-y;
}
#content
{
	margin-top: 80px;
	width: auto;
	height: 85%;
	padding: 5px;
	padding-left: 210px;
	position: absolute;

}
.little_forms
{
	height: 10px;
	font-size: 10px;
}
.little_form
{
	border: 1px solid #999;
	height: 11px;
}
#top
{
z-index: 100;
background:#eee;
display:none;
border: 2px solid red;
margin-top: 20%;
margin-left: 25%;
width: 50%;
height: 100px;
position: absolute;
}
