@charset "utf-8";
/* CSS Document */

/*/// Xopa CSS ///*/

/*// Page style //*/

body,td,th {
	color: #666666;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('images/background.jpg');
	background-position: top;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img { behavior: url('include/iepngfix.htc'); }

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}

.legal {
	font-size: 10px;
	color: #FFFFFF;
}

.address {
	font-size: 12px;
	color: #336699;
}

/*// divisions //*/

#contentcentre {
	width: 1000px;
	margin: 0 auto;
	background-image: url('images/backfancy.png');
	background-position: top;
	background-repeat: no-repeat;
	behavior: url('include/iepngfix.htc');
} 


#block {
	width:800px;
	background-image: url('images/centreback.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: relative;
	left: 100px;
}

#tabletop {
	background-image: url('images/tabletop.png');
	background-repeat:no-repeat;
	background-position: center bottom;
	height: 69px;
	behavior: url('include/iepngfix.htc');
}


#tablebottom {
	background-image: url('images/tablebottom.png');
	background-repeat:no-repeat;
	background-position: center top;
	height: 42px;
	behavior: url('include/iepngfix.htc');
}

/*// Copyright Xopa Design Studios 2007 //*/
