﻿body 
    {
        font-family: Verdana, Arial;
        font-size: .85em;
        background-image: url('/resources/images/bodyback.jpg');
    }
    #container {
	    margin: 0px auto;
	    padding: 0px;
	    width: 882px; /* width of the layout -- can be set to any value including percentages */
	    overflow: hidden;
	    border: solid 20px #990000;
	    background-color: White;
	    }
	    
	#container-inner
    {   
        margin: 0px;
	    padding: 0px;   
	    overflow: hidden;
	    border: solid 6px black;
    }
    	
    	
    #header{
	    padding : 0px;
	    margin: 0px;
	    width: 100%;
	    height: 219px;
	    background-image: url('/resources/images/headerback.gif');
	    overflow: hidden;
    }
    
    #headerlinks 
    {
        float:right;
        display: inline;
        color: red;
        font-weight: bold;
        padding: 0px;
        margin-top: 155px;
    }
    #headerlinks2 
    {
        float:right;
        display: inline;
        color: red;
        font-weight: bold;
        padding: 0px;
       
    }
    
    
    #headerlinks a img
    {
        border: none 0px;
    }
    
        #headerlinks2 a img
    {
        border: none 0px;
    }

   #navigation
    {
	    margin: 0px;
	    padding: 0px;
	    width: 100%;
	    height: 35px;
	    overflow: hidden;
	    background-color: #990000;
	    background-image: url('/resources/images/navback.gif');
	    background-position: left top;
	    background-repeat: no-repeat;
    }

    #sidebar-right {
	    float: right;
	    width: 220px; /* width of the right sidebar -- can be set to any value including percentages */
	    margin: 0px;
	    padding: 0px;
	    overflow: hidden;
	    background-color: white;
    }

    #sidebar-left {
	    float: left;
	    width: 280px; /* witdh of the left sidebar -- can be set to any value including percentages */
	    margin: 0px;
	    padding: 5px;
	    overflow: hidden;
	    background-color: white;
    }

    #content {
	    margin: 0px;
	    padding: 10px;
	    height: 1%; /* IE6 hack... it's very minor, though */
	    overflow: hidden;
	    background-color: white;
    }

    #content-inner
    {
	    width: 100%;
	    overflow: hidden;
	    background-color: white;
    }
    
    /* Blog Styles */
    #blogcontent
    {
        display: block
    }
    
    UL#entries
    {
        list-style: none;
        list-style-image: none;
        list-style-type: none;
        padding: 0;    
    }
    
    LI.entry
    {
        display: block;
        clear:both;
    }
    
    LI.entry H2
    {
        margin: 3px;
    }
    
    LI.entry EM
    {
        color: silver;
    }
    
    /* End Blog Styles */
    .clear
    {
        clear: both;
        height: 1px;
    }	
    	
    #footer{
	    clear: both;
	    margin: 0px;
	    padding: 0px;
	    width: 100%;
	    overflow: hidden;
	    background-color: white;
    }
    
    TD
    {
        margin: 0;
    }
    
    .PetProfile TD
    {
        background-color: White;
        padding: 5px;
        border-color: Black;
    }
    
   .Gray
    {
        background-color: Silver;
    }
    .noborder
    {
        border-width: 0px;
        background-color: Black;
    }

    
    /* Control Styles */
    div.TabStripTop 
    {
        margin: 0 -115px 0 0;
	    padding: 0 0 0 115px;
	    width: 100%;
	    height: 30px;
	    overflow: hidden;
	    background-color: #990000;
	    background-image: url('/resources/images/navback.gif');
	    background-position: left top;
	    background-repeat: no-repeat;
    }
    div.TabStripBottom
    {
        padding: 6px 10px 6px 10px;
        margin: 0;
        color: White;
        display: block;
        background-color: black;
    }
    div.TabStripTop A
    {
        display: inline;
        padding: 7px 10px 8px 10px;
        line-height: 31px;
        margin: 0px;
        text-decoration: none;
        color: White;
        font-weight: bold;
    }
    div.TabStripTop A.TabOn
    {
        background-color: black;
    }
    div.TabStripTop A.TabOff:hover
    {
        background-color: silver;
        color: Black;
    }
    div.TabStripBottom A
    {
        color: White;
        text-decoration: none;
    }
    div.TabStripBottom A:Hover
    {
        text-decoration: underline;
    }
    div.TabStripBottom A.LinkOn
    {
        font-weight: bold;
    }
    .Right 
    {
        float: right;
        padding:15px;
    }
    .Left 
    {
        float: left;
        padding:25px;
    }
    .Center
    {
    display: block;
    margin-left: auto;
    margin-right: auto


    }
    .Webcams
    {
        padding:0px;
        margin: 0px;
        float: left;
        border: 0px;
    }
   .NoBorder
   {
       border-width: 0px;
   }
.ImageBorder
{
    border-width: 3px;
    border-color: Black;
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
.feedback *
{
    background-color: Silver;
    border: none 0;
}
    
    .employmentform
{
    background-color: white;
    text-align: justify;
    table-layout:fixed;
   
    
}

#social {
  text-align: center;
  margin-left: auto ;
  margin-right: auto ;
}

    /* Control Styles End */