body {
        background: #ccc; /** Website BG colour (matches canvas colour in Step 1) **/
        margin: 0;
        padding: 0;
        font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
}

a {
		text-decoration: none;
		color: #000;
}

h2 {
		color: #63B0DA;
}

.names {
		text-align: right;
		padding-right: 30px;
		font-weight: bold;
}


.p		{
		clear: both;
}

#container {
        width: 800px;
        margin: 0 auto;
        padding: 0;

}

#header {
		width: 800px;
		height: 90px;
		background: #fff;
		padding: 7px 0;
		margin: auto;
}

#logo {
		float: left;
		padding: 13px 0 0 50px;
		border: 0;
}

#imgPlastering {
		float: right;
		padding: 20px 52px 26px 0;
		border: 0;
}

#headerStripe {
		width: 800px;
		padding-left: 55px;
		padding-bottom: 0;
}

#content {
		width: 800px;
		height: 630px;
		background: #fff;
}

#sidebar {
		float: left;
		width: 160px;
		height: 400px;
		margin-right: 20px;
}

#sidebar ul {
		list-style: none;
		line-height: 26px;
		margin: 52px 0 0 0;
		padding: 13px 13px 0 33px; 
}


#sidebar li {
		float: left;
		margin: 0;
		padding: 0;
}

#endorsements {
		margin: 420px 36px 20px 36px;
		padding: 7px;
}

#navStripe {
		float: left;
		padding-top: 3px;
		padding-left: 12px;
		padding-bottom: 0;
}


#featured {
		width: 564px;
		float: left;
		padding: 1px 0 0 0;
		border: none;
}

#mainContent {
		float: left;
		width: 544px;
		height: 250px;
		color: #333;
		padding: 0 26px 0 26px;
		margin: 20px 0 0 0;
		line-height: 17px;
}

#mainContentGallery {
		float: left;
		width: 544px;
		height: 512px;
		color: #333;
		padding: 0 26px 0 26px;
		margin: 20px 0 0 0;
		line-height: 17px;
}

#mainContentTestimonials {
		float: left;
		width: 544px;
		height: 512px;
		color: #333;
		padding: 0 26px 0 26px;
		margin: 20px 0 0 0;
		line-height: 17px;
}

#mainContentTestimonials p {
		font-style: italic;
}

#mainContentAbout {
		float: left;
		width: 544px;
		height: 512px;
		color: #333;
		padding: 0 26px 0 26px;
		margin: 20px 0 0 0;
		line-height: 17px;
}

#plasterFloat {
		position: relative;
		float: right;
		padding-top: 50px;
		padding-right: 55px;
		width: 40px;
		height: 40px;
}

#footer {
		width: 800px;
		margin: 0 auto;
		padding-top: 10px;
}

#footerText {
		float: left;
		font-size: 11px;
		color: #000;
		padding-left: 20px;
		margin-right: 420px;
}

#contactText {
		font-weight: bold;
		float: left;
		font-size: 11px;
		color: #000;
		padding-right: 10px;
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 1px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

