/* Start of CMSMS style sheet 'master' */
body {
	margin:0px;
	padding:0px;
	background-image: url(http://www.hartspetuary.com/site/uploads/images/site/background.jpg);
        background-position: top;
        background-repeat: repeat-y; 
}

div#mainwrap {
	width: 725px;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	width:725px;
	height: 10px;
	background-image: url(http://www.hartspetuary.com/site/uploads/images/site/footerbackground.jpg);
}

div#banner {
	width: 725px;
	height: 325px;
	background-image: url(http://www.hartspetuary.com/site/uploads/images/site/banner.jpg);
        padding-top: 0px;
}

div#contentarea {
	width:725px;
        background-image: url(http://www.hartspetuary.com/site/uploads/images/site/contentareaback.jpg);
        background-position: top;
        background-repeat: repeat-x;
}

div#navcolumn {
	width: 200px;
	float:left;
        padding-top: 10px;
}

div#contentcolumn {
	width:525px;
	float:left;
        padding-bottom: 2em;
}

div#content {
	width: 525px;
	float: left;
}

div#graphic {
	width: 525px;
        height: 200px;
	float: left;
}

div#footer {
	width:725px;
	height: 50px;
	background-color: #FFF;
        border-top: 1px solid #000066;
}

div#footer p {
       font-size: 10px;
       color: #000;
       text-align: center;
}

#nodis {display: none;}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
/* End of 'master' */

