@charset "UTF-8";
/* CSS Document */

#slideshow {
	width: 800px;
	height: 636px;
	overflow: hidden; 
	background-repeat: no-repeat;
	background-attachment: initial; 
	-webkit-background-clip: initial; 
	-webkit-background-origin: initial; 
	background-color: transparent; 
	background-position: initial initial;
	z-index: 0;
	}
	
#content {
	width: 800px;
	z-index: 99;
	position: absolute;
	top: 124px;
	background-image: url(images/side-bg.gif);
	background-position: top right;
	background-repeat: repeat-y;
	}

#primary {
	width: 800px;
	height: 25px;
	background-image: url(/a/templates/breuer_works/images/primary-nav-bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	}
	
#primary img {
	border: 0;
	}
	
#sidebar {
	width: 275px;
	float: right;
	}
	
#content-left {
	width: 525px;
	padding-top: 495px;
	float: left;
	}
	
#page-btm {
	padding: 112px 10px 10px;
	height: 110px;
	background-color: #FD5E00;
	text-align: center;
	}