#logo-print {
	position: absolute;
	top: 9px;
	left: 29px;
	display: none;
	}

.clearer {
 height:1px;
 overflow:hidden;
 margin-top:-1px;
 clear:both;
}
body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: black;
}
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	background: url(assets/left-bg.gif) repeat-y #fff;
	position: relative;
	}
#main {
	background: url(assets/bg-inside.jpg) no-repeat left top;
	width: 760px;
}
#home #main { background-image: url(assets/bg-home.jpg);}


/* LEFT SIDE */
#left {
	width: 167px;
	position: relative;
	float: left;
	margin-top: 163px;
}
#home #left {margin-top: 85px;}
#nav {background: url(assets/nav-bg.gif) repeat-y #fff;}
/* temp 
#nav ul {margin: 0; padding: 0; padding-top: 20px;}*/
/* end temp */
#address {
	color: #777;
	font-size: 11px;
	font-weight: bold;
	background: url(assets/address-bg.jpg) no-repeat #fff;
	padding-top: 144px;
	padding-left: 10px;
	padding-bottom: 10px;
}	
/* RIGHT SIDE */
#content {
	width: 593px;
	margin-top: 163px;
	float: right;
	position: relative;
	background: white;
	}
#home #content { margin-top: 87px; }
#bottom {
	clear: both;
	background: url(assets/bottom.gif) no-repeat;
	width: 760px;
	margin: 0 auto;
}
#bottom-nav {
	font-size: 11px;
	margin-left: 180px;
	text-align: left;
	padding-top: 39px;
	color: #555;
	font-weight: bold;
	}
a:link {color: #555;}
a:visited {color: #555;}
a:hover {color: #000;}
a:active {color: #555;}

#bottom-nav a {text-decoration: none;	padding: 2px 4px;}


#copyright {
	margin-left: 180px;
	text-align: left;
	color: #fff;
	padding: 12px 0;
	font-size: 11px;
	padding-top: 20px;
	}
#copyright a {text-decoration: none;}
#copyright a:link {color: #ddd;}
#copyright a:visited {color: #ddd;}
#copyright a:hover {color: #fff;}
#copyright a:active {color: #ddd;}

#slideshow {
	width: 202px;
	height: 132px;
	position: relative;
	left: 558px;
	top: 52px;}