@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #743811;
}

html {
	overflow-y: scroll;
}

a:hover {
	color:#F39618;
}

body  {
	font: 85% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    background-color: #743811;
	text-align: center; /* to center container in IE5 */
	color: #000000;
}

img {
	margin: 0 auto 5px auto;
	border: 1px solid #ccc;
	padding: 5px;
}

h1, h2 {
	color: #666;
	margin-top: 15px;
	margin-bottom: 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
p {
	margin-top: 5px;
}

.inner_list {
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#container { 
	width: 980px;
	margin: 0 auto; 
	text-align: left; 
	background: url(../images/bg_strip.gif) repeat-y;
} 

#bg_layer {
	background: url(../images/footer.jpg) bottom left no-repeat;
}

#header {
	height: 75px;
	background:url(/images/top_bg.jpg) repeat-x;
}

#guard {
	padding-right: 20px;
	color: #fff;
	background:url(/images/logo.jpg) no-repeat;
	text-align: right;
	font-size: 18px;
	height: 75px;
	line-height: 75px;
}

#sidebar {
	float: left; 
	width: 194px; 
	padding-top: 20px;
	padding-left: 18px;
	padding-bottom: 240px;
}

#content { 
	margin: 0 0 60px 230px; 
	padding-right:20px;
} 

#footer { 
	height: 53px;
} 

#copyright {
	display: inline;
	line-height: 53px;
	margin-left: 275px;
	color:#666;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#nav {
	list-style-type: none;
	width: 157px;
	float: left;
}

#nav li {
	float: left;
	width: 100%;	/* fix IE white space bug */
	padding-bottom: 10px;
}

#nav a {
	display: block;
	height: 26px;
}

ul#submenu {
   margin-left: 15px;
   margin-bottom: 20px;
	
}

#back {
    width: 400px;
	position: relative;
	top: 110px;
	left: 20px;
	
}

#nav_home a {
	background: url(../images/menu/home.gif);
}
#nav_home a:hover {
	background: url(../images/menu/homea.gif);
}
#nav_about a {
	background: url(../images/menu/aboutus.gif);
}
#nav_about a:hover {
	background: url(../images/menu/aboutusa.gif);
}
#nav_dogs a {
	background: url(../images/menu/dogs.gif);
}
#nav_dogs a:hover {
	background: url(../images/menu/dogsa.gif);
}
#nav_puppies a {
	background: url(../images/menu/puppies.gif);
}
#nav_puppies a:hover {
	background: url(../images/menu/puppiesa.gif);
}
#nav_shows a {
	background: url(../images/menu/shows.gif);
}
#nav_shows a:hover {
	background: url(../images/menu/showsa.gif);
}
#nav_info a {
	background: url(../images/menu/info.gif);
}
#nav_info a:hover {
	background: url(../images/menu/infoa.gif);
}

#bot_nav {
	display: inline;
	list-style-type: none;
	padding-left: 60px;
}

#bot_nav li {
	display: inline;
	padding-left: 20px;
}

#bot_nav a {
	text-decoration: none;
}