@charset "utf-8";
/* CSS Document */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
p, li{font-size:12px;}
h1{font-size:18px;}
h2{font-size:15px;}
h3{font-size:12px;}
.small {font-size:9px;}
.blue, .title {color:#009;}
.green {color:#090;}
#container { 
	width: 790px;
	background-image:url(marmion-vet-contentbg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align: left;
} 
#header { 
	background-image:url(marmion-vet-header.jpg);
	background-repeat:no-repeat;
	height:130px;
} 
#menu {
	background-image:url(marmion-vet-menubg.jpg);
	background-repeat:no-repeat;
	height:19px;
	padding:0 0 0 10px;
}
	
#sidebar1 {
	float: right;
	width: 200px; 
	padding: 15px 10px 15px 20px;
	margin:0 10px 0 0;
	text-align:center;
}
#mainContent { 
	margin: 0 250px 0 0; 
	padding: 0 20px;
}

#mainContent p {
	margin:0;
}
#imgContent { 
	margin: 0 0 0 10px;; 
	padding: 0;
}
#imgContent img {
	border:0;
}
#pageContent { /* Use the pageContent div for full width pages with no sidebar */
	margin: 0;
	padding: 0 20px;
}
#footer { 
	padding: 0 10px 10px 20px; 
	background-image:url(marmion-vet-footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
} 
#footer p {
	margin: 0;
	padding: 10px 0; 
	color:#999;
	font-size:9px;
}
#footer a:active, #footer a:visited, #footer a:link {
	color:#999;
	text-decoration:none;
}
#footer a:hover{
	color:#F90;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}