/*image options*/


	
img.myimg {
 	width: 30px;
 	height: 30px; 
	}
.l {
	float:left;
	margin-right:20px;
}
.r {
	float:right;
	margin-left:20px;
}
.l { 
    float:left; 
    margin-left:4px; 
}

.info1{
	position:absolute;
	top:110px;
	left:0;
	width:800px;
	height:100px;
	margin:0 20px;	
}

.info2{
	position:absolute;
	top:250px;
	left:413px;
	width:300px;
	height:100px;
	margin:0 20px;
}

.info3{
	position:absolute;
	top:250px;
	left:500px;
	width:300px;
	height:400px;
	margin:0 20px;	
}
.info4{
	position:absolute;
	top:250px;
	left:0;
	width:800px;
	height:400px;
	margin:0 20px;	
}
.info5{
	position:absolute;
	top:90px;
	left:0px;
	width:300px;
	height:300px;
	
}
.info6{
	position:absolute;
	top:450px;
	left:530px;
	width:300px;
	height:100px;
	
}
.border1{
	border-style:solid;
}
.imgsize{
	height:50px;
}
.galpic{
	position:apsolute;
	top:0;
	left:0;
}
.img1:hover
{
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */
}