body {
background-image : url(images/background.gif);
font-family: 83% Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
table#content_home {
	border-collapse: collapse;
}

table#content_home td {
	padding: 20px 5px;
	border: 0px solid #fff;
}

p {
	margin: 15px;
}
.noborder {
	border: 0px solid #0000FF;
}
.borders {
	border: 1px solid #ffffff;
}
.blue_borders {
	border: 10px groove #0099FF;
}

div#background {
	width:600px;
	height:350px;
	background-color:#000000;
	opacity:0.35;
	}
	
div#oyn_2007 {
	width:600px;
	height:350px;
	text-align:center;
	border:1pt solid white;
	margin-bottom:10px;
	margin-top:-350px;
	z-index:30;
	}

div#thumbnails {
	width:125px;
	height:350px;
	overflow:auto;
	position:absolute;
	z-index:20;
	}
	
div#thumbnails img {
	border:1pt solid white;
	margin-bottom:15px;
	}

div#full_image {
	width:475px;
	height:350px;
	position:absolute;
	z-index:10;
	}

div#full_image img {
	margin-left:200px;
	margin-top:50px;
	border:1pt solid white;
	}

/*IE 6 work around */
*html div#background {
	background-color:#000000;
	filter: alpha(opacity=25);
	}
	
*html div#oyn_2007 {
	text-align:left;
	}

*html div#thumbnails {
	text-align:center;
	}
