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

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	overflow:hidden;
	}

h1{font-size:24px; line-height:20px;}
	
h2{font-size:12px;}
	

.img {
	border:1px;
	border-style:solid;
	border-color:#000000;
	cursor:pointer;
	margin:2px;
	position:relative;
	}
	
.imgcontainer1 {
	margin-left: 5px;
	top:0px;
	width:255px;
	position:relative;
	}
	
#rule2{
	width:200px;
	height:1px;
	background-color:#000000;
	margin-left: 255px;
	top: 200px;
	z-index: 20;
	position:relative;
	}
	
.textbox{
	width:250px;
	overflow:hidden;
	}
