﻿/*-----------------------------------------------------------------------
BODY AND WRAPPER CONTAINER
-----------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font: small/140% Verdana, sans-serif;
	text-align: center;
	color: #DFDF86;
	background: #332E00 /* (../images/concrete2.jpg) repeat; */
		}
* html body {
	font-size: x-small; /*for IE5/Win */
	font-size: small; /*for other IE versions */
}

#wrapper {
	font-size: 90%;
	width: 850px;
	text-align: left;
	margin: 0 auto;
	border: solid 2px #DEC800;
	margin-top: 5px;
	}
   		
#nav-top	{
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 850px;
	height: 75px;
	background-color: #766f00;
	border-bottom: solid 2px #DEC800;
	}
	
#header	{
	position: relative;
	width: 850px;
	height: 300px;
	background-image: URL(../images/IMG1.JPG);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #B3B348;
	}
	
#content
{
    width: 850px;
	color:#DFDF86;
	background-color: #6F5C00;
	margin: 0;
	padding: 0;
	border-top: 2px solid #DEC800;
    border-right: 2px solid #DEC800;
    position:relative;
}

#slideshow
{
    width: 350px;
    height: 450px;
    margin: 0 auto; 
    position: relative;
    padding-left: 10px;
}

#footer{
	width: 850px;
	height: 75px;
	color: #DFDF86;
	background-color: #6F5C00;
	border-top: solid 2px #DEC800;
	position:relative;
	}
	    

/*-----------------------------------------------------------------------
IMG STYLES
-----------------------------------------------------------------------*/
div.puppypic 
{
        border: none; 
        position: relative; 
        margin: 0;
        padding: 0;
       }
    

div.Outer { 
        width: 550px;
        border:dashed 1px black; 
        position: relative; 
        clear: both; 
        margin: 0 auto;
        padding: 0;
        border: 0;
        } 

    div.InnerLeft { 
        width: 50%; 
        position: relative; 
        background: #CCCCCC;         
        float: left; 
        margin: 0 auto;
        padding: 0;
        border: 0;
        } 

    div.InnerRight { 
        width: 49%; 
        position: relative; 
        background: #AAAAFF;         
        float: right; 
        margin: 0 auto;
        padding: 0;
        border: 0;
        } 

a img {
	border: none;
	}


.imgright {
float: right;
padding: 6px 10px 6px 10px;
}


.imgleft {
float: left;
padding: 6px 10px 6px 0px;
}


img.puppic {
        border: none; 
        position: relative; 
        margin: 0;
        padding: 0;
        width: 125; 
        height: 125;  
}
/*-----------------------------------------------------------------------
content area
-----------------------------------------------------------------------*/

.contentwrapperwide
{
	width: 850px;
	height: 100%;
	vertical-align: top;
	color: #ffffff;
	font-weight: normal;
	background-color: #ffffff;
	padding: 0px;
}

/*------------------------------------------------------------------------
Footer
------------------------------------------------------------------------*/

table.foot
{
	vertical-align: middle;
	text-align: center;
	border: 0px;
	font-weight: normal;
	width: 100%;
	height: 100px;
}

/*------------------------------------------------------------------------
 floats
------------------------------------------------------------------------*/
.floatright
{
	float: right;
	margin: 5px;
}
.floatleft
{
	float: left;
	margin: 5px;
}
/*------------------------------------------------------------------------
 menu stuff
------------------------------------------------------------------------*/
#menu
{
	position: relative;
	width: 850px;
	height: 32px;
	/*background-image: url(../images/yellow_back.jpg);
	background-repeat: repeat-x;*/
	text-align: center;
}
	
/*------------------------------------------------------------------------
links
------------------------------------------------------------------------*/
a.mainlink{
	text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;font-weight: bold; font-size: 14px;
}
a.mainlink:link:visited{
	text-decoration:none; color: #000000;font-weight: bold; font-size: 14px;
}
a.mainlink:link{
	text-decoration:none; color: #000000;font-weight: bold; font-size: 14px;
}
a.mainlink:link:hover{
	text-decoration: underline; color: #000000;font-weight: bold; font-size: 14px;
}
a.mainlink:link:visited:hover{
	text-decoration: underline; color:#000000; font-weight: bold; font-size: 14px;
}

a.util{
	text-decoration:none; color: #ffffff;font-weight: normal;
}
a.util:link:visited{
	text-decoration:none; color:#ffffff;font-weight: normal;
}
a.util:link{
	text-decoration:none; color:#ffffff; font-weight: normal;
}
a.util:link:hover{
	text-decoration: underline; color: #71FB00;font-weight: normal;
}
a.util:link:visited:hover{
	text-decoration: underline; color:#71FB00; font-weight: normal;
}

a.mainlink2{
          text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff;font-weight: bold; font-size: 12px;
}
a.mainlink2:link:visited{
          text-decoration:none; color: #000000;font-weight: bold; font-size: 12px;
}
a.mainlink2:link{
          text-decoration:none; color: #000000;font-weight: bold; font-size: 12px;
}
a.mainlink2:link:hover{
          text-decoration: none; color: #000000;font-weight: bold; font-size: 12px;
}
a.mainlink2:link:visited:hover{
          text-decoration: none; color:#000000; font-weight: bold; font-size: 12px;
}


a.linkspg{
	text-decoration:none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #ffffff; font-weight: bold; font-size: 24px;
}
a.linkspg:link:visited{
	text-decoration:none; color: #fff99D;font-weight: lighter; font-size: 18px;
}
a.linkspg:link{
	text-decoration:none; color: #ffffff;font-weight: bold; font-size: 18px;
}
a.linkspg:link:hover{
	text-decoration: underline; color: #ffffff;font-weight: bold; font-size: 18px;
}
a.linkspg:visited:hover{
	text-decoration: underline; color:#ffffff; font-weight: lighter; font-size: 18px;
}
