/* green #49553d */

html {
margin: 0;
padding: 0;
}

body {
font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin: 0 auto;
background: #90a57a url('images/bg.jpg') center top repeat-y;
}

p {
line-height: 1.7em;
margin: 0;
padding: 0;
}

a {
text-decoration: none;
font-weight: bold;
}

a:link, a:visited {
color: #990000;
}

a:hover {
color: #828700;
}

h1, h2 {
font-family: Georgia, "Times New Roman", Times, serif;
color: #49553d;
font-size: 20px;
}

#bg {

margin: 0 auto;
text-align: center;
padding: 0;
}

#wrap {
	width: 1000px;
	padding: 0;
	text-align: left;
	margin: 0 auto;
}

#header {
width: 1000px;
height: 250px;
background: #49553d url(images/header-2.jpg) no-repeat;
}

#nav-top {
	width: 1000px;
	height: 20px;
	border-bottom: 1px solid silver;
}

h1.h1header {
text-align: center;
margin: 0;
padding: 10px 0;
}

#contain {
width: 1000px;
background-color: transparent;
}

#nav-left {
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	margin-left: 8px;
}

#nav-left p {
padding: 3px 0;
}

#content {
width: 780px;
float: right;
background-color: #FFFFFF;
}

#clear {
display: block;
width: 1000px;
clear: both;
}

#footer {
width: 1000px;
padding: 10px 0px 5px 0;
height: 150px;
background-color: #49553d;
background-image: url(images/dogs.gif);
background-repeat: no-repeat;
background-position: 25px 0px;
}

#footer a {
color: #CCFFCC;
}

.footerbox {
font-weight: bold;
color: #fff;
width: 200px;
margin-right: 5px;
float: right;
}

#slider {
width:502px;
margin:0;
padding:0;
list-style:none;
}
#slider ul, #slider li {
margin:0;
padding:0;
list-style:none;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
width:502px;
height:290px;
overflow:hidden;
}
p#controls {
margin:0;
position:relative;
}

#prevBtn, #nextBtn {
display:block;
margin:0;
overflow:hidden;
width:30px;
height:290px;
position:absolute;
left:-45px;
top:-160px;
}
#nextBtn {
left:517px;
}

#prevBtn a {
display:block;
width:30px;
height:290px;
background: url(images/l_arrow.gif) no-repeat 0 0;

}

#nextBtn a {
display:block;
width:30px;
height:290px;
background: url(images/r_arrow.jpg) no-repeat 0 0;
}

#gallery {
width:502px;
margin-left: 15px;
padding:16px 69px 4px 69px;
}

#gallery2 {
	background-color: #444;
	padding: 10px;
	width: 520px;
	margin: 0 auto;
}

#gallery2 ul {
list-style: none;
}

#gallery2 ul li {
display: inline;
}

#gallery2 ul img {
border: 5px solid #3e3e3e;
border-width: 5px 5px 20px;
}

#gallery2 ul a:hover img {
border: 5px solid #fff;
border-width: 5px 5px 20px;
color: #fff;
}

#gallery2 ul a:hover {
color: #fff;
}

