@charset "UTF-8";
/* CSS Document */

html {
	overflow:hidden;
	height:100%;
	}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background_blue_white.gif);
	background-repeat: repeat-y;
	background-color: #33ccff;
	overflow: hidden;
	height: 100%;
}
a:link {
	text-decoration	: none;
	color			: #000000;

}
   #tumbs {
	position: absolute;
	height: 100%;
	width: 255px;
	border: none;
	left: 170px;
	top: 0px;
}
    #content{
	position: absolute;
	left: 425px;
	height: 100%;
	width: 470px;
	border: none;
	top: 0px;
}
	#ifcsso{
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	frameborder:0; 
}
	#ifco{
	float: left;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	frameborder:0; 
}
   #container {
	position: absolute;
	top: 0px; /* Change with Height of #header */
	width: 950px;
	left: 0px;
	height: 100%;
  }
    #leftcont {
	position: absolute;
	top: 0px;
	width: 148px;
	left: 0px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
}
    .smalltxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}