@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}
	
html {
	font-size: 100%;
	}
	
body {
	background-color: #FEFFE0;
	background-image: url(images/bgrnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}	
	
p   {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	line-height: 1.2em;
	color: #333333;	
	margin-bottom: 1.5em;
	}
	
h1 {
	margin-top: .5em;
	margin-bottom: .2em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h2 {
	font: bold 1.1em/1.4em Arial, sans-serif;
	margin-top: .5em;
	margin-bottom: .2em;
	}
	
#wrapper {
	width: 760px; 
	margin: 0 auto; 
	}
	
#headmast {
	width: 100%;
	height: 138px;
	}
	
#logo {
	background-image: url(images/logo_standard.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 134px;
	height: 138px;
	top: 0px;
	left: 25px;
	}
	
#contact_info {
	background-image: url(images/contact_info.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 416px;
	height: 30px;
	top: -96px;
	left: 175px;
	}
	
#vetstore {
	background-image: url(images/btn_vetstore_rx.jpg);
	background-repeat: no-repeat;
	}
	
#navigation {
	width: 170px;
	float: left;
	background: #FEFFE0;
	margin: 15px 0 0 0;
	position: relative;
	top: 0px;
	left: 0px;
	}
	
#navigation ul {
	list-style-type: none;
	}
	
.navigation_btn {
	padding-bottom: 5px;
	}
	
#content {
	width: 410px;
	padding: 0 0 10px 0;
	float: left;
	text-align: left;
	position: relative;
	top: -30px;
	left: 5;
	}
	
#content ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding-left: 25px;
	}
	
#content td {
	font-size: .7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.content_thumb {
	padding: 10px 0 5px 12px;
	}
	
.highlight {
	background-color: #FFFF00;
	}
	
#sidebar {
	background-color: #FDFFB0;
	width: 150px;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	float: right;
	position: relative;
	top: -15px;
	left: 0px;
	}
	
#sidebar p {
	padding: 10px 10px 10px 10px;
	color: #990000;
	}
	
#sidebar ul {
	list-style-type: none;
	}
	
#sidebar a {
	text-decoration: none;
	}

#sidebar a:hover {
	text-decoration: none;
	}

#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 20px;
	}

#footer p {
	margin-left: 20px;
	}

