/* style for the homepage of the site */
/* main style */
body, html{
	height:1500px;
}
/* style for content */
div#homepagemain { /* Area located under the menu and 100% wide */
	width: 987px;
	padding: 5px;
	background-color: #FFFFFF;
}
div#homeleft { /* Area located on the left under the homepage main area */
	float: left;
	clear: left;
	width: 280px;
	display: inline-block;
	vertical-align: top;
}
div#homemid { /* Area located in the middle under the homepage main area */
	display: inline-block;
	width: 380px;
	padding:10px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	vertical-align: top;
}
div#homeright { /* Area located on the right under the homepage main area */
	float: right;
	clear: right;
	width: 290px;
	display: inline-block;
	vertical-align: top;
}

/* style for the information blocs */
div#successstories, div#walloffame, div#movewithus {
	padding-top: 10px;
}
div#successstories, div#walloffame, div#movewithus {
	border-top: 1px #CCCCCC solid;
}
div#successstories{
	padding-bottom:10px;
}
/* style for the elements in the columns */
#homeleft p, #homeright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
#homeleft a, #homeright a {
	font-weight: bold;
	text-decoration: underline;
}
div#homeleft h1, div#homeright h1{
	margin-top:0px;
	margin-bottom:5px;
}
div#homeleft h1, div#homeright h1{
	margin-top:0px;
	margin-bottom:5px;
	text-align:center;
}
div#homeleft h3, div#homeleft h2, div#homeright h3, div#homeright h2{
	margin-top:0px;
	text-align:center;
}
/* style for the coloured boxes on the right (rollover on the buttons) */
div#boxesdonatebutton a {
display:block;
width:180px;
height:30px;
float:right;
background:url('../images/btn-boxes-donate.png') no-repeat 0 0;
}
div#boxesdonatebutton a:hover {
background:url('../images/btn-boxes-donatehover.png') no-repeat 0 0;
}

div#boxesregisterbutton a {
display:block;
width:150px;
height:30px;
float:right;
background:url('../images/btn-boxes-register.png') no-repeat 0 0;
}
div#boxesregisterbutton a:hover {
background:url('../images/btn-boxes-registerhover.png') no-repeat 0 0;
}
/* End homepage style */
