html {
font-family: tahoma, helvetica, sans-serif;
font-size:11px;
color: #5b4c3a;
}
td {
	vertical-align:top;
	font-size:11px;
}
.centre {
background-image:url("images/inside-strip.png");
}
centre table tr td {
	
border-bottom:20px solid white;
	
}

td.nav, td.phone {
border-bottom:0px;	
}
hr {
margin:0px;
height:1px;
border:1px solid;

}
.left hr {
color: #848892;
width:100%;
}

.right hr {
color: #9cb9c5;
width:100%;

}

.left p, .right p {
	padding-left:5px;
	padding-right:5px;
}

.left {
color:#f1df97;
font-size:10px;
background-image:url("images/left.jpg");
background-repeat:no-repeat;
background-position:top center;
background-color:black;
}


.right {
font-size:10px;
color: #f1df97;
background-image:url("images/right.jpg");
background-repeat:no-repeat;
background-position:top center;
background-color:black;
}
td h1 {
font-size:14px;
font-weight:bold;
}
 td h2, td h3 {
font-size:12px;
font-weight:bold;
//margin:0px;
//margin-bottom:5px;
	
}

.nav, .nav a {
color: #bf642d;
font-size:12px;
text-decoration:none;
}
p {
	margin-bottom:2px;
	margin-top:2px;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
}
 ul li {
	 margin-left:-5;
 }
.right ul li {
color:red;
font-size:13px;
}
.left ul li {
	color:#f1df97;
	font-size:13px;
}
.left a {
	text-decoration:none;
	color:white;
}
.phone {
color:#bf642d;
font-size:15px;
}
.bottomnav, .bottomnav a {
color: #5b4c3a;
text-decoration:none;
}
a.button{
width:100%;
display:block;
border-top:1px solid white;
border-bottom:1px solid black;
border-left:1px solid white;
border-right:1px solid black;
background-color:#d0d0d0;
color:black;
text-align:center;
padding-top:5px;
padding-bottom:5px;
}
a.button:hover{
border-bottom:1px solid white;
border-top:1px solid black;
border-right:1px solid white;
border-left:1px solid black;
background-color:#707070;
color:white;
}


