tr{text-align:left;}
body{
	margin:0;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-align:left;
	overflow-y:scroll;
}
h4{
	margin:0;
	padding:0;
}
#header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 300px;
	background-image: url('../img/head_back.jpg');
	background-repeat: repeat-x;
}
#head_img1 {
	position: relative;
	height: 263px;
	width: 590px;
	margin-top: 30px;
	margin-left: 222px;
	background-image: url('../img/header1.jpg');
	background-repeat: no-repeat;
}
#head_img2{
	position:relative;
	height:263px;
	width:590px;
	margin-top:30px;
	margin-left:222px;
	background-image:url(../img/header2.jpg);
	background-repeat:no-repeat;
}
#menu1{
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	text-align:right;
	height:350px;
	width:250px;
	top:5px;
	left:-255px;
	font-size:11px;
}
#middle{
	position:relative;
	top:300px;
	background-color:#FFF;
	background-image:url(../img/black.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
#cont{
	position:relative;
	margin-left:250px;
	top:-50px;
	margin-bottom:-50px;
	width:500px;
	background-color:#FFF;
	text-align:left;
}
#bottom{
	position:absolute;
	bottom:22px;
	left:505px;
	font-size:11px;
}
.gallery{
	background-image:url(../img/gallery.gif);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	width:132px;
	text-align:center;
	height:200px;
	font-weight:bold;
	cursor:pointer;
}
a{color:#000;}