@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #000000 url(images/goodfellershome.jpg) no-repeat fixed top center;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	overflow: auto;
	
}
.home #site {
padding: 0 0 0 0;
margin: 0 15% 0 260px;
width: 800;
height: 800px;
}
.home a { text-decoration:none;
		color:#FF9900;
}
.home a:visited {
	text-decoration:none;
	color:#FF9900;
}
.home a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

.home img{ border:none;}

.home #banner {
	height: 175px;
	text-align: right;
		padding: 0 0 0 0;
	margin: 0;
}
.home #padleft{
	
	height: 625px;
	float: left;
	padding: 0 0 0 0;
	margin: 0;
}
.home #menu{
	text-align: center;
	width: 575px;
}
.home #content{
	overflow: auto;
	width: 575px;
	position: relative;
	float: left;
	text-align: left;
	height: 100%;
	border-bottom:#FFFFFF solid medium;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 1px;
}
.home #fellers{
	width: 275px;
	float: left;
	
}
.home #news{
	width:275px;
	float: right;
	
}
.home #streetteam{
	float: left;
	}
.home #tourdates{
	text-align: right;
	float: right;
	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 275px;
	}
.home #buttons{
	float:right;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
.home #footer{
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align: center;
	width:575px;
	font-size:12px;
	}
.home #container{
	width: 595px;
	float: right;
	text-align: left;
	}

img, div{ 
	behavior: url(iepngfix/iepngfix.htc);
}
