/* PPBH: Main stylesheet */

/* Colours:

	#094A8C - Text blue (link)
	#000 - Text
	#94794C	- Footer text
	#77C6E5 - Light blue
	#D4C28C - 

*/

/* HTML tag styles */

#frame {
	margin-top: 72px;
}
#pic {
	width: 744px;
	height: 157px;
	background-color: #D4C28C;
	background: url(images/BGStripeHome.gif) repeat-x;	
}
#pic img {
	margin-top: 7px;
	height: 150px;
}
#logo {
	overflow: hidden;
	width: 388px;
	float: left;
	margin-top: 55px;
}
#page {
	height: 241px;
}
#content {
	margin: 0;
	float: left;
	width: 330px;
	margin-top: 90px;
	clear: none;
}
#sponsors {
	width: 744px;
	height: 126px;
	background: url(images/BGSponsorsHome.gif) repeat-x;
	margin: 0;
	overflow: hidden;
}
#sponsors img {
	margin: 21px 0 0 16px;
}
#visitors {
	margin: 21px 0 21px 16px;
	width: 125px;
	height: 80px;
	background-color: #000;
	color: #94794C;
	float: left;
	text-align: center;
}
#visitors p {
	margin: 10px 0;
	font-size: 0.9em;
	vertical-align: middle;
}
#visitors p strong {
	font-size: 1.6em;
	color: #77C6E5;
}

