﻿body{
margin:0 auto;
width:980px;
}
.header
{
    background-image: url(images/bg.jpg);
    background-repeat:no-repeat;
    height: 143px;
    
}

/* Login status block */
.showStatus
{
    position:fixed;
    float:right;
}
.heading{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	}
.loginTable
{
    background-image: url(images/login-green.jpg);
    background-repeat:no-repeat;
    height: 232px;
    width:285px;
}

#LoginButton
{
    background-image: url(images/login-but.jpg);
    background-repeat:no-repeat;
    
}
.headerTitle
{
    margin-left: 189px;
    width: 835px;
    float: inherit;
    height: 138px;
}
.headerLogo
{
    background-image: url(images/smallanimalclinic.jpg);
    background-repeat: no-repeat;
    height: 138px;
    width: 189px;
    float: left;
}
-->
.leftContainer
{
    background-color: #ABD5FB;
    float: left;
    width: 691px;
}
.rightContainer
{
    width:288px;
    float:right;
}
#petGallery
{
    background-image: url(images/pets.jpg);
    background-repeat:no-repeat;
    height:232px;
    width:690px;
}
.mainContent
{
    margin: 0 auto 0 87;
    background-color: #fff;
    width: 980px;
   
}
.pageWrapper
{
    margin: 0 auto;
    width: 980px;    
}
.footer
{
    font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
    clear: both;
    padding: 5px 10px;
}
.mission {
color:#1997E1;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
.text {
color:#323232;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
text-align:justify;
}
