body {
	color: #000;
	font-size: 11px;
	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: 300px;
	margin: 128px 0 0 10px;
	float: left;
	display:inline;
}

/* `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;
}

