body {
	background-color: #D96590;
	margin:10px 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F9EBD8;
}


.center {
	text-align: center;
}

#wide {
	text-align: center;
}

.container {
	margin: 0 auto;
	width: 720px;
	text-align: left;
	background-color:#F9EBD8;
	color:#493227;
	padding:10px;
}
	
a.menu{
	margin-left:9px;
	margin-right:9px;
}

#core{
	width:720px;
	text-align:center;
	border:10px solid #F9EBD8;
	margin:10px auto;
	display:block;
	float:left;
}

* html #container>#core{
	width:740px;
}

* html #core img{
	margin-bottom:-2px;
}

a:link, a:visited, a:hover {
	color:#493227;
	font-weight:bold;
}

table.images{
	background-color:#F9EBD8;
	border:2px solid #F9EBD8;
}
td.image{
	width:136px;
	height:136px;
	/* background-image: url(../images/bg.gif); */
	/*background-color:#f3c4c9; */
	text-align:center;
	border:1px solid #D96590;
}

td.image a {
	width:136px;
	height:136px;
	display:block;
}

td.image1{
	width:136px;
	height:175px;
	/* background-image: url(../images/bg.gif); */
	/*background-color:#f3c4c9; */
	text-align:center;
	border:1px solid #D96590;
}

td.image1 a {
	width:136px;
	height:175px;
	display:block;
}
td.image2{
	width:136px;
	height:136px;
	/* background-image: url(../images/bg.gif); */
	/*background-color:#f3c4c9; */
	text-align:center;
	border:1px solid #D96590;
}

td.image2 a {
	width:136px;
	height:136px;
	display:block;
}

#innerCore, #innerCore div{
	width:720px;
	background-color:#F9EBD8;
	color:#493227;
	text-align:justify;
}

#innerCore a{
	color: #D96590;
}

#innerCore ul, #innerCore li{
	margin:0;
	padding:0;
	list-style-type:none;
	float:left;
	background-color:#F9EBD8;
}
input.form{
	border:1px solid #493227;
	background-color:#F9EBD8;
	color:#493227;
	width:200px;
}
textarea.form{
	border:1px solid #493227;
	background-color:#F9EBD8;
	color:#493227;
	width:200px;
}

.left {float:left;}
.right {float:right;}
.kill {clear:both;height:1px;overflow:hidden;}


/* SEARCH RESULTS */
.paging {border:1px solid #bdbdbd;padding:10px;float:left;width:690px;position:relative;margin-bottom:20px;}
	.paging a, .paging a:visited {padding:2px 5px;border:1px solid #d96691; /* CHANGE TO COMPANY COLOUR */
	background:#f0c2d3;} /* 40% OF COMPANY COLOUR */
	.paging a:hover, .paging a.current {color:#fff;text-decoration:none;
	background:#d96691;} /* CHANGE TO COMPANY COLOUR */
	.paging .sort {position:absolute;top:8px;right:160px;}
	
	
		/* news list */
	
	.news {background:url(../images/img_grey_dash.gif) repeat-x scroll left bottom; margin:0px 0px 20px;padding-bottom:10px;float:left;width:100%;position:relative;}
	.news h2 {
	text-align:left;
	font-weight:normal;
	color:#493227; 
	padding:10px 10px 10px 10px;
	background-color:#D96590;
	
}
	.news h2 a {color:#493227; text-decoration:none;font-weight:normal;}
	.news h2 a:hover {color:#fff; text-decoration:none;font-weight:normal;}
	.news a img {border:1px solid #1093d1;position:relative;margin-top:10px;margin-left:0px;  float:left}
	.news .img a img {margin-top:0px;}
	.news img {border:1px solid #1093d1;position:relative;  float:right; margin-left:10px;}
	.news .ref {position:absolute;top:140px;left:5px;color:#bdbdbd;}
	.news .content {text-align:justify }
	.news .content1 { float:right; width:520px;text-align:justify }
	.news .img{ float:left; width:150px;overflow:hidden;margin-right:10px;}