@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(http://www.leaddogstudio.com/images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.oneColLiqCtrHdr #container {
	width: 1000px;  
	margin: 0 auto; 
	border: 0px solid #58525e;
	text-align: middle; 
	
}#wrappercontent{
	background: #58525e;
}

.oneColLiqCtrHdr #header {
	padding: 0 0px 0 0px;  
	height: 7em; 
	background-image:url('http://www.leaddogstudio.com/images/Banner3.gif');
	background-repeat:no-repeat;

}
.oneColLiqCtrHdr #header h1 {
	margin: 0;
	padding: 0px 0; 
}
.oneColLiqCtrHdr #mainContent {
	width: 1000px;
	background: #58525e;
	padding: 1em 0;
	margin: 0;
}

#footer {
  clear: both;
  text-align: center;
  background: #000000;
}

#top_nav ul {
text-align: center; 
background: #000000;
margin: 0;
padding: 7px;
	}

#top_nav li {
	display: inline;
	}
#top_nav li a {
	color: #fcf0d4;
	font-size: 90%;
	text-decoration: none;
	word-spacing: 25 px;
	padding: 0 50px 0 30px;
}

#top_nav li a:hover {
	color: #533415;
}
	
.oneColLiqCtrHdr #contentLeft {
	float:left;
	font-size: 90%;
	text-align: left;
	color: #000000;
	background: #d7d4d5;
	padding: 5px;
	margin-left: 75px;
	margin-bottom: 20px;
	width: 400px;
}
.oneColLiqCtrHdr #contentRight {
	float:left;
	font-size: 90%;
	text-align: left;
	color: #000000;
	background: #d7d4d5;
	padding: 5px;
	margin-left: 21px;
	margin-bottom: 20px;
	width: 400px;
}

.oneColLiqCtrHdr #footer { 
	font-size: 80%;
    text-align: center;
	height: 50px; 
	color: #FFFFFF;
	background-image:url('http://www.leaddogstudio.com/images/BottomBars.gif');
	background-repeat:no-repeat;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

body,td,th {
	font-size: 100%;
}
-->

