/* 
	##########################
	###### Best Service ######
	##########################
	
	CSS for:	Index Page 
	Coded by:	Jon Butterfield
	Date:		1st December 2008
*/

body {
	background: #fff url('indeximages/background.jpg') top center no-repeat;
	margin: 0;
	padding: 40px 0px 40px 0px;
	text-align: center;
}

h1 {
	font-weight: bold;
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 1em;

}

#wrapper {
	background: #0085eb url('indeximages/wrapperbg.jpg') top repeat-x;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 516px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}

#thumbleft {
	width: 75px;
	height: 75px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 5px 5px 0px;
}

#thumbright {
	width: 75px;
	height: 75px;
	overflow: hidden;
	float: left;
	display: inline;
	margin: 0px 0px 5px 0px;
}

#thumbwrapperleft {
	width: 155px;
	height: 475px;
	float: left;
	display: inline;
	margin: 20px 0px 20px 20px;
}

#thumbwrapperright {
	width: 155px;
	height: 475px;
	float: right;
	display: inline;
	margin: 20px 20px 20px 0px;
	
}

#center {
	width: 440px;
	height: 475px;
	float: left;
	display: inline;
	margin: 20px 0px 20px 5px;
	overflow: hidden;
}


#text {
	width: 440px;
	height:475px;
	background: #fff;
	padding: 0px;
	text-align: center;
}



#title {
	font-weight: bold;
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 1em;
}

#text {
	font-weight: regular;
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 14px;
}

#footer {
	margin: 30px;
	font-weight: regular;
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 1em;
}