BODY {
    font-family: "Trebuchet MS",Arial,sans-serif;
    font-size: 13px;
    background: #eeeeee;
    color: #222222;
    margin-left: 3%;
    margin-right: 3%;
}

.strapline {
font-family: Arial, Helvetica, sans-serif;
font-size:13px;
text-align:right; 
height:29px; 
font-weight:bold; 
background-color:#EEEEEE;
background-image:url(images/general/synlogoline29.gif);
background-repeat:repeat-x;
}

p,td
{
font-family: "Trebuchet MS", "Arial",sans-serif;
font-size: 13px;
}

img {border:none;}

.navlist { list-style-type:none; }

.navlist li {
  float:left;
  margin-right:6px;
  margin-bottom:10px;
}

.navlist img { display:block; border:0px; }

.clear {
  clear: both;
  height: 0px;
}

/* So far unvetted old styling stufff........*/

a 
{
border:0;
text-decoration: none;
}

a:link
{
color: #4022aa;
font-weight: bold;
background: transparent;
}

a:hover 
{
color: #8042da;
text-decoration: underline;
background: transparent;
}

a:active 
{
color: black;
background: white;
}

a:visited 
{
/*color: #200066;*/
color: #4022aa;
font-weight: bold;
background: transparent;
}

span.thispage {
    color: #200066;
    font-weight: bold;
    background: transparent;
}


/* MENU STRUCTURE */

#menu {
	float: right;
	height:49px; 
	overflow:hidden;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#menu ul li {
	float:left;
	background-image:none;
	padding:0;
}
#menu ul li a {
	height:49px;
	background-position:0px 0px;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}

#menu ul li a span{
	text-align:center;
	text-valign:middle;
	vertical-align:middle;
	width:100%;
	display:block;
	height:49px;
	cursor:pointer;
}

#menu ul li a:hover {
	background-position:0px -49px;
}
#menu ul li a#menu_home {
	width:72px;
	background-image:url(images/general/menu_home.gif);
}
#menu ul li a#menu_contact {
	width:118px;
	background-image:url(images/general/menu_contact.gif);
}
#menu ul li a#menu_brochure {
	width:106px;
	background-image:url(images/general/menu_brochure.gif);
}
#menu ul li a#menu_links {
	width:72px;
	background-image:url(images/general/menu_links.gif);
}

.post {
float:left;
}

.cpywrt {
float:right;
text-align:right;
font-size:10px;
}



