html {
min-height: 101%;
}

body {
	background-image: url(images/top_banner_bak.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}

#main {
	width: 920px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/*font-family:Georgia, "Times New Roman", Times, serif; color: #333333;letter-spacing: .05em;*/
	margin: 0px auto;
	border-width: 1px;
	border-style: none;
	z-index: 0;
	
	}
#right {
	width:150px;
	float:right;
	/*background-color:#9d8e3a;
	border:1px solid #000; 
	background-color:#4990ff;*/
	background-color:#7cafff;
	background-image:url(images/right_bak.gif);
	background-repeat:y;
	
	padding:5px;
	color:#000;
	color:#333;
}
#right a{
	color:#000;
	text-decoration:none;
}
#right a:hover {
	text-decoration:underline;
}
#banner {
width:700px;
text-align:right;
background-image:url(images/top_banner_bak.gif);
background-repeat:repeat-x;
}	
#navigation {
width:200px;
float:left;
padding-top:20px;
}
#navigation a {
	display:block;
	width:200px;
	height:43px;
	background-image:url(images/nav_background.gif);
	background-position: 0 0; 
}
#navigation a:hover  { 
background-position: -200px 0; 
}

#mainbod {
	width:500px;
/*border:thin #000000 solid;*/
min-height:400px;
margin-left:220px;
margin-top:-10px;
padding:10px;
padding-right:20px;
background-image:url(images/mainbod_bak.gif);
background-repeat:repeat-y;
}
A{
text-decoration:none;
color:#999999;
}
A:hover{
color:#000000;
}
#footer {
width:99%; padding:2px; text-align:center; font-size:10px; margin-top:30px;
color:#999;
}
#footer a {
	text-decoration:none;
	color:#999;
}
#footer a:hover {
	text-decoration:underline;
	color:#666;
}
