body {
	margin:0px;
	background-image:url('images/site/background.png');
	background-repeat:repeat-x;
	background-color:#CFEDFF;
}

#container{
	position:relative;
	margin:auto;
	width:700px;
	height:630px;
}

#gallery{
	position:relative;
	width:700px;
	height:540px;
	margin-bottom:10px;
}

#myFrame{
	position:absolute;
	top:30px;
	left:30px;
}

#border{
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	height:540px;
	background-image:url('images/site/border.png');
}

#left{
	float:left;
	background-image:url('images/site/left.png');
	width:30px;
	height:80px;
}

#middle{
	float:left;
	width:630px;
	height:80px;
	background-color:#000000;
	padding-left:9px;
}

#right{
	float:left;
	background-image:url('images/site/right.png');
	width:30px;
	height:80px;
}

#middle a img{
	float:left;
	width:80px;
	height:60px;
	border:1px solid #FFFFFF;
	margin:10px 8px 10px 0px;
}

#middle a img.color{
	display:none;
}

#middle a:hover img.color{
	display:inline;
}

#middle a:hover img.bw{
	display:none;
}
