/*

Style 1 
This has text on the left and an image on the right
uses float to position the image..

Martyn Brook
martyn@brookfresh.com
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/home_bg.gif);
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-repeat: repeat-x;
}
#keywords {
	display: block;
	width: 780px;
	background:transparent url(../images/home_header_image_01.jpg) 0 0 no-repeat;
	margin: 0 auto 0 auto;
}
#keywords a  {
	display:block; width:780px; padding-top:200px; margin-right:0px; height:0; color:#000; text-decoration:none; overflow:hidden;
}
#container #content #rightcolumn img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
