img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	}
		
@media screen and (max-width: 1024px){
	img.bg {
	left: 50%;
	margin-left: -512px; 
	}
}
		
div#content {
	/* This is the only important rule */
	/* We need our content to show up on top of the background */
	position: relative; 
	
	
	/* These have no effect on the functionality */
	width: 600px;
	margin: 0 auto;
	background:none;
	padding-left: 20px;
	padding-right: 20px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
}
		
body {
	/* These rules have no effect on the functionality */
	/* They are for styling only */
	margin: 0;
	padding: 0px;
}

table {
	vertical-align:top;
	min-height:inherit;
}

table tr #main {
	text-align:center;
	padding:20px;
	background-image:url(image/bgwhite80.png);
	background-repeat:repeat;
}

#welcome {
	float:left;
	text-align:left;
	font-size:28pt;
	padding:22.5px 10px 10px 0px;
	color: #0a0f35;
}

#main_txt {
	clear:both;
	text-align:justify;
	font-size:12px;
	padding: 0px 17px;
	padding-top:10px;
	color: #0b0e2d;
}

#logo {
	padding-bottom:0px;
}

#date-header {
	position:relative;
	top:-10px;
}

#nav {
	font-size:11px;
	font-family: verdana, arial, helvetica;
	width:500px;
	position:relative;
	left:-22.5px;
}

#nav ul {
	list-style: none;
	width:100%;
	background: url(image/nav-bg.png) #0b1036 repeat-x;
} 

#nav li {
	float:left;
	padding:0px;
	width:16.4%;
	border-left:1px solid #333;	
}

#nav li a {
	display:block;
	padding:5px 10px;
	text-decoration: none;
	color:#A3A3A3;
	background: url(image/nav-bg.png) #0b1036 repeat-x;
}

#nav li a:hover {
	background: url(image/nav-bg-on.png) #1c235d repeat-x;
	color: #FFFFFF
}

#nav .current {
	text-decoration: underline;
}

#nav .current a {
	background: url(image/nav-bg-on.png) #1c235d repeat-x;
	color: #FFFFFF
}

#pictures {
	width:inherit;
	text-align:center;
}

#pictures img {
	border: 0px;
	padding: 5px 5px;
}

#footer {
	border:0px;
	position:relative;
	top: -2px;
}

b {
	font-size:110%;
}

h1 {
	line-height:normal;
}

#exhib-details {
	padding: 10px 0px 10px 20px;
	font-size: 11px;
	font-style:italic;
	text-align:justify;
}

#exhib-logo {
	width:200px;
	text-align:center;
}

#exhib-logo img {
	border:0px;
}

#map {
	text-align:center;
}

#email {
	text-align:center;
	padding-bottom:10px;
}

#email img {
	border:0px;
}

#address {
	font-weight: bold;
}

#table-left {
	background-image:url(image/fade-left50.png);
	background-repeat: repeat-y;
	width:13px;
}

#table-right {
	background-image:url(image/fade-right50.png);
	background-repeat: repeat-y;
	width:13px;
}

#footer{
	position:relative;
	background-image:url(image/footer50.png);
	background-repeat: no-repeat;
	width:600px;
	height:15px;
}
