/* GoldenfieldKennels.com 2012
 RESET */

 
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }

ul,ol { list-style: none; }
ul,ol { list-style-type: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

a { text-decoration: none; }

/* basic styles */

 #wrapper
	{
/*        border: thin solid blue; */
        width: 1024px;
        margin: auto;
        padding: 40px;
	color: #333;
/*	background: white; remove for live site */
	text-align: left;
	font-size: 12pt;
	line-height:14pt;
	font-family:  arial, helvetica, sans-serif;
	}

#header, #content, #footer { margin: 10px;}

/* a { color: blue; } */
a:hover {text-decoration: underline; }

#footer p
    {
    font-size: 10pt;
    font-style: italic;
    color: #999999;
    text-align: center;
    }
#navbar
{
 
    height: 1024px;
    width: 250px;
    float:left;
}

#navbar a
{
/*   color: #A88922; */

}
#navbar ul li
{
margin: 10px;
}
