@charset "UTF-8";
/* CSS Document */
body  {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333571;
}
#container {
	width: 795px;
	background: #FFFFFF url(http://www.arthobby.co.uk/images/cold-porcelain/bodybg.jpg) repeat-y left top;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: url(http://www.arthobby.co.uk/images/cold-porcelain/head2.jpg) no-repeat left top;
	padding: 0 0px;
	height: 183px;
} 

h1 {
	margin: 0;
	padding: 10px 0;
	font-size: 26px;
}


#sidebar1 {
	float: left;
	width: 370px;
	background: url(http://www.arthobby.co.uk/images/cold-porcelain/ebk-lower.jpg) no-repeat left top;
	padding: 0;
}


#mainContent {
	width: 410px;
	float: right;
	margin-top: 5px;
	margin-bottom: 0;
	padding-right: 10px;
} 
#footer {
	padding: 0 2px 0 10px;
	background:url(http://www.arthobby.co.uk/images/cold-porcelain/footer.jpg) no-repeat center bottom;
	height: 270px;
} 
#footer p {
	margin: 0; 
	padding: 10px 0;
}
.footer1 {
	float:left;
	margin:0;
	padding:0px;
	width:340px;
}
.footer2 {
	float:left;
	margin:0;
	padding:0;
	width:260px;
}
.footer3 {
	float:right;
	margin:0;
	padding:5px 0px 0px 0;
	width:175px;
}
.lowerfoot {
	height: 20px;
	clear: left;
	background: #FFF;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.small {font-size:12px;
	padding: 0 15px;}

