body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	text-align: center;
	height:100%;
	background-image: url(../img/header_pics.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 145px;
	width: 865px;
	margin-top:0px;
	background-image: url(../img/vetcentre_banner_4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#container {
	position: relative;
	display: table;
	width:865px;
	background-color: #A18A73;
}
#footer {
	background-color: #A18A73;
	width: 865px;
}
#wrapper {
	width: 865px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	display: table;
}
#wrapper2 {
	width: 865px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	display: table;
	height: 100%;
	margin-top:-153px;

}

#background_green {
	background-image:url(../img/vetcentre_bg.jpg);
	background-repeat:repeat-x;
	height: 155px;
}
.clear {
        clear: both;
}


td.bottomcentre{ 
	background-image:url(../img/bot_centre.gif);
	height: 13px;
}

td.bottomleft{ 
	background-image:url(../img/bot_corner_left.gif);
	height: 13px;
}

td.bottomright{ 
	background-image:url(../img/bot_corner_right.gif);
	height: 13px;
}

.photos {
	border: 3px solid #7B726B;
	margin-left:20px;
	margin-top:30px;
	width: 184px;
	float: left;
	/* filter:shadow(color:gray, strength:10, direction:135); */
}

.menu {
	margin-left:10px;
	margin-top:30px;
	float: left;
}

.menu-link{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #EFEEE9;
	text-decoration: none;
}

.menu-link-hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #9CB8C4;
}

.content {
	margin-left:35px;
	margin-top:22px;
	float: left;
	width: 370px;
}

.breadcrumb {
	font-family:"Trebuchet MS";
	font-size:10px;
	text-decoration:none;
	color:#FFFFFF;
	vertical-align:middle;
}

.content-bg-pic {
	background-image:url(../img/fence_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

.content-box {
	margin-left:20px;
	margin-top:30px;
	float: left;
}

td.transparent {
	background-color:#000000;
	filter:alpha(opacity=10);-moz-opacity:.10;opacity:.10;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

   h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

p {
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-size:12px;
	z-index:1;
}

.bottom_menu {
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-size:11px;
	z-index:1;
}


ul {
	font-family:"Trebuchet MS";
	color:#FFFFFF;
	font-size:12px;
}

li {
	list-style-position: outside;
	list-style-type: square;
}

/* unvisited link */
a:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #D3E8EF;
	text-decoration: none;
}
/* visited link */
a:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #D3E8EF;
	text-decoration: none;
}
/* mouse over link */
a:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration:underline;
	color: #FFFFFF;
}
/* selected link */
a:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	text-decoration:underline;
	color: #FFFFFF;
}

.page_error {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}

.pic {
	border: thin inset #333333;
}