/* ======================================================*/
/* ===The script was created by Kieran O'Hara of=========*/
/* ===budgieweb.co.uk and was last updated 26/10/09========*/
/* == This code relates to: =============================*/
/* == >> home.php =======================================*/
/* ======================================================*/
/* ======================================================*/


#leftFrame {
	width:760px;
	display: inline;
	float: left;
	overflow: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#animation {
	margin: 14px 0px 10px 4px;
	width: 754px;
	height: 125px;
	padding: 0px;
	border: solid 1px gray;
	background-image: url('http://www.budgieweb.co.uk/images/5_Fotolia_3172638_ME2.jpg');
	background-repeat: no-repeat;
}

#animation img {
	height: 125px;
	margin: 0px;
	padding: 0px;
}

#links	{
	width: 220px;
	display: inline;
	float: left;
}

#links H1 {
	font-size: 15px;
	margin: 0px;
	padding: 20px 4px 10px 4px;
}

#linkHolder {
	margin: 0px 0px 0px 4px;
	border-right: 1px solid gray;
}

#linkHolder a {
	text-decoration: none;
}

.linkHold {
	padding: 5px 0px;
}

.linkHoldImg {
	display: block;
	float: left;
	width: 198px;
	height: 30px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.linkHoldImg img {
	border: solid 1px gray;
	display: inline;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
}

.linkHoldHdr {
	display: inline;
	width: auto;
	margin: 0px;
	padding-left: 4px;
	padding-top: 7px;
	float: left;
}

.linkHoldTxt {
	display: block;
	width: 198px;
	font-size: 12px;
	color: gray;
	margin: 5px 0px;
	padding: 0px;
}

#Bindex {
	display: inline;
}

#BrightColumn {
	display: inline;
	float: right;
	margin-top: 0px;
}

#textZone {
	width: 500px;
	display: block;
	float: left;
	height: auto;
	margin: 0px;
	margin-left: 10px;
	padding: 5px;
	border: solid 1px white;
}

#textZoneColL {
	display: inline;
	float: left;
	width: 230px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: solid 1px white;
}

#middleImageBackPaneL {
	width: 75px;
	float: right;
	height: 170px;
	margin-top: 0px;
	margin-right: 0px;
}

#textZoneColL p {
	color: gray;
	font-size: 12px;
	text-align: justify;
}

#textZoneColR {
	display: inline;
	float: right;
	width: 230px;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: solid 1px white;
}

#middleImageBackPaneR {
	width: 68px;
	float: left;
	height: 170px;
	margin-top: 0px;
	margin-right: 0px;
}

#textZoneColR p {
	color: gray;
	font-size: 12px;
	text-align: justify;
}

#middleImage {
	position: absolute;
	display: inline;
	width: 160px;
	height: 160px;
	margin-left: 165px;
	margin-top: 8px;
	border: solid 1px gray;
	padding: 0px;
}

#middleImage img {
	width: 156px;
	height: 156px;
	overflow: auto;
	margin-left: 2px;
	margin-top: 2px;
	padding: 0px;
}




