body {
	color: #000;
	font-size: 12px;
	line-height: 1.6em;
	padding: 50px 0 0 0;
	background-color: #fff;
	background-image: url(../images/tile_grey.jpg);
	background-repeat: no-repeat;
	background-position: 0 657px;
}
a {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: underline;
	background-color: #E9F3FF;
}
p {

}
#wrapper {
	background: #fff;
	width: 960px;
	height: 617px;
	background-image: url(../images/rooster01.jpg);
	background-repeat: no-repeat;
	margin: 0;
}
#left {
	width: 620px;
	margin: 0 10px;
	float: left;
	display:inline;
}
#left #logo {
	width: 620px;
	background-image: url(../images/paulshand.png);
	background-repeat: no-repeat;
	height: 400px;
	background-position: 80px 130px;
}
#right {
	width: 260px;
	margin: 128px 0 0 10px;
	float: left;
	display:inline;
}

@media only screen and (max-width: 960px) {
	body {
		padding: 20px 0 0 0;
		background-position: 0 627px;
	}
	#right {
		float: none;
		display: block;
		width: 300px;
	}
	#left #logo {
		height: 450px;
	}
	#right {
		margin: 0px 0 0 93px;
		float: none;
		display: block;
	}
}

@media only screen and (min-width: 980px) {
	#right {
		width: 300px;
	}
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
