@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg50.jpg) top center repeat;
	margin:0;
	padding:0;
	font:12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	color:#ffffff;
}
body.gallery{
	background:transparent;
}
a{
	text-decoration:underline;
	color:#58aa24;
}
h1{
	margin:0;
	font-weight:bold;
	font-size:15px;
	line-height:18px;
	color:#58aa24;
}
img{
	border:none;
}
p{
	margin:0 0 10px 0;
}
.clear{
	height:0px;
	clear:both;
	overflow:hidden;
}
.container{
	width:950px;
	margin:auto;
	padding:15px 0;
}
td.flags img{
	margin-left:5px;
}
table.nav{
	background-image:url(images/navigation-bg.gif);
	background-repeat:repeat;
}
table.nav a{
	text-decoration:none;
	color:#ffffff;
}
table.nav a:hover{
	text-decoration:underline;
}
table.nav a.active{
	font-weight:bold;
	color:#231f20;
}
table.left{
	float:left;
	opacity:0.9;
	filter:alpha(opacity=90);
}
table.right{
	float:left;
	background-image:url(images/cross-hatch.gif);
	margin:30px 0 0 20px;
	color:#231f20;
}
table.footer{
	background-image:url(images/footer-bg.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	padding-top:10px;
	font-weight:bold;
	font-size:10px;
	line-height:13px;
}
table.footer a{
	color:#ffffff;
}
.galleryNav img{
	margin-left:10px;
}