@charset "utf-8";
/* CSS Document */

/*	Whiteacres Style Sheet.
   
	------------------------------------------------------
   
	arttia.co.uk style sheet - v1.0
	Publication:  March 2010
	Last Update:  March 2010
	Author:  Belinda White ( belinda@arttia.co.uk )
   
   
	----------------------------------------------------*/

	
/*	Generic Rules
	----------------------------------------------------*/	
html, body {
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images_general/floral-repeat2.png);
	background-repeat: repeat;
}	
#wrapper {
	width: 1026px;
	min-height: 100%;
	height: 693px !important;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	visibility: visible;
	padding-top: 20px;
  	}	

/*	Generic
	----------------------------------------------------*/	
	a:link {
	color: #333;
	text-decoration: underline;
}

	a:active {
	color: #333;
	text-decoration: underline;
}
	a:hover {
	color: #204904;
	text-decoration: underline;
}

	a:visited {
	text-decoration: underline;
	color: #333;
}

	
.bold{
	font-weight: bold;
	
}

	
	
/* Clear Fixes
   --------------------------- */	
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
	
	
/*	 End style sheet

     Author - www.arttia.co.uk
								
	----------------------------------------------------*/
