@charset "utf-8";
/* CSS Document */

a img
 {
	border: none;
	text-decoration: none;
 }
 
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: none}
 
.DIVWrapper {
	height: 2428px;
	width: 808px;
	border: 1px solid #666666;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -400px;
}

.DIVWrapperHome {
	height: 560px;
	width: 800px;
	text-align: left;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -400px;
}
.DIVWrapperHomeLeft {
	height: 360px;
	width: 400px;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 0px;
	vertical-align: middle;
}
.DIVWrapperHomeRight {
	height: 360px;
	width: 400px;
	text-align: center;
	position: absolute;
	top: 40px;
	right: 0px;
	vertical-align: middle;
}
.DIVWrapperHomeBottom {
	position: absolute;
	top: 440px;
	width: 800px;
	height: 100px;
	vertical-align: bottom;
	text-align: center;
	left: 0px;
}
.record-editor {
	width:550px;

}
.record-insert {
float:left;
width:400px;
}
.record-pulldown {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width: 300px;
}
.IMG-cat-tiny {
  max-width: 70px;
  max-height: 70px;
  width: expression(this.width > 70 ? "70px" : true);
  height: expression(this.height > 70 ? "70px" : true);
}
